Shades of Hot Magenta #E60AD2
Tints of Hot Magenta #E60AD2
RGB
CMYK
RGB Variations
Color information
#E60AD2 (or 0xE60AD2) is known color: Hot Magenta. HEX triplet: E6, 0A and D2. RGB value is (230,10,210). Sum of RGB (Red+Green+Blue) = 230+10+210=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60AD2 is #19F52D. Grayscale: #626262. Windows color (decimal): -1701166 or 13765350. OLE color: 13765350.
HSL color Cylindrical-coordinate representation of color #E60AD2: hue angle of 305.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60AD2 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 210 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.10 |
| HSL | 305.45º | 0.92% | 0.47% | - |
| HSV(B) | 305.45º | 0.96% | 0.9% | - |
| XYZ | 44.37 | 21.69 | 62.82 | - |
| YUV | 98.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 210 | 0 | 0.96 | 0.09 | 0.10 | 305.45 | 0.92 | 0.47 |
| Hex | E6 | A | D2 | 0 | 60 | 9 | A | 131 | 5C | 2F |
| Octal | 346 | 12 | 322 | 0 | 140 | 11 | 12 | 461 | 134 | 57 |
| Binary | 11100110 | 1010 | 11010010 | 0 | 1100000 | 1001 | 1010 | 100110001 | 1011100 | 101111 |
Color Harmonies of #E60AD2
Complementary color
Monochromatic Colors of #E60AD2
Black with #E60AD2
Text Example
Text Example
White with #E60AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AD2; }
p { color: rgb(230,10,210); }
H1.HeaderClassName
{
color: #E60AD2;
}
.AnyTagClassName
{
color: #E60AD2;
}
</style>
background-color css
<style>
a { background-color: #E60AD2; }
a { background-color: rgb(230,10,210); }
div.DivClassName
{
background-color: #E60AD2;
}
.BgClassName
{
background-color: #E60AD2;
}
</style>
border-color css
<style>
span { border-color: #E60AD2; }
span { border-color: rgb(230,10,210); }
td.TdClassName
{
border-color: #E60AD2;
}
.TagClassName
{
border-color: #E60AD2;
}
</style>