Shades of Hot Magenta #EE08CE
Tints of Hot Magenta #EE08CE
RGB
CMYK
RGB Variations
Color information
#EE08CE (or 0xEE08CE) is known color: Hot Magenta. HEX triplet: EE, 08 and CE. RGB value is (238,8,206). Sum of RGB (Red+Green+Blue) = 238+8+206=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08CE is #11F731. Grayscale: #626262. Windows color (decimal): -1177394 or 13502702. OLE color: 13502702.
HSL color Cylindrical-coordinate representation of color #EE08CE: hue angle of 308.35º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08CE is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.07 |
| HSL | 308.35º | 0.93% | 0.48% | - |
| HSV(B) | 308.35º | 0.97% | 0.93% | - |
| XYZ | 46.49 | 22.81 | 60.34 | - |
| YUV | 99.34 | 188.2 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 206 | 0 | 0.97 | 0.13 | 0.07 | 308.35 | 0.93 | 0.48 |
| Hex | EE | 8 | CE | 0 | 61 | D | 7 | 134 | 5D | 30 |
| Octal | 356 | 10 | 316 | 0 | 141 | 15 | 7 | 464 | 135 | 60 |
| Binary | 11101110 | 1000 | 11001110 | 0 | 1100001 | 1101 | 111 | 100110100 | 1011101 | 110000 |
Color Harmonies of #EE08CE
Complementary color
Monochromatic Colors of #EE08CE
Black with #EE08CE
Text Example
Text Example
White with #EE08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08CE; }
p { color: rgb(238,8,206); }
H1.HeaderClassName
{
color: #EE08CE;
}
.AnyTagClassName
{
color: #EE08CE;
}
</style>
background-color css
<style>
a { background-color: #EE08CE; }
a { background-color: rgb(238,8,206); }
div.DivClassName
{
background-color: #EE08CE;
}
.BgClassName
{
background-color: #EE08CE;
}
</style>
border-color css
<style>
span { border-color: #EE08CE; }
span { border-color: rgb(238,8,206); }
td.TdClassName
{
border-color: #EE08CE;
}
.TagClassName
{
border-color: #EE08CE;
}
</style>