Shades of Hot Magenta #EE12D6
Tints of Hot Magenta #EE12D6
RGB
CMYK
RGB Variations
Color information
#EE12D6 (or 0xEE12D6) is known color: Hot Magenta. HEX triplet: EE, 12 and D6. RGB value is (238,18,214). Sum of RGB (Red+Green+Blue) = 238+18+214=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12D6 is #11ED29. Grayscale: #696969. Windows color (decimal): -1174826 or 14029550. OLE color: 14029550.
HSL color Cylindrical-coordinate representation of color #EE12D6: hue angle of 306.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12D6 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 214 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.07 |
| HSL | 306.55º | 0.87% | 0.5% | - |
| HSV(B) | 306.55º | 0.92% | 0.93% | - |
| XYZ | 47.61 | 23.46 | 65.64 | - |
| YUV | 106.12 | 188.89 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 214 | 0 | 0.92 | 0.10 | 0.07 | 306.55 | 0.87 | 0.5 |
| Hex | EE | 12 | D6 | 0 | 5C | A | 7 | 133 | 57 | 32 |
| Octal | 356 | 22 | 326 | 0 | 134 | 12 | 7 | 463 | 127 | 62 |
| Binary | 11101110 | 10010 | 11010110 | 0 | 1011100 | 1010 | 111 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EE12D6
Complementary color
Monochromatic Colors of #EE12D6
Black with #EE12D6
Text Example
Text Example
White with #EE12D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12D6; }
p { color: rgb(238,18,214); }
H1.HeaderClassName
{
color: #EE12D6;
}
.AnyTagClassName
{
color: #EE12D6;
}
</style>
background-color css
<style>
a { background-color: #EE12D6; }
a { background-color: rgb(238,18,214); }
div.DivClassName
{
background-color: #EE12D6;
}
.BgClassName
{
background-color: #EE12D6;
}
</style>
border-color css
<style>
span { border-color: #EE12D6; }
span { border-color: rgb(238,18,214); }
td.TdClassName
{
border-color: #EE12D6;
}
.TagClassName
{
border-color: #EE12D6;
}
</style>