Shades of Hot Magenta #EE00D6
Tints of Hot Magenta #EE00D6
RGB
CMYK
RGB Variations
Color information
#EE00D6 (or 0xEE00D6) is known color: Hot Magenta. HEX triplet: EE, 00 and D6. RGB value is (238,0,214). Sum of RGB (Red+Green+Blue) = 238+0+214=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00D6 is #11FF29. Grayscale: #5E5E5E. Windows color (decimal): -1179434 or 14024942. OLE color: 14024942.
HSL color Cylindrical-coordinate representation of color #EE00D6: hue angle of 306.05º 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 #EE00D6 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 214 | - |
| CMYK | 0 | 1 | 0.10 | 0.07 |
| HSL | 306.05º | 1% | 0.47% | - |
| HSV(B) | 306.05º | 1% | 0.93% | - |
| XYZ | 47.4 | 23.03 | 65.57 | - |
| YUV | 95.56 | 194.85 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 214 | 0 | 1 | 0.10 | 0.07 | 306.05 | 1 | 0.47 |
| Hex | EE | 0 | D6 | 0 | 64 | A | 7 | 132 | 64 | 2F |
| Octal | 356 | 0 | 326 | 0 | 144 | 12 | 7 | 462 | 144 | 57 |
| Binary | 11101110 | 0 | 11010110 | 0 | 1100100 | 1010 | 111 | 100110010 | 1100100 | 101111 |
Color Harmonies of #EE00D6
Complementary color
Monochromatic Colors of #EE00D6
Black with #EE00D6
Text Example
Text Example
White with #EE00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00D6; }
p { color: rgb(238,0,214); }
H1.HeaderClassName
{
color: #EE00D6;
}
.AnyTagClassName
{
color: #EE00D6;
}
</style>
background-color css
<style>
a { background-color: #EE00D6; }
a { background-color: rgb(238,0,214); }
div.DivClassName
{
background-color: #EE00D6;
}
.BgClassName
{
background-color: #EE00D6;
}
</style>
border-color css
<style>
span { border-color: #EE00D6; }
span { border-color: rgb(238,0,214); }
td.TdClassName
{
border-color: #EE00D6;
}
.TagClassName
{
border-color: #EE00D6;
}
</style>