Shades of Hot Magenta #EA01C9
Tints of Hot Magenta #EA01C9
RGB
CMYK
RGB Variations
Color information
#EA01C9 (or 0xEA01C9) is known color: Hot Magenta. HEX triplet: EA, 01 and C9. RGB value is (234,1,201). Sum of RGB (Red+Green+Blue) = 234+1+201=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01C9 is #15FE36. Grayscale: #5C5C5C. Windows color (decimal): -1441335 or 13173226. OLE color: 13173226.
HSL color Cylindrical-coordinate representation of color #EA01C9: hue angle of 308.5º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01C9 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.08 |
| HSL | 308.5º | 0.99% | 0.46% | - |
| HSV(B) | 308.5º | 1% | 0.92% | - |
| XYZ | 44.49 | 21.73 | 57.11 | - |
| YUV | 93.47 | 188.69 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 201 | 0 | 1.00 | 0.14 | 0.08 | 308.5 | 0.99 | 0.46 |
| Hex | EA | 1 | C9 | 0 | 64 | E | 8 | 134 | 63 | 2E |
| Octal | 352 | 1 | 311 | 0 | 144 | 16 | 10 | 464 | 143 | 56 |
| Binary | 11101010 | 1 | 11001001 | 0 | 1100100 | 1110 | 1000 | 100110100 | 1100011 | 101110 |
Color Harmonies of #EA01C9
Complementary color
Monochromatic Colors of #EA01C9
Black with #EA01C9
Text Example
Text Example
White with #EA01C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01C9; }
p { color: rgb(234,1,201); }
H1.HeaderClassName
{
color: #EA01C9;
}
.AnyTagClassName
{
color: #EA01C9;
}
</style>
background-color css
<style>
a { background-color: #EA01C9; }
a { background-color: rgb(234,1,201); }
div.DivClassName
{
background-color: #EA01C9;
}
.BgClassName
{
background-color: #EA01C9;
}
</style>
border-color css
<style>
span { border-color: #EA01C9; }
span { border-color: rgb(234,1,201); }
td.TdClassName
{
border-color: #EA01C9;
}
.TagClassName
{
border-color: #EA01C9;
}
</style>