Shades of Hot Magenta #EE03D6
Tints of Hot Magenta #EE03D6
RGB
CMYK
RGB Variations
Color information
#EE03D6 (or 0xEE03D6) is known color: Hot Magenta. HEX triplet: EE, 03 and D6. RGB value is (238,3,214). Sum of RGB (Red+Green+Blue) = 238+3+214=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03D6 is #11FC29. Grayscale: #606060. Windows color (decimal): -1178666 or 14025710. OLE color: 14025710.
HSL color Cylindrical-coordinate representation of color #EE03D6: hue angle of 306.13º 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 #EE03D6 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.07 |
| HSL | 306.13º | 0.98% | 0.47% | - |
| HSV(B) | 306.13º | 0.99% | 0.93% | - |
| XYZ | 47.43 | 23.1 | 65.58 | - |
| YUV | 97.32 | 193.86 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 214 | 0 | 0.99 | 0.10 | 0.07 | 306.13 | 0.98 | 0.47 |
| Hex | EE | 3 | D6 | 0 | 63 | A | 7 | 132 | 62 | 2F |
| Octal | 356 | 3 | 326 | 0 | 143 | 12 | 7 | 462 | 142 | 57 |
| Binary | 11101110 | 11 | 11010110 | 0 | 1100011 | 1010 | 111 | 100110010 | 1100010 | 101111 |
Color Harmonies of #EE03D6
Complementary color
Monochromatic Colors of #EE03D6
Black with #EE03D6
Text Example
Text Example
White with #EE03D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03D6; }
p { color: rgb(238,3,214); }
H1.HeaderClassName
{
color: #EE03D6;
}
.AnyTagClassName
{
color: #EE03D6;
}
</style>
background-color css
<style>
a { background-color: #EE03D6; }
a { background-color: rgb(238,3,214); }
div.DivClassName
{
background-color: #EE03D6;
}
.BgClassName
{
background-color: #EE03D6;
}
</style>
border-color css
<style>
span { border-color: #EE03D6; }
span { border-color: rgb(238,3,214); }
td.TdClassName
{
border-color: #EE03D6;
}
.TagClassName
{
border-color: #EE03D6;
}
</style>