Shades of Hot Magenta #EE00C8
Tints of Hot Magenta #EE00C8
RGB
CMYK
RGB Variations
Color information
#EE00C8 (or 0xEE00C8) is known color: Hot Magenta. HEX triplet: EE, 00 and C8. RGB value is (238,0,200). Sum of RGB (Red+Green+Blue) = 238+0+200=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00C8 is #11FF37. Grayscale: #5D5D5D. Windows color (decimal): -1179448 or 13107438. OLE color: 13107438.
HSL color Cylindrical-coordinate representation of color #EE00C8: hue angle of 309.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00C8 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 200 | - |
| CMYK | 0 | 1 | 0.16 | 0.07 |
| HSL | 309.58º | 1% | 0.47% | - |
| HSV(B) | 309.58º | 1% | 0.93% | - |
| XYZ | 45.69 | 22.35 | 56.55 | - |
| YUV | 93.96 | 187.85 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 200 | 0 | 1 | 0.16 | 0.07 | 309.58 | 1 | 0.47 |
| Hex | EE | 0 | C8 | 0 | 64 | 10 | 7 | 136 | 64 | 2F |
| Octal | 356 | 0 | 310 | 0 | 144 | 20 | 7 | 466 | 144 | 57 |
| Binary | 11101110 | 0 | 11001000 | 0 | 1100100 | 10000 | 111 | 100110110 | 1100100 | 101111 |
Color Harmonies of #EE00C8
Complementary color
Monochromatic Colors of #EE00C8
Black with #EE00C8
Text Example
Text Example
White with #EE00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00C8; }
p { color: rgb(238,0,200); }
H1.HeaderClassName
{
color: #EE00C8;
}
.AnyTagClassName
{
color: #EE00C8;
}
</style>
background-color css
<style>
a { background-color: #EE00C8; }
a { background-color: rgb(238,0,200); }
div.DivClassName
{
background-color: #EE00C8;
}
.BgClassName
{
background-color: #EE00C8;
}
</style>
border-color css
<style>
span { border-color: #EE00C8; }
span { border-color: rgb(238,0,200); }
td.TdClassName
{
border-color: #EE00C8;
}
.TagClassName
{
border-color: #EE00C8;
}
</style>