Shades of Hot Magenta #EA06E1
Tints of Hot Magenta #EA06E1
RGB
CMYK
RGB Variations
Color information
#EA06E1 (or 0xEA06E1) is known color: Hot Magenta. HEX triplet: EA, 06 and E1. RGB value is (234,6,225). Sum of RGB (Red+Green+Blue) = 234+6+225=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06E1 is #15F91E. Grayscale: #626262. Windows color (decimal): -1440031 or 14747370. OLE color: 14747370.
HSL color Cylindrical-coordinate representation of color #EA06E1: hue angle of 302.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA06E1 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 225 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.08 |
| HSL | 302.37º | 0.95% | 0.47% | - |
| HSV(B) | 302.37º | 0.97% | 0.92% | - |
| XYZ | 47.59 | 23.06 | 73.18 | - |
| YUV | 99.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 225 | 0 | 0.97 | 0.04 | 0.08 | 302.37 | 0.95 | 0.47 |
| Hex | EA | 6 | E1 | 0 | 61 | 4 | 8 | 12E | 5F | 2F |
| Octal | 352 | 6 | 341 | 0 | 141 | 4 | 10 | 456 | 137 | 57 |
| Binary | 11101010 | 110 | 11100001 | 0 | 1100001 | 100 | 1000 | 100101110 | 1011111 | 101111 |
Color Harmonies of #EA06E1
Complementary color
Monochromatic Colors of #EA06E1
Black with #EA06E1
Text Example
Text Example
White with #EA06E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06E1; }
p { color: rgb(234,6,225); }
H1.HeaderClassName
{
color: #EA06E1;
}
.AnyTagClassName
{
color: #EA06E1;
}
</style>
background-color css
<style>
a { background-color: #EA06E1; }
a { background-color: rgb(234,6,225); }
div.DivClassName
{
background-color: #EA06E1;
}
.BgClassName
{
background-color: #EA06E1;
}
</style>
border-color css
<style>
span { border-color: #EA06E1; }
span { border-color: rgb(234,6,225); }
td.TdClassName
{
border-color: #EA06E1;
}
.TagClassName
{
border-color: #EA06E1;
}
</style>