Shades of Hot Magenta #EE02D4
Tints of Hot Magenta #EE02D4
RGB
CMYK
RGB Variations
Color information
#EE02D4 (or 0xEE02D4) is known color: Hot Magenta. HEX triplet: EE, 02 and D4. RGB value is (238,2,212). Sum of RGB (Red+Green+Blue) = 238+2+212=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02D4 is #11FD2B. Grayscale: #5F5F5F. Windows color (decimal): -1178924 or 13894382. OLE color: 13894382.
HSL color Cylindrical-coordinate representation of color #EE02D4: hue angle of 306.61º 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 #EE02D4 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 212 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.07 |
| HSL | 306.61º | 0.98% | 0.47% | - |
| HSV(B) | 306.61º | 0.99% | 0.93% | - |
| XYZ | 47.17 | 22.97 | 64.24 | - |
| YUV | 96.5 | 193.19 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 212 | 0 | 0.99 | 0.11 | 0.07 | 306.61 | 0.98 | 0.47 |
| Hex | EE | 2 | D4 | 0 | 63 | B | 7 | 133 | 62 | 2F |
| Octal | 356 | 2 | 324 | 0 | 143 | 13 | 7 | 463 | 142 | 57 |
| Binary | 11101110 | 10 | 11010100 | 0 | 1100011 | 1011 | 111 | 100110011 | 1100010 | 101111 |
Color Harmonies of #EE02D4
Complementary color
Monochromatic Colors of #EE02D4
Black with #EE02D4
Text Example
Text Example
White with #EE02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02D4; }
p { color: rgb(238,2,212); }
H1.HeaderClassName
{
color: #EE02D4;
}
.AnyTagClassName
{
color: #EE02D4;
}
</style>
background-color css
<style>
a { background-color: #EE02D4; }
a { background-color: rgb(238,2,212); }
div.DivClassName
{
background-color: #EE02D4;
}
.BgClassName
{
background-color: #EE02D4;
}
</style>
border-color css
<style>
span { border-color: #EE02D4; }
span { border-color: rgb(238,2,212); }
td.TdClassName
{
border-color: #EE02D4;
}
.TagClassName
{
border-color: #EE02D4;
}
</style>