Shades of Hot Magenta #EA14E1
Tints of Hot Magenta #EA14E1
RGB
CMYK
RGB Variations
Color information
#EA14E1 (or 0xEA14E1) is known color: Hot Magenta. HEX triplet: EA, 14 and E1. RGB value is (234,20,225). Sum of RGB (Red+Green+Blue) = 234+20+225=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14E1 is #15EB1E. Grayscale: #6A6A6A. Windows color (decimal): -1436447 or 14750954. OLE color: 14750954.
HSL color Cylindrical-coordinate representation of color #EA14E1: hue angle of 302.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA14E1 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 225 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.08 |
| HSL | 302.52º | 0.84% | 0.5% | - |
| HSV(B) | 302.52º | 0.91% | 0.92% | - |
| XYZ | 47.77 | 23.43 | 73.24 | - |
| YUV | 107.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 225 | 0 | 0.91 | 0.04 | 0.08 | 302.52 | 0.84 | 0.5 |
| Hex | EA | 14 | E1 | 0 | 5B | 4 | 8 | 12F | 54 | 32 |
| Octal | 352 | 24 | 341 | 0 | 133 | 4 | 10 | 457 | 124 | 62 |
| Binary | 11101010 | 10100 | 11100001 | 0 | 1011011 | 100 | 1000 | 100101111 | 1010100 | 110010 |
Color Harmonies of #EA14E1
Complementary color
Monochromatic Colors of #EA14E1
Black with #EA14E1
Text Example
Text Example
White with #EA14E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14E1; }
p { color: rgb(234,20,225); }
H1.HeaderClassName
{
color: #EA14E1;
}
.AnyTagClassName
{
color: #EA14E1;
}
</style>
background-color css
<style>
a { background-color: #EA14E1; }
a { background-color: rgb(234,20,225); }
div.DivClassName
{
background-color: #EA14E1;
}
.BgClassName
{
background-color: #EA14E1;
}
</style>
border-color css
<style>
span { border-color: #EA14E1; }
span { border-color: rgb(234,20,225); }
td.TdClassName
{
border-color: #EA14E1;
}
.TagClassName
{
border-color: #EA14E1;
}
</style>