Shades of Deep Magenta #E60CDE
Tints of Deep Magenta #E60CDE
RGB
CMYK
RGB Variations
Color information
#E60CDE (or 0xE60CDE) is known color: Deep Magenta. HEX triplet: E6, 0C and DE. RGB value is (230,12,222). Sum of RGB (Red+Green+Blue) = 230+12+222=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CDE is #19F321. Grayscale: #646464. Windows color (decimal): -1700642 or 14552294. OLE color: 14552294.
HSL color Cylindrical-coordinate representation of color #E60CDE: hue angle of 302.2º 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 #E60CDE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 222 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.10 |
| HSL | 302.2º | 0.9% | 0.47% | - |
| HSV(B) | 302.2º | 0.95% | 0.9% | - |
| XYZ | 45.95 | 22.36 | 71 | - |
| YUV | 101.12 | 196.22 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 222 | 0 | 0.95 | 0.03 | 0.10 | 302.2 | 0.9 | 0.47 |
| Hex | E6 | C | DE | 0 | 5F | 3 | A | 12E | 5A | 2F |
| Octal | 346 | 14 | 336 | 0 | 137 | 3 | 12 | 456 | 132 | 57 |
| Binary | 11100110 | 1100 | 11011110 | 0 | 1011111 | 11 | 1010 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E60CDE
Complementary color
Monochromatic Colors of #E60CDE
Black with #E60CDE
Text Example
Text Example
White with #E60CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CDE; }
p { color: rgb(230,12,222); }
H1.HeaderClassName
{
color: #E60CDE;
}
.AnyTagClassName
{
color: #E60CDE;
}
</style>
background-color css
<style>
a { background-color: #E60CDE; }
a { background-color: rgb(230,12,222); }
div.DivClassName
{
background-color: #E60CDE;
}
.BgClassName
{
background-color: #E60CDE;
}
</style>
border-color css
<style>
span { border-color: #E60CDE; }
span { border-color: rgb(230,12,222); }
td.TdClassName
{
border-color: #E60CDE;
}
.TagClassName
{
border-color: #E60CDE;
}
</style>