Shades of Hot Magenta #EA0CE2
Tints of Hot Magenta #EA0CE2
RGB
CMYK
RGB Variations
Color information
#EA0CE2 (or 0xEA0CE2) is known color: Hot Magenta. HEX triplet: EA, 0C and E2. RGB value is (234,12,226). Sum of RGB (Red+Green+Blue) = 234+12+226=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CE2 is #15F31D. Grayscale: #666666. Windows color (decimal): -1438494 or 14814442. OLE color: 14814442.
HSL color Cylindrical-coordinate representation of color #EA0CE2: hue angle of 302.16º 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 #EA0CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.08 |
| HSL | 302.16º | 0.9% | 0.48% | - |
| HSV(B) | 302.16º | 0.95% | 0.92% | - |
| XYZ | 47.79 | 23.25 | 73.92 | - |
| YUV | 102.77 | 197.55 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 226 | 0 | 0.95 | 0.03 | 0.08 | 302.16 | 0.9 | 0.48 |
| Hex | EA | C | E2 | 0 | 5F | 3 | 8 | 12E | 5A | 30 |
| Octal | 352 | 14 | 342 | 0 | 137 | 3 | 10 | 456 | 132 | 60 |
| Binary | 11101010 | 1100 | 11100010 | 0 | 1011111 | 11 | 1000 | 100101110 | 1011010 | 110000 |
Color Harmonies of #EA0CE2
Complementary color
Monochromatic Colors of #EA0CE2
Black with #EA0CE2
Text Example
Text Example
White with #EA0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CE2; }
p { color: rgb(234,12,226); }
H1.HeaderClassName
{
color: #EA0CE2;
}
.AnyTagClassName
{
color: #EA0CE2;
}
</style>
background-color css
<style>
a { background-color: #EA0CE2; }
a { background-color: rgb(234,12,226); }
div.DivClassName
{
background-color: #EA0CE2;
}
.BgClassName
{
background-color: #EA0CE2;
}
</style>
border-color css
<style>
span { border-color: #EA0CE2; }
span { border-color: rgb(234,12,226); }
td.TdClassName
{
border-color: #EA0CE2;
}
.TagClassName
{
border-color: #EA0CE2;
}
</style>