Shades of Hot Magenta #EE12DA
Tints of Hot Magenta #EE12DA
RGB
CMYK
RGB Variations
Color information
#EE12DA (or 0xEE12DA) is known color: Hot Magenta. HEX triplet: EE, 12 and DA. RGB value is (238,18,218). Sum of RGB (Red+Green+Blue) = 238+18+218=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12DA is #11ED25. Grayscale: #6A6A6A. Windows color (decimal): -1174822 or 14291694. OLE color: 14291694.
HSL color Cylindrical-coordinate representation of color #EE12DA: hue angle of 305.45º 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 #EE12DA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 218 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.07 |
| HSL | 305.45º | 0.87% | 0.5% | - |
| HSV(B) | 305.45º | 0.92% | 0.93% | - |
| XYZ | 48.13 | 23.67 | 68.36 | - |
| YUV | 106.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 218 | 0 | 0.92 | 0.08 | 0.07 | 305.45 | 0.87 | 0.5 |
| Hex | EE | 12 | DA | 0 | 5C | 8 | 7 | 131 | 57 | 32 |
| Octal | 356 | 22 | 332 | 0 | 134 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101110 | 10010 | 11011010 | 0 | 1011100 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EE12DA
Complementary color
Monochromatic Colors of #EE12DA
Black with #EE12DA
Text Example
Text Example
White with #EE12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12DA; }
p { color: rgb(238,18,218); }
H1.HeaderClassName
{
color: #EE12DA;
}
.AnyTagClassName
{
color: #EE12DA;
}
</style>
background-color css
<style>
a { background-color: #EE12DA; }
a { background-color: rgb(238,18,218); }
div.DivClassName
{
background-color: #EE12DA;
}
.BgClassName
{
background-color: #EE12DA;
}
</style>
border-color css
<style>
span { border-color: #EE12DA; }
span { border-color: rgb(238,18,218); }
td.TdClassName
{
border-color: #EE12DA;
}
.TagClassName
{
border-color: #EE12DA;
}
</style>