Shades of Hot Magenta #EA08E2
Tints of Hot Magenta #EA08E2
RGB
CMYK
RGB Variations
Color information
#EA08E2 (or 0xEA08E2) is known color: Hot Magenta. HEX triplet: EA, 08 and E2. RGB value is (234,8,226). Sum of RGB (Red+Green+Blue) = 234+8+226=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08E2 is #15F71D. Grayscale: #636363. Windows color (decimal): -1439518 or 14813418. OLE color: 14813418.
HSL color Cylindrical-coordinate representation of color #EA08E2: hue angle of 302.12º 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 #EA08E2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.08 |
| HSL | 302.12º | 0.93% | 0.47% | - |
| HSV(B) | 302.12º | 0.97% | 0.92% | - |
| XYZ | 47.75 | 23.16 | 73.9 | - |
| YUV | 100.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 226 | 0 | 0.97 | 0.03 | 0.08 | 302.12 | 0.93 | 0.47 |
| Hex | EA | 8 | E2 | 0 | 61 | 3 | 8 | 12E | 5D | 2F |
| Octal | 352 | 10 | 342 | 0 | 141 | 3 | 10 | 456 | 135 | 57 |
| Binary | 11101010 | 1000 | 11100010 | 0 | 1100001 | 11 | 1000 | 100101110 | 1011101 | 101111 |
Color Harmonies of #EA08E2
Complementary color
Monochromatic Colors of #EA08E2
Black with #EA08E2
Text Example
Text Example
White with #EA08E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08E2; }
p { color: rgb(234,8,226); }
H1.HeaderClassName
{
color: #EA08E2;
}
.AnyTagClassName
{
color: #EA08E2;
}
</style>
background-color css
<style>
a { background-color: #EA08E2; }
a { background-color: rgb(234,8,226); }
div.DivClassName
{
background-color: #EA08E2;
}
.BgClassName
{
background-color: #EA08E2;
}
</style>
border-color css
<style>
span { border-color: #EA08E2; }
span { border-color: rgb(234,8,226); }
td.TdClassName
{
border-color: #EA08E2;
}
.TagClassName
{
border-color: #EA08E2;
}
</style>