Shades of Hot Magenta #EA03CE
Tints of Hot Magenta #EA03CE
RGB
CMYK
RGB Variations
Color information
#EA03CE (or 0xEA03CE) is known color: Hot Magenta. HEX triplet: EA, 03 and CE. RGB value is (234,3,206). Sum of RGB (Red+Green+Blue) = 234+3+206=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA03CE is #15FC31. Grayscale: #5E5E5E. Windows color (decimal): -1440818 or 13501418. OLE color: 13501418.
HSL color Cylindrical-coordinate representation of color #EA03CE: hue angle of 307.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA03CE is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.08 |
| HSL | 307.27º | 0.97% | 0.46% | - |
| HSV(B) | 307.27º | 0.99% | 0.92% | - |
| XYZ | 45.1 | 22.01 | 60.26 | - |
| YUV | 95.21 | 190.53 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 206 | 0 | 0.99 | 0.12 | 0.08 | 307.27 | 0.97 | 0.46 |
| Hex | EA | 3 | CE | 0 | 63 | C | 8 | 133 | 61 | 2E |
| Octal | 352 | 3 | 316 | 0 | 143 | 14 | 10 | 463 | 141 | 56 |
| Binary | 11101010 | 11 | 11001110 | 0 | 1100011 | 1100 | 1000 | 100110011 | 1100001 | 101110 |
Color Harmonies of #EA03CE
Complementary color
Monochromatic Colors of #EA03CE
Black with #EA03CE
Text Example
Text Example
White with #EA03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA03CE; }
p { color: rgb(234,3,206); }
H1.HeaderClassName
{
color: #EA03CE;
}
.AnyTagClassName
{
color: #EA03CE;
}
</style>
background-color css
<style>
a { background-color: #EA03CE; }
a { background-color: rgb(234,3,206); }
div.DivClassName
{
background-color: #EA03CE;
}
.BgClassName
{
background-color: #EA03CE;
}
</style>
border-color css
<style>
span { border-color: #EA03CE; }
span { border-color: rgb(234,3,206); }
td.TdClassName
{
border-color: #EA03CE;
}
.TagClassName
{
border-color: #EA03CE;
}
</style>