Shades of Hot Magenta #EA07E1
Tints of Hot Magenta #EA07E1
RGB
CMYK
RGB Variations
Color information
#EA07E1 (or 0xEA07E1) is known color: Hot Magenta. HEX triplet: EA, 07 and E1. RGB value is (234,7,225). Sum of RGB (Red+Green+Blue) = 234+7+225=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07E1 is #15F81E. Grayscale: #636363. Windows color (decimal): -1439775 or 14747626. OLE color: 14747626.
HSL color Cylindrical-coordinate representation of color #EA07E1: hue angle of 302.38º degrees, saturation: 0.94, 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 #EA07E1 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 225 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.08 |
| HSL | 302.38º | 0.94% | 0.47% | - |
| HSV(B) | 302.38º | 0.97% | 0.92% | - |
| XYZ | 47.6 | 23.08 | 73.18 | - |
| YUV | 99.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 225 | 0 | 0.97 | 0.04 | 0.08 | 302.38 | 0.94 | 0.47 |
| Hex | EA | 7 | E1 | 0 | 61 | 4 | 8 | 12E | 5E | 2F |
| Octal | 352 | 7 | 341 | 0 | 141 | 4 | 10 | 456 | 136 | 57 |
| Binary | 11101010 | 111 | 11100001 | 0 | 1100001 | 100 | 1000 | 100101110 | 1011110 | 101111 |
Color Harmonies of #EA07E1
Complementary color
Monochromatic Colors of #EA07E1
Black with #EA07E1
Text Example
Text Example
White with #EA07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07E1; }
p { color: rgb(234,7,225); }
H1.HeaderClassName
{
color: #EA07E1;
}
.AnyTagClassName
{
color: #EA07E1;
}
</style>
background-color css
<style>
a { background-color: #EA07E1; }
a { background-color: rgb(234,7,225); }
div.DivClassName
{
background-color: #EA07E1;
}
.BgClassName
{
background-color: #EA07E1;
}
</style>
border-color css
<style>
span { border-color: #EA07E1; }
span { border-color: rgb(234,7,225); }
td.TdClassName
{
border-color: #EA07E1;
}
.TagClassName
{
border-color: #EA07E1;
}
</style>