Shades of Deep Magenta #E60CE0
Tints of Deep Magenta #E60CE0
RGB
CMYK
RGB Variations
Color information
#E60CE0 (or 0xE60CE0) is known color: Deep Magenta. HEX triplet: E6, 0C and E0. RGB value is (230,12,224). Sum of RGB (Red+Green+Blue) = 230+12+224=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CE0 is #19F31F. Grayscale: #646464. Windows color (decimal): -1700640 or 14683366. OLE color: 14683366.
HSL color Cylindrical-coordinate representation of color #E60CE0: hue angle of 301.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CE0 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 224 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.10 |
| HSL | 301.65º | 0.9% | 0.47% | - |
| HSV(B) | 301.65º | 0.95% | 0.9% | - |
| XYZ | 46.22 | 22.47 | 72.42 | - |
| YUV | 101.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 224 | 0 | 0.95 | 0.03 | 0.10 | 301.65 | 0.9 | 0.47 |
| Hex | E6 | C | E0 | 0 | 5F | 3 | A | 12E | 5A | 2F |
| Octal | 346 | 14 | 340 | 0 | 137 | 3 | 12 | 456 | 132 | 57 |
| Binary | 11100110 | 1100 | 11100000 | 0 | 1011111 | 11 | 1010 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E60CE0
Complementary color
Monochromatic Colors of #E60CE0
Black with #E60CE0
Text Example
Text Example
White with #E60CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CE0; }
p { color: rgb(230,12,224); }
H1.HeaderClassName
{
color: #E60CE0;
}
.AnyTagClassName
{
color: #E60CE0;
}
</style>
background-color css
<style>
a { background-color: #E60CE0; }
a { background-color: rgb(230,12,224); }
div.DivClassName
{
background-color: #E60CE0;
}
.BgClassName
{
background-color: #E60CE0;
}
</style>
border-color css
<style>
span { border-color: #E60CE0; }
span { border-color: rgb(230,12,224); }
td.TdClassName
{
border-color: #E60CE0;
}
.TagClassName
{
border-color: #E60CE0;
}
</style>