Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
magenta | EE02FC | #EE02FC | 238, 2, 252 | 93.33, 0.78, 98.82 | 5.56, 99.21, 0, 1.18 | 296.64, 99.206349206349, 98.823529411765 |
Color #ee02fc is magenta. In RGB: 93.33, 0.78, 98.82. In CMYK: 5.56, 99.21, 0, 1.18.
div { background: #ee02fc; color: #000; }
div { background: #ee02fc; color: #fff; }
div { background: linear-gradient(to bottom, #CF00DF 0%, #FF42FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #FF42FF 0%, #CF00DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #CF00DF 0%, #FF42FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FF42FF 0%, #CF00DF 100%); color: #fff; }
div { border: 1px solid #ee02fc; }
div { border: 5px solid #ee02fc; }
div { border: 1px dashed #ee02fc; }
div { border: 5px dashed #ee02fc; }
div { border: 1px dotted #ee02fc; }
div { border: 5px dotted #ee02fc; }