Shades of Hot Magenta #EA09E0
Tints of Hot Magenta #EA09E0
RGB
CMYK
RGB Variations
Color information
#EA09E0 (or 0xEA09E0) is known color: Hot Magenta. HEX triplet: EA, 09 and E0. RGB value is (234,9,224). Sum of RGB (Red+Green+Blue) = 234+9+224=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09E0 is #15F61F. Grayscale: #646464. Windows color (decimal): -1439264 or 14682602. OLE color: 14682602.
HSL color Cylindrical-coordinate representation of color #EA09E0: hue angle of 302.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09E0 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 224 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.08 |
| HSL | 302.67º | 0.93% | 0.48% | - |
| HSV(B) | 302.67º | 0.96% | 0.92% | - |
| XYZ | 47.48 | 23.07 | 72.47 | - |
| YUV | 100.79 | 197.54 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 224 | 0 | 0.96 | 0.04 | 0.08 | 302.67 | 0.93 | 0.48 |
| Hex | EA | 9 | E0 | 0 | 60 | 4 | 8 | 12F | 5D | 30 |
| Octal | 352 | 11 | 340 | 0 | 140 | 4 | 10 | 457 | 135 | 60 |
| Binary | 11101010 | 1001 | 11100000 | 0 | 1100000 | 100 | 1000 | 100101111 | 1011101 | 110000 |
Color Harmonies of #EA09E0
Complementary color
Monochromatic Colors of #EA09E0
Black with #EA09E0
Text Example
Text Example
White with #EA09E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09E0; }
p { color: rgb(234,9,224); }
H1.HeaderClassName
{
color: #EA09E0;
}
.AnyTagClassName
{
color: #EA09E0;
}
</style>
background-color css
<style>
a { background-color: #EA09E0; }
a { background-color: rgb(234,9,224); }
div.DivClassName
{
background-color: #EA09E0;
}
.BgClassName
{
background-color: #EA09E0;
}
</style>
border-color css
<style>
span { border-color: #EA09E0; }
span { border-color: rgb(234,9,224); }
td.TdClassName
{
border-color: #EA09E0;
}
.TagClassName
{
border-color: #EA09E0;
}
</style>