Shades of Hot Magenta #EE12DB
Tints of Hot Magenta #EE12DB
RGB
CMYK
RGB Variations
Color information
#EE12DB (or 0xEE12DB) is known color: Hot Magenta. HEX triplet: EE, 12 and DB. RGB value is (238,18,219). Sum of RGB (Red+Green+Blue) = 238+18+219=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12DB is #11ED24. Grayscale: #6A6A6A. Windows color (decimal): -1174821 or 14357230. OLE color: 14357230.
HSL color Cylindrical-coordinate representation of color #EE12DB: hue angle of 305.18º 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 #EE12DB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.07 |
| HSL | 305.18º | 0.87% | 0.5% | - |
| HSV(B) | 305.18º | 0.92% | 0.93% | - |
| XYZ | 48.26 | 23.72 | 69.05 | - |
| YUV | 106.69 | 191.39 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 219 | 0 | 0.92 | 0.08 | 0.07 | 305.18 | 0.87 | 0.5 |
| Hex | EE | 12 | DB | 0 | 5C | 8 | 7 | 131 | 57 | 32 |
| Octal | 356 | 22 | 333 | 0 | 134 | 10 | 7 | 461 | 127 | 62 |
| Binary | 11101110 | 10010 | 11011011 | 0 | 1011100 | 1000 | 111 | 100110001 | 1010111 | 110010 |
Color Harmonies of #EE12DB
Complementary color
Monochromatic Colors of #EE12DB
Black with #EE12DB
Text Example
Text Example
White with #EE12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12DB; }
p { color: rgb(238,18,219); }
H1.HeaderClassName
{
color: #EE12DB;
}
.AnyTagClassName
{
color: #EE12DB;
}
</style>
background-color css
<style>
a { background-color: #EE12DB; }
a { background-color: rgb(238,18,219); }
div.DivClassName
{
background-color: #EE12DB;
}
.BgClassName
{
background-color: #EE12DB;
}
</style>
border-color css
<style>
span { border-color: #EE12DB; }
span { border-color: rgb(238,18,219); }
td.TdClassName
{
border-color: #EE12DB;
}
.TagClassName
{
border-color: #EE12DB;
}
</style>