Shades of Hot Magenta #E60ACD
Tints of Hot Magenta #E60ACD
RGB
CMYK
RGB Variations
Color information
#E60ACD (or 0xE60ACD) is known color: Hot Magenta. HEX triplet: E6, 0A and CD. RGB value is (230,10,205). Sum of RGB (Red+Green+Blue) = 230+10+205=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ACD is #19F532. Grayscale: #616161. Windows color (decimal): -1701171 or 13437670. OLE color: 13437670.
HSL color Cylindrical-coordinate representation of color #E60ACD: hue angle of 306.82º 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 #E60ACD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.10 |
| HSL | 306.82º | 0.92% | 0.47% | - |
| HSV(B) | 306.82º | 0.96% | 0.9% | - |
| XYZ | 43.76 | 21.45 | 59.59 | - |
| YUV | 98.01 | 188.39 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 205 | 0 | 0.96 | 0.11 | 0.10 | 306.82 | 0.92 | 0.47 |
| Hex | E6 | A | CD | 0 | 60 | B | A | 133 | 5C | 2F |
| Octal | 346 | 12 | 315 | 0 | 140 | 13 | 12 | 463 | 134 | 57 |
| Binary | 11100110 | 1010 | 11001101 | 0 | 1100000 | 1011 | 1010 | 100110011 | 1011100 | 101111 |
Color Harmonies of #E60ACD
Complementary color
Monochromatic Colors of #E60ACD
Black with #E60ACD
Text Example
Text Example
White with #E60ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ACD; }
p { color: rgb(230,10,205); }
H1.HeaderClassName
{
color: #E60ACD;
}
.AnyTagClassName
{
color: #E60ACD;
}
</style>
background-color css
<style>
a { background-color: #E60ACD; }
a { background-color: rgb(230,10,205); }
div.DivClassName
{
background-color: #E60ACD;
}
.BgClassName
{
background-color: #E60ACD;
}
</style>
border-color css
<style>
span { border-color: #E60ACD; }
span { border-color: rgb(230,10,205); }
td.TdClassName
{
border-color: #E60ACD;
}
.TagClassName
{
border-color: #E60ACD;
}
</style>