Shades of Hot Magenta #EE02CC
Tints of Hot Magenta #EE02CC
RGB
CMYK
RGB Variations
Color information
#EE02CC (or 0xEE02CC) is known color: Hot Magenta. HEX triplet: EE, 02 and CC. RGB value is (238,2,204). Sum of RGB (Red+Green+Blue) = 238+2+204=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02CC is #11FD33. Grayscale: #5F5F5F. Windows color (decimal): -1178932 or 13370094. OLE color: 13370094.
HSL color Cylindrical-coordinate representation of color #EE02CC: hue angle of 308.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02CC is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.07 |
| HSL | 308.64º | 0.98% | 0.47% | - |
| HSV(B) | 308.64º | 0.99% | 0.93% | - |
| XYZ | 46.18 | 22.58 | 59.05 | - |
| YUV | 95.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 204 | 0 | 0.99 | 0.14 | 0.07 | 308.64 | 0.98 | 0.47 |
| Hex | EE | 2 | CC | 0 | 63 | E | 7 | 135 | 62 | 2F |
| Octal | 356 | 2 | 314 | 0 | 143 | 16 | 7 | 465 | 142 | 57 |
| Binary | 11101110 | 10 | 11001100 | 0 | 1100011 | 1110 | 111 | 100110101 | 1100010 | 101111 |
Color Harmonies of #EE02CC
Complementary color
Monochromatic Colors of #EE02CC
Black with #EE02CC
Text Example
Text Example
White with #EE02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02CC; }
p { color: rgb(238,2,204); }
H1.HeaderClassName
{
color: #EE02CC;
}
.AnyTagClassName
{
color: #EE02CC;
}
</style>
background-color css
<style>
a { background-color: #EE02CC; }
a { background-color: rgb(238,2,204); }
div.DivClassName
{
background-color: #EE02CC;
}
.BgClassName
{
background-color: #EE02CC;
}
</style>
border-color css
<style>
span { border-color: #EE02CC; }
span { border-color: rgb(238,2,204); }
td.TdClassName
{
border-color: #EE02CC;
}
.TagClassName
{
border-color: #EE02CC;
}
</style>