Shades of Hot Magenta #EA00CA
Tints of Hot Magenta #EA00CA
RGB
CMYK
RGB Variations
Color information
#EA00CA (or 0xEA00CA) is known color: Hot Magenta. HEX triplet: EA, 00 and CA. RGB value is (234,0,202). Sum of RGB (Red+Green+Blue) = 234+0+202=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00CA is #15FF35. Grayscale: #5C5C5C. Windows color (decimal): -1441590 or 13238506. OLE color: 13238506.
HSL color Cylindrical-coordinate representation of color #EA00CA: hue angle of 308.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00CA is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.14 | 0.08 |
| HSL | 308.21º | 1% | 0.46% | - |
| HSV(B) | 308.21º | 1% | 0.92% | - |
| XYZ | 44.59 | 21.76 | 57.73 | - |
| YUV | 92.99 | 189.52 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 202 | 0 | 1 | 0.14 | 0.08 | 308.21 | 1 | 0.46 |
| Hex | EA | 0 | CA | 0 | 64 | E | 8 | 134 | 64 | 2E |
| Octal | 352 | 0 | 312 | 0 | 144 | 16 | 10 | 464 | 144 | 56 |
| Binary | 11101010 | 0 | 11001010 | 0 | 1100100 | 1110 | 1000 | 100110100 | 1100100 | 101110 |
Color Harmonies of #EA00CA
Complementary color
Monochromatic Colors of #EA00CA
Black with #EA00CA
Text Example
Text Example
White with #EA00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00CA; }
p { color: rgb(234,0,202); }
H1.HeaderClassName
{
color: #EA00CA;
}
.AnyTagClassName
{
color: #EA00CA;
}
</style>
background-color css
<style>
a { background-color: #EA00CA; }
a { background-color: rgb(234,0,202); }
div.DivClassName
{
background-color: #EA00CA;
}
.BgClassName
{
background-color: #EA00CA;
}
</style>
border-color css
<style>
span { border-color: #EA00CA; }
span { border-color: rgb(234,0,202); }
td.TdClassName
{
border-color: #EA00CA;
}
.TagClassName
{
border-color: #EA00CA;
}
</style>