Shades of Hot Magenta #EE12D9
Tints of Hot Magenta #EE12D9
RGB
CMYK
RGB Variations
Color information
#EE12D9 (or 0xEE12D9) is known color: Hot Magenta. HEX triplet: EE, 12 and D9. RGB value is (238,18,217). Sum of RGB (Red+Green+Blue) = 238+18+217=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12D9 is #11ED26. Grayscale: #696969. Windows color (decimal): -1174823 or 14226158. OLE color: 14226158.
HSL color Cylindrical-coordinate representation of color #EE12D9: hue angle of 305.73º 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 #EE12D9 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 217 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.07 |
| HSL | 305.73º | 0.87% | 0.5% | - |
| HSV(B) | 305.73º | 0.92% | 0.93% | - |
| XYZ | 48 | 23.62 | 67.67 | - |
| YUV | 106.47 | 190.39 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 217 | 0 | 0.92 | 0.09 | 0.07 | 305.73 | 0.87 | 0.5 |
| Hex | EE | 12 | D9 | 0 | 5C | 9 | 7 | 132 | 57 | 32 |
| Octal | 356 | 22 | 331 | 0 | 134 | 11 | 7 | 462 | 127 | 62 |
| Binary | 11101110 | 10010 | 11011001 | 0 | 1011100 | 1001 | 111 | 100110010 | 1010111 | 110010 |
Color Harmonies of #EE12D9
Complementary color
Monochromatic Colors of #EE12D9
Black with #EE12D9
Text Example
Text Example
White with #EE12D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12D9; }
p { color: rgb(238,18,217); }
H1.HeaderClassName
{
color: #EE12D9;
}
.AnyTagClassName
{
color: #EE12D9;
}
</style>
background-color css
<style>
a { background-color: #EE12D9; }
a { background-color: rgb(238,18,217); }
div.DivClassName
{
background-color: #EE12D9;
}
.BgClassName
{
background-color: #EE12D9;
}
</style>
border-color css
<style>
span { border-color: #EE12D9; }
span { border-color: rgb(238,18,217); }
td.TdClassName
{
border-color: #EE12D9;
}
.TagClassName
{
border-color: #EE12D9;
}
</style>