Shades of Hot Magenta #EE03C6
Tints of Hot Magenta #EE03C6
RGB
CMYK
RGB Variations
Color information
#EE03C6 (or 0xEE03C6) is known color: Hot Magenta. HEX triplet: EE, 03 and C6. RGB value is (238,3,198). Sum of RGB (Red+Green+Blue) = 238+3+198=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03C6 is #11FC39. Grayscale: #5E5E5E. Windows color (decimal): -1178682 or 12977134. OLE color: 12977134.
HSL color Cylindrical-coordinate representation of color #EE03C6: hue angle of 310.21º 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 #EE03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.07 |
| HSL | 310.21º | 0.98% | 0.47% | - |
| HSV(B) | 310.21º | 0.99% | 0.93% | - |
| XYZ | 45.49 | 22.32 | 55.34 | - |
| YUV | 95.5 | 185.86 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 198 | 0 | 0.99 | 0.17 | 0.07 | 310.21 | 0.98 | 0.47 |
| Hex | EE | 3 | C6 | 0 | 63 | 11 | 7 | 136 | 62 | 2F |
| Octal | 356 | 3 | 306 | 0 | 143 | 21 | 7 | 466 | 142 | 57 |
| Binary | 11101110 | 11 | 11000110 | 0 | 1100011 | 10001 | 111 | 100110110 | 1100010 | 101111 |
Color Harmonies of #EE03C6
Complementary color
Monochromatic Colors of #EE03C6
Black with #EE03C6
Text Example
Text Example
White with #EE03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03C6; }
p { color: rgb(238,3,198); }
H1.HeaderClassName
{
color: #EE03C6;
}
.AnyTagClassName
{
color: #EE03C6;
}
</style>
background-color css
<style>
a { background-color: #EE03C6; }
a { background-color: rgb(238,3,198); }
div.DivClassName
{
background-color: #EE03C6;
}
.BgClassName
{
background-color: #EE03C6;
}
</style>
border-color css
<style>
span { border-color: #EE03C6; }
span { border-color: rgb(238,3,198); }
td.TdClassName
{
border-color: #EE03C6;
}
.TagClassName
{
border-color: #EE03C6;
}
</style>