Shades of Hot Magenta #EA12DB
Tints of Hot Magenta #EA12DB
RGB
CMYK
RGB Variations
Color information
#EA12DB (or 0xEA12DB) is known color: Hot Magenta. HEX triplet: EA, 12 and DB. RGB value is (234,18,219). Sum of RGB (Red+Green+Blue) = 234+18+219=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12DB is #15ED24. Grayscale: #686868. Windows color (decimal): -1436965 or 14357226. OLE color: 14357226.
HSL color Cylindrical-coordinate representation of color #EA12DB: hue angle of 304.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12DB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.08 |
| HSL | 304.17º | 0.86% | 0.49% | - |
| HSV(B) | 304.17º | 0.92% | 0.92% | - |
| XYZ | 46.93 | 23.04 | 68.99 | - |
| YUV | 105.5 | 192.06 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 219 | 0 | 0.92 | 0.06 | 0.08 | 304.17 | 0.86 | 0.49 |
| Hex | EA | 12 | DB | 0 | 5C | 6 | 8 | 130 | 56 | 31 |
| Octal | 352 | 22 | 333 | 0 | 134 | 6 | 10 | 460 | 126 | 61 |
| Binary | 11101010 | 10010 | 11011011 | 0 | 1011100 | 110 | 1000 | 100110000 | 1010110 | 110001 |
Color Harmonies of #EA12DB
Complementary color
Monochromatic Colors of #EA12DB
Black with #EA12DB
Text Example
Text Example
White with #EA12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12DB; }
p { color: rgb(234,18,219); }
H1.HeaderClassName
{
color: #EA12DB;
}
.AnyTagClassName
{
color: #EA12DB;
}
</style>
background-color css
<style>
a { background-color: #EA12DB; }
a { background-color: rgb(234,18,219); }
div.DivClassName
{
background-color: #EA12DB;
}
.BgClassName
{
background-color: #EA12DB;
}
</style>
border-color css
<style>
span { border-color: #EA12DB; }
span { border-color: rgb(234,18,219); }
td.TdClassName
{
border-color: #EA12DB;
}
.TagClassName
{
border-color: #EA12DB;
}
</style>