Shades of Hot Magenta #EA01CA
Tints of Hot Magenta #EA01CA
RGB
CMYK
RGB Variations
Color information
#EA01CA (or 0xEA01CA) is known color: Hot Magenta. HEX triplet: EA, 01 and CA. RGB value is (234,1,202). Sum of RGB (Red+Green+Blue) = 234+1+202=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01CA is #15FE35. Grayscale: #5D5D5D. Windows color (decimal): -1441334 or 13238762. OLE color: 13238762.
HSL color Cylindrical-coordinate representation of color #EA01CA: hue angle of 308.24º 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 #EA01CA is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.08 |
| HSL | 308.24º | 0.99% | 0.46% | - |
| HSV(B) | 308.24º | 1% | 0.92% | - |
| XYZ | 44.6 | 21.78 | 57.73 | - |
| YUV | 93.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 202 | 0 | 1.00 | 0.14 | 0.08 | 308.24 | 0.99 | 0.46 |
| Hex | EA | 1 | CA | 0 | 64 | E | 8 | 134 | 63 | 2E |
| Octal | 352 | 1 | 312 | 0 | 144 | 16 | 10 | 464 | 143 | 56 |
| Binary | 11101010 | 1 | 11001010 | 0 | 1100100 | 1110 | 1000 | 100110100 | 1100011 | 101110 |
Color Harmonies of #EA01CA
Complementary color
Monochromatic Colors of #EA01CA
Black with #EA01CA
Text Example
Text Example
White with #EA01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01CA; }
p { color: rgb(234,1,202); }
H1.HeaderClassName
{
color: #EA01CA;
}
.AnyTagClassName
{
color: #EA01CA;
}
</style>
background-color css
<style>
a { background-color: #EA01CA; }
a { background-color: rgb(234,1,202); }
div.DivClassName
{
background-color: #EA01CA;
}
.BgClassName
{
background-color: #EA01CA;
}
</style>
border-color css
<style>
span { border-color: #EA01CA; }
span { border-color: rgb(234,1,202); }
td.TdClassName
{
border-color: #EA01CA;
}
.TagClassName
{
border-color: #EA01CA;
}
</style>