Shades of Hot Magenta #EA04C8
Tints of Hot Magenta #EA04C8
RGB
CMYK
RGB Variations
Color information
#EA04C8 (or 0xEA04C8) is known color: Hot Magenta. HEX triplet: EA, 04 and C8. RGB value is (234,4,200). Sum of RGB (Red+Green+Blue) = 234+4+200=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04C8 is #15FB37. Grayscale: #5E5E5E. Windows color (decimal): -1440568 or 13108458. OLE color: 13108458.
HSL color Cylindrical-coordinate representation of color #EA04C8: hue angle of 308.87º 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 #EA04C8 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.08 |
| HSL | 308.87º | 0.97% | 0.47% | - |
| HSV(B) | 308.87º | 0.98% | 0.92% | - |
| XYZ | 44.4 | 21.75 | 56.5 | - |
| YUV | 95.11 | 187.2 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 200 | 0 | 0.98 | 0.15 | 0.08 | 308.87 | 0.97 | 0.47 |
| Hex | EA | 4 | C8 | 0 | 62 | F | 8 | 135 | 61 | 2F |
| Octal | 352 | 4 | 310 | 0 | 142 | 17 | 10 | 465 | 141 | 57 |
| Binary | 11101010 | 100 | 11001000 | 0 | 1100010 | 1111 | 1000 | 100110101 | 1100001 | 101111 |
Color Harmonies of #EA04C8
Complementary color
Monochromatic Colors of #EA04C8
Black with #EA04C8
Text Example
Text Example
White with #EA04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04C8; }
p { color: rgb(234,4,200); }
H1.HeaderClassName
{
color: #EA04C8;
}
.AnyTagClassName
{
color: #EA04C8;
}
</style>
background-color css
<style>
a { background-color: #EA04C8; }
a { background-color: rgb(234,4,200); }
div.DivClassName
{
background-color: #EA04C8;
}
.BgClassName
{
background-color: #EA04C8;
}
</style>
border-color css
<style>
span { border-color: #EA04C8; }
span { border-color: rgb(234,4,200); }
td.TdClassName
{
border-color: #EA04C8;
}
.TagClassName
{
border-color: #EA04C8;
}
</style>