Shades of Hot Magenta #EA0CCE
Tints of Hot Magenta #EA0CCE
RGB
CMYK
RGB Variations
Color information
#EA0CCE (or 0xEA0CCE) is known color: Hot Magenta. HEX triplet: EA, 0C and CE. RGB value is (234,12,206). Sum of RGB (Red+Green+Blue) = 234+12+206=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CCE is #15F331. Grayscale: #636363. Windows color (decimal): -1438514 or 13503722. OLE color: 13503722.
HSL color Cylindrical-coordinate representation of color #EA0CCE: hue angle of 307.57º 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 #EA0CCE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.08 |
| HSL | 307.57º | 0.9% | 0.48% | - |
| HSV(B) | 307.57º | 0.95% | 0.92% | - |
| XYZ | 45.2 | 22.21 | 60.3 | - |
| YUV | 100.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 206 | 0 | 0.95 | 0.12 | 0.08 | 307.57 | 0.9 | 0.48 |
| Hex | EA | C | CE | 0 | 5F | C | 8 | 134 | 5A | 30 |
| Octal | 352 | 14 | 316 | 0 | 137 | 14 | 10 | 464 | 132 | 60 |
| Binary | 11101010 | 1100 | 11001110 | 0 | 1011111 | 1100 | 1000 | 100110100 | 1011010 | 110000 |
Color Harmonies of #EA0CCE
Complementary color
Monochromatic Colors of #EA0CCE
Black with #EA0CCE
Text Example
Text Example
White with #EA0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CCE; }
p { color: rgb(234,12,206); }
H1.HeaderClassName
{
color: #EA0CCE;
}
.AnyTagClassName
{
color: #EA0CCE;
}
</style>
background-color css
<style>
a { background-color: #EA0CCE; }
a { background-color: rgb(234,12,206); }
div.DivClassName
{
background-color: #EA0CCE;
}
.BgClassName
{
background-color: #EA0CCE;
}
</style>
border-color css
<style>
span { border-color: #EA0CCE; }
span { border-color: rgb(234,12,206); }
td.TdClassName
{
border-color: #EA0CCE;
}
.TagClassName
{
border-color: #EA0CCE;
}
</style>