Shades of Deep Magenta #E617E0
Tints of Deep Magenta #E617E0
RGB
CMYK
RGB Variations
Color information
#E617E0 (or 0xE617E0) is known color: Deep Magenta. HEX triplet: E6, 17 and E0. RGB value is (230,23,224). Sum of RGB (Red+Green+Blue) = 230+23+224=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E617E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617E0 is #19E81F. Grayscale: #6B6B6B. Windows color (decimal): -1697824 or 14686182. OLE color: 14686182.
HSL color Cylindrical-coordinate representation of color #E617E0: hue angle of 301.74º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617E0 is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 224 | - |
| CMYK | 0 | 0.9 | 0.03 | 0.10 |
| HSL | 301.74º | 0.82% | 0.5% | - |
| HSV(B) | 301.74º | 0.9% | 0.9% | - |
| XYZ | 46.39 | 22.82 | 72.48 | - |
| YUV | 107.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 224 | 0 | 0.9 | 0.03 | 0.10 | 301.74 | 0.82 | 0.5 |
| Hex | E6 | 17 | E0 | 0 | 5A | 3 | A | 12E | 52 | 32 |
| Octal | 346 | 27 | 340 | 0 | 132 | 3 | 12 | 456 | 122 | 62 |
| Binary | 11100110 | 10111 | 11100000 | 0 | 1011010 | 11 | 1010 | 100101110 | 1010010 | 110010 |
Color Harmonies of #E617E0
Complementary color
Monochromatic Colors of #E617E0
Black with #E617E0
Text Example
Text Example
White with #E617E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617E0; }
p { color: rgb(230,23,224); }
H1.HeaderClassName
{
color: #E617E0;
}
.AnyTagClassName
{
color: #E617E0;
}
</style>
background-color css
<style>
a { background-color: #E617E0; }
a { background-color: rgb(230,23,224); }
div.DivClassName
{
background-color: #E617E0;
}
.BgClassName
{
background-color: #E617E0;
}
</style>
border-color css
<style>
span { border-color: #E617E0; }
span { border-color: rgb(230,23,224); }
td.TdClassName
{
border-color: #E617E0;
}
.TagClassName
{
border-color: #E617E0;
}
</style>