Shades of Deep Magenta #E605DA
Tints of Deep Magenta #E605DA
RGB
CMYK
RGB Variations
Color information
#E605DA (or 0xE605DA) is known color: Deep Magenta. HEX triplet: E6, 05 and DA. RGB value is (230,5,218). Sum of RGB (Red+Green+Blue) = 230+5+218=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E605DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605DA is #19FA25. Grayscale: #5F5F5F. Windows color (decimal): -1702438 or 14288358. OLE color: 14288358.
HSL color Cylindrical-coordinate representation of color #E605DA: hue angle of 303.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605DA is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.10 |
| HSL | 303.2º | 0.96% | 0.46% | - |
| HSV(B) | 303.2º | 0.98% | 0.9% | - |
| XYZ | 45.34 | 21.99 | 68.19 | - |
| YUV | 96.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 218 | 0 | 0.98 | 0.05 | 0.10 | 303.2 | 0.96 | 0.46 |
| Hex | E6 | 5 | DA | 0 | 62 | 5 | A | 12F | 60 | 2E |
| Octal | 346 | 5 | 332 | 0 | 142 | 5 | 12 | 457 | 140 | 56 |
| Binary | 11100110 | 101 | 11011010 | 0 | 1100010 | 101 | 1010 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E605DA
Complementary color
Monochromatic Colors of #E605DA
Black with #E605DA
Text Example
Text Example
White with #E605DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605DA; }
p { color: rgb(230,5,218); }
H1.HeaderClassName
{
color: #E605DA;
}
.AnyTagClassName
{
color: #E605DA;
}
</style>
background-color css
<style>
a { background-color: #E605DA; }
a { background-color: rgb(230,5,218); }
div.DivClassName
{
background-color: #E605DA;
}
.BgClassName
{
background-color: #E605DA;
}
</style>
border-color css
<style>
span { border-color: #E605DA; }
span { border-color: rgb(230,5,218); }
td.TdClassName
{
border-color: #E605DA;
}
.TagClassName
{
border-color: #E605DA;
}
</style>