Shades of Hot Magenta #EA0CDB
Tints of Hot Magenta #EA0CDB
RGB
CMYK
RGB Variations
Color information
#EA0CDB (or 0xEA0CDB) is known color: Hot Magenta. HEX triplet: EA, 0C and DB. RGB value is (234,12,219). Sum of RGB (Red+Green+Blue) = 234+12+219=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CDB is #15F324. Grayscale: #656565. Windows color (decimal): -1438501 or 14355690. OLE color: 14355690.
HSL color Cylindrical-coordinate representation of color #EA0CDB: hue angle of 304.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.08 |
| HSL | 304.05º | 0.9% | 0.48% | - |
| HSV(B) | 304.05º | 0.95% | 0.92% | - |
| XYZ | 46.85 | 22.87 | 68.96 | - |
| YUV | 101.98 | 194.05 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 219 | 0 | 0.95 | 0.06 | 0.08 | 304.05 | 0.9 | 0.48 |
| Hex | EA | C | DB | 0 | 5F | 6 | 8 | 130 | 5A | 30 |
| Octal | 352 | 14 | 333 | 0 | 137 | 6 | 10 | 460 | 132 | 60 |
| Binary | 11101010 | 1100 | 11011011 | 0 | 1011111 | 110 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EA0CDB
Complementary color
Monochromatic Colors of #EA0CDB
Black with #EA0CDB
Text Example
Text Example
White with #EA0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CDB; }
p { color: rgb(234,12,219); }
H1.HeaderClassName
{
color: #EA0CDB;
}
.AnyTagClassName
{
color: #EA0CDB;
}
</style>
background-color css
<style>
a { background-color: #EA0CDB; }
a { background-color: rgb(234,12,219); }
div.DivClassName
{
background-color: #EA0CDB;
}
.BgClassName
{
background-color: #EA0CDB;
}
</style>
border-color css
<style>
span { border-color: #EA0CDB; }
span { border-color: rgb(234,12,219); }
td.TdClassName
{
border-color: #EA0CDB;
}
.TagClassName
{
border-color: #EA0CDB;
}
</style>