Shades of Hot Magenta #EE08DF
Tints of Hot Magenta #EE08DF
RGB
CMYK
RGB Variations
Color information
#EE08DF (or 0xEE08DF) is known color: Hot Magenta. HEX triplet: EE, 08 and DF. RGB value is (238,8,223). Sum of RGB (Red+Green+Blue) = 238+8+223=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08DF is #11F720. Grayscale: #646464. Windows color (decimal): -1177377 or 14616814. OLE color: 14616814.
HSL color Cylindrical-coordinate representation of color #EE08DF: hue angle of 303.91º 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 #EE08DF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 8 | 223 | - |
CMYK | 0 | 0.97 | 0.06 | 0.07 |
HSL | 303.91º | 0.93% | 0.48% | - |
HSV(B) | 303.91º | 0.97% | 0.93% | - |
XYZ | 48.67 | 23.68 | 71.82 | - |
YUV | 101.28 | 196.7 | 225.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 8 | 223 | 0 | 0.97 | 0.06 | 0.07 | 303.91 | 0.93 | 0.48 |
Hex | EE | 8 | DF | 0 | 61 | 6 | 7 | 130 | 5D | 30 |
Octal | 356 | 10 | 337 | 0 | 141 | 6 | 7 | 460 | 135 | 60 |
Binary | 11101110 | 1000 | 11011111 | 0 | 1100001 | 110 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EE08DF
Complementary color
Monochromatic Colors of #EE08DF
Black with #EE08DF
Text Example
Text Example
White with #EE08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08DF; }
p { color: rgb(238,8,223); }
H1.HeaderClassName
{
color: #EE08DF;
}
.AnyTagClassName
{
color: #EE08DF;
}
</style>
background-color css
<style>
a { background-color: #EE08DF; }
a { background-color: rgb(238,8,223); }
div.DivClassName
{
background-color: #EE08DF;
}
.BgClassName
{
background-color: #EE08DF;
}
</style>
border-color css
<style>
span { border-color: #EE08DF; }
span { border-color: rgb(238,8,223); }
td.TdClassName
{
border-color: #EE08DF;
}
.TagClassName
{
border-color: #EE08DF;
}
</style>