Shades of Hot Magenta #EA19DF
Tints of Hot Magenta #EA19DF
RGB
CMYK
RGB Variations
Color information
#EA19DF (or 0xEA19DF) is known color: Hot Magenta. HEX triplet: EA, 19 and DF. RGB value is (234,25,223). Sum of RGB (Red+Green+Blue) = 234+25+223=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19DF is #15E620. Grayscale: #6D6D6D. Windows color (decimal): -1435169 or 14621162. OLE color: 14621162.
HSL color Cylindrical-coordinate representation of color #EA19DF: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19DF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 223 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.08 |
| HSL | 303.16º | 0.83% | 0.51% | - |
| HSV(B) | 303.16º | 0.89% | 0.92% | - |
| XYZ | 47.6 | 23.52 | 71.84 | - |
| YUV | 110.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 223 | 0 | 0.89 | 0.05 | 0.08 | 303.16 | 0.83 | 0.51 |
| Hex | EA | 19 | DF | 0 | 59 | 5 | 8 | 12F | 53 | 33 |
| Octal | 352 | 31 | 337 | 0 | 131 | 5 | 10 | 457 | 123 | 63 |
| Binary | 11101010 | 11001 | 11011111 | 0 | 1011001 | 101 | 1000 | 100101111 | 1010011 | 110011 |
Color Harmonies of #EA19DF
Complementary color
Monochromatic Colors of #EA19DF
Black with #EA19DF
Text Example
Text Example
White with #EA19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19DF; }
p { color: rgb(234,25,223); }
H1.HeaderClassName
{
color: #EA19DF;
}
.AnyTagClassName
{
color: #EA19DF;
}
</style>
background-color css
<style>
a { background-color: #EA19DF; }
a { background-color: rgb(234,25,223); }
div.DivClassName
{
background-color: #EA19DF;
}
.BgClassName
{
background-color: #EA19DF;
}
</style>
border-color css
<style>
span { border-color: #EA19DF; }
span { border-color: rgb(234,25,223); }
td.TdClassName
{
border-color: #EA19DF;
}
.TagClassName
{
border-color: #EA19DF;
}
</style>