Shades of Hot Magenta #EA0ACE
Tints of Hot Magenta #EA0ACE
RGB
CMYK
RGB Variations
Color information
#EA0ACE (or 0xEA0ACE) is known color: Hot Magenta. HEX triplet: EA, 0A and CE. RGB value is (234,10,206). Sum of RGB (Red+Green+Blue) = 234+10+206=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ACE is #15F531. Grayscale: #626262. Windows color (decimal): -1439026 or 13503210. OLE color: 13503210.
HSL color Cylindrical-coordinate representation of color #EA0ACE: hue angle of 307.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.08 |
| HSL | 307.5º | 0.92% | 0.48% | - |
| HSV(B) | 307.5º | 0.96% | 0.92% | - |
| XYZ | 45.18 | 22.17 | 60.29 | - |
| YUV | 99.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 206 | 0 | 0.96 | 0.12 | 0.08 | 307.5 | 0.92 | 0.48 |
| Hex | EA | A | CE | 0 | 60 | C | 8 | 134 | 5C | 30 |
| Octal | 352 | 12 | 316 | 0 | 140 | 14 | 10 | 464 | 134 | 60 |
| Binary | 11101010 | 1010 | 11001110 | 0 | 1100000 | 1100 | 1000 | 100110100 | 1011100 | 110000 |
Color Harmonies of #EA0ACE
Complementary color
Monochromatic Colors of #EA0ACE
Black with #EA0ACE
Text Example
Text Example
White with #EA0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0ACE; }
p { color: rgb(234,10,206); }
H1.HeaderClassName
{
color: #EA0ACE;
}
.AnyTagClassName
{
color: #EA0ACE;
}
</style>
background-color css
<style>
a { background-color: #EA0ACE; }
a { background-color: rgb(234,10,206); }
div.DivClassName
{
background-color: #EA0ACE;
}
.BgClassName
{
background-color: #EA0ACE;
}
</style>
border-color css
<style>
span { border-color: #EA0ACE; }
span { border-color: rgb(234,10,206); }
td.TdClassName
{
border-color: #EA0ACE;
}
.TagClassName
{
border-color: #EA0ACE;
}
</style>