Shades of Hot Magenta #EA02DF
Tints of Hot Magenta #EA02DF
RGB
CMYK
RGB Variations
Color information
#EA02DF (or 0xEA02DF) is known color: Hot Magenta. HEX triplet: EA, 02 and DF. RGB value is (234,2,223). Sum of RGB (Red+Green+Blue) = 234+2+223=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA02DF is #15FD20. Grayscale: #5F5F5F. Windows color (decimal): -1441057 or 14615274. OLE color: 14615274.
HSL color Cylindrical-coordinate representation of color #EA02DF: hue angle of 302.84º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02DF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.08 |
| HSL | 302.84º | 0.98% | 0.46% | - |
| HSV(B) | 302.84º | 0.99% | 0.92% | - |
| XYZ | 47.27 | 22.86 | 71.73 | - |
| YUV | 96.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 223 | 0 | 0.99 | 0.05 | 0.08 | 302.84 | 0.98 | 0.46 |
| Hex | EA | 2 | DF | 0 | 63 | 5 | 8 | 12F | 62 | 2E |
| Octal | 352 | 2 | 337 | 0 | 143 | 5 | 10 | 457 | 142 | 56 |
| Binary | 11101010 | 10 | 11011111 | 0 | 1100011 | 101 | 1000 | 100101111 | 1100010 | 101110 |
Color Harmonies of #EA02DF
Complementary color
Monochromatic Colors of #EA02DF
Black with #EA02DF
Text Example
Text Example
White with #EA02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02DF; }
p { color: rgb(234,2,223); }
H1.HeaderClassName
{
color: #EA02DF;
}
.AnyTagClassName
{
color: #EA02DF;
}
</style>
background-color css
<style>
a { background-color: #EA02DF; }
a { background-color: rgb(234,2,223); }
div.DivClassName
{
background-color: #EA02DF;
}
.BgClassName
{
background-color: #EA02DF;
}
</style>
border-color css
<style>
span { border-color: #EA02DF; }
span { border-color: rgb(234,2,223); }
td.TdClassName
{
border-color: #EA02DF;
}
.TagClassName
{
border-color: #EA02DF;
}
</style>