Shades of Hot Magenta #EA04DB
Tints of Hot Magenta #EA04DB
RGB
CMYK
RGB Variations
Color information
#EA04DB (or 0xEA04DB) is known color: Hot Magenta. HEX triplet: EA, 04 and DB. RGB value is (234,4,219). Sum of RGB (Red+Green+Blue) = 234+4+219=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04DB is #15FB24. Grayscale: #606060. Windows color (decimal): -1440549 or 14353642. OLE color: 14353642.
HSL color Cylindrical-coordinate representation of color #EA04DB: hue angle of 303.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04DB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.08 |
| HSL | 303.91º | 0.97% | 0.47% | - |
| HSV(B) | 303.91º | 0.98% | 0.92% | - |
| XYZ | 46.76 | 22.69 | 68.93 | - |
| YUV | 97.28 | 196.7 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 219 | 0 | 0.98 | 0.06 | 0.08 | 303.91 | 0.97 | 0.47 |
| Hex | EA | 4 | DB | 0 | 62 | 6 | 8 | 130 | 61 | 2F |
| Octal | 352 | 4 | 333 | 0 | 142 | 6 | 10 | 460 | 141 | 57 |
| Binary | 11101010 | 100 | 11011011 | 0 | 1100010 | 110 | 1000 | 100110000 | 1100001 | 101111 |
Color Harmonies of #EA04DB
Complementary color
Monochromatic Colors of #EA04DB
Black with #EA04DB
Text Example
Text Example
White with #EA04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04DB; }
p { color: rgb(234,4,219); }
H1.HeaderClassName
{
color: #EA04DB;
}
.AnyTagClassName
{
color: #EA04DB;
}
</style>
background-color css
<style>
a { background-color: #EA04DB; }
a { background-color: rgb(234,4,219); }
div.DivClassName
{
background-color: #EA04DB;
}
.BgClassName
{
background-color: #EA04DB;
}
</style>
border-color css
<style>
span { border-color: #EA04DB; }
span { border-color: rgb(234,4,219); }
td.TdClassName
{
border-color: #EA04DB;
}
.TagClassName
{
border-color: #EA04DB;
}
</style>