Shades of Hot Magenta #EA06E2
Tints of Hot Magenta #EA06E2
RGB
CMYK
RGB Variations
Color information
#EA06E2 (or 0xEA06E2) is known color: Hot Magenta. HEX triplet: EA, 06 and E2. RGB value is (234,6,226). Sum of RGB (Red+Green+Blue) = 234+6+226=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA06E2 is #15F91D. Grayscale: #626262. Windows color (decimal): -1440030 or 14812906. OLE color: 14812906.
HSL color Cylindrical-coordinate representation of color #EA06E2: hue angle of 302.11º 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 #EA06E2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 226 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.08 |
| HSL | 302.11º | 0.95% | 0.47% | - |
| HSV(B) | 302.11º | 0.97% | 0.92% | - |
| XYZ | 47.72 | 23.11 | 73.9 | - |
| YUV | 99.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 226 | 0 | 0.97 | 0.03 | 0.08 | 302.11 | 0.95 | 0.47 |
| Hex | EA | 6 | E2 | 0 | 61 | 3 | 8 | 12E | 5F | 2F |
| Octal | 352 | 6 | 342 | 0 | 141 | 3 | 10 | 456 | 137 | 57 |
| Binary | 11101010 | 110 | 11100010 | 0 | 1100001 | 11 | 1000 | 100101110 | 1011111 | 101111 |
Color Harmonies of #EA06E2
Complementary color
Monochromatic Colors of #EA06E2
Black with #EA06E2
Text Example
Text Example
White with #EA06E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06E2; }
p { color: rgb(234,6,226); }
H1.HeaderClassName
{
color: #EA06E2;
}
.AnyTagClassName
{
color: #EA06E2;
}
</style>
background-color css
<style>
a { background-color: #EA06E2; }
a { background-color: rgb(234,6,226); }
div.DivClassName
{
background-color: #EA06E2;
}
.BgClassName
{
background-color: #EA06E2;
}
</style>
border-color css
<style>
span { border-color: #EA06E2; }
span { border-color: rgb(234,6,226); }
td.TdClassName
{
border-color: #EA06E2;
}
.TagClassName
{
border-color: #EA06E2;
}
</style>