Shades of Hot Magenta #EE0AD6
Tints of Hot Magenta #EE0AD6
RGB
CMYK
RGB Variations
Color information
#EE0AD6 (or 0xEE0AD6) is known color: Hot Magenta. HEX triplet: EE, 0A and D6. RGB value is (238,10,214). Sum of RGB (Red+Green+Blue) = 238+10+214=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AD6 is #11F529. Grayscale: #646464. Windows color (decimal): -1176874 or 14027502. OLE color: 14027502.
HSL color Cylindrical-coordinate representation of color #EE0AD6: hue angle of 306.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.07 |
| HSL | 306.32º | 0.92% | 0.49% | - |
| HSV(B) | 306.32º | 0.96% | 0.93% | - |
| XYZ | 47.51 | 23.25 | 65.6 | - |
| YUV | 101.43 | 191.54 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 214 | 0 | 0.96 | 0.10 | 0.07 | 306.32 | 0.92 | 0.49 |
| Hex | EE | A | D6 | 0 | 60 | A | 7 | 132 | 5C | 31 |
| Octal | 356 | 12 | 326 | 0 | 140 | 12 | 7 | 462 | 134 | 61 |
| Binary | 11101110 | 1010 | 11010110 | 0 | 1100000 | 1010 | 111 | 100110010 | 1011100 | 110001 |
Color Harmonies of #EE0AD6
Complementary color
Monochromatic Colors of #EE0AD6
Black with #EE0AD6
Text Example
Text Example
White with #EE0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AD6; }
p { color: rgb(238,10,214); }
H1.HeaderClassName
{
color: #EE0AD6;
}
.AnyTagClassName
{
color: #EE0AD6;
}
</style>
background-color css
<style>
a { background-color: #EE0AD6; }
a { background-color: rgb(238,10,214); }
div.DivClassName
{
background-color: #EE0AD6;
}
.BgClassName
{
background-color: #EE0AD6;
}
</style>
border-color css
<style>
span { border-color: #EE0AD6; }
span { border-color: rgb(238,10,214); }
td.TdClassName
{
border-color: #EE0AD6;
}
.TagClassName
{
border-color: #EE0AD6;
}
</style>