Shades of Hot Magenta #EA04C5
Tints of Hot Magenta #EA04C5
RGB
CMYK
RGB Variations
Color information
#EA04C5 (or 0xEA04C5) is known color: Hot Magenta. HEX triplet: EA, 04 and C5. RGB value is (234,4,197). Sum of RGB (Red+Green+Blue) = 234+4+197=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04C5 is #15FB3A. Grayscale: #5E5E5E. Windows color (decimal): -1440571 or 12911850. OLE color: 12911850.
HSL color Cylindrical-coordinate representation of color #EA04C5: hue angle of 309.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.08 |
| HSL | 309.65º | 0.97% | 0.47% | - |
| HSV(B) | 309.65º | 0.98% | 0.92% | - |
| XYZ | 44.05 | 21.61 | 54.67 | - |
| YUV | 94.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 197 | 0 | 0.98 | 0.16 | 0.08 | 309.65 | 0.97 | 0.47 |
| Hex | EA | 4 | C5 | 0 | 62 | 10 | 8 | 136 | 61 | 2F |
| Octal | 352 | 4 | 305 | 0 | 142 | 20 | 10 | 466 | 141 | 57 |
| Binary | 11101010 | 100 | 11000101 | 0 | 1100010 | 10000 | 1000 | 100110110 | 1100001 | 101111 |
Color Harmonies of #EA04C5
Complementary color
Monochromatic Colors of #EA04C5
Black with #EA04C5
Text Example
Text Example
White with #EA04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04C5; }
p { color: rgb(234,4,197); }
H1.HeaderClassName
{
color: #EA04C5;
}
.AnyTagClassName
{
color: #EA04C5;
}
</style>
background-color css
<style>
a { background-color: #EA04C5; }
a { background-color: rgb(234,4,197); }
div.DivClassName
{
background-color: #EA04C5;
}
.BgClassName
{
background-color: #EA04C5;
}
</style>
border-color css
<style>
span { border-color: #EA04C5; }
span { border-color: rgb(234,4,197); }
td.TdClassName
{
border-color: #EA04C5;
}
.TagClassName
{
border-color: #EA04C5;
}
</style>