Shades of Hot Magenta #EA08CA
Tints of Hot Magenta #EA08CA
RGB
CMYK
RGB Variations
Color information
#EA08CA (or 0xEA08CA) is known color: Hot Magenta. HEX triplet: EA, 08 and CA. RGB value is (234,8,202). Sum of RGB (Red+Green+Blue) = 234+8+202=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08CA is #15F735. Grayscale: #616161. Windows color (decimal): -1439542 or 13240554. OLE color: 13240554.
HSL color Cylindrical-coordinate representation of color #EA08CA: hue angle of 308.5º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA08CA is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 202 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.08 |
| HSL | 308.5º | 0.93% | 0.47% | - |
| HSV(B) | 308.5º | 0.97% | 0.92% | - |
| XYZ | 44.68 | 21.93 | 57.76 | - |
| YUV | 97.69 | 186.87 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 202 | 0 | 0.97 | 0.14 | 0.08 | 308.5 | 0.93 | 0.47 |
| Hex | EA | 8 | CA | 0 | 61 | E | 8 | 134 | 5D | 2F |
| Octal | 352 | 10 | 312 | 0 | 141 | 16 | 10 | 464 | 135 | 57 |
| Binary | 11101010 | 1000 | 11001010 | 0 | 1100001 | 1110 | 1000 | 100110100 | 1011101 | 101111 |
Color Harmonies of #EA08CA
Complementary color
Monochromatic Colors of #EA08CA
Black with #EA08CA
Text Example
Text Example
White with #EA08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08CA; }
p { color: rgb(234,8,202); }
H1.HeaderClassName
{
color: #EA08CA;
}
.AnyTagClassName
{
color: #EA08CA;
}
</style>
background-color css
<style>
a { background-color: #EA08CA; }
a { background-color: rgb(234,8,202); }
div.DivClassName
{
background-color: #EA08CA;
}
.BgClassName
{
background-color: #EA08CA;
}
</style>
border-color css
<style>
span { border-color: #EA08CA; }
span { border-color: rgb(234,8,202); }
td.TdClassName
{
border-color: #EA08CA;
}
.TagClassName
{
border-color: #EA08CA;
}
</style>