Shades of Hot Magenta #EA14D7
Tints of Hot Magenta #EA14D7
RGB
CMYK
RGB Variations
Color information
#EA14D7 (or 0xEA14D7) is known color: Hot Magenta. HEX triplet: EA, 14 and D7. RGB value is (234,20,215). Sum of RGB (Red+Green+Blue) = 234+20+215=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14D7 is #15EB28. Grayscale: #696969. Windows color (decimal): -1436457 or 14095594. OLE color: 14095594.
HSL color Cylindrical-coordinate representation of color #EA14D7: hue angle of 305.33º 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 #EA14D7 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 215 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.08 |
| HSL | 305.33º | 0.84% | 0.5% | - |
| HSV(B) | 305.33º | 0.91% | 0.92% | - |
| XYZ | 46.45 | 22.9 | 66.26 | - |
| YUV | 106.22 | 189.4 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 215 | 0 | 0.91 | 0.08 | 0.08 | 305.33 | 0.84 | 0.5 |
| Hex | EA | 14 | D7 | 0 | 5B | 8 | 8 | 131 | 54 | 32 |
| Octal | 352 | 24 | 327 | 0 | 133 | 10 | 10 | 461 | 124 | 62 |
| Binary | 11101010 | 10100 | 11010111 | 0 | 1011011 | 1000 | 1000 | 100110001 | 1010100 | 110010 |
Color Harmonies of #EA14D7
Complementary color
Monochromatic Colors of #EA14D7
Black with #EA14D7
Text Example
Text Example
White with #EA14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14D7; }
p { color: rgb(234,20,215); }
H1.HeaderClassName
{
color: #EA14D7;
}
.AnyTagClassName
{
color: #EA14D7;
}
</style>
background-color css
<style>
a { background-color: #EA14D7; }
a { background-color: rgb(234,20,215); }
div.DivClassName
{
background-color: #EA14D7;
}
.BgClassName
{
background-color: #EA14D7;
}
</style>
border-color css
<style>
span { border-color: #EA14D7; }
span { border-color: rgb(234,20,215); }
td.TdClassName
{
border-color: #EA14D7;
}
.TagClassName
{
border-color: #EA14D7;
}
</style>