Shades of Deep Magenta #E616E0
Tints of Deep Magenta #E616E0
RGB
CMYK
RGB Variations
Color information
#E616E0 (or 0xE616E0) is known color: Deep Magenta. HEX triplet: E6, 16 and E0. RGB value is (230,22,224). Sum of RGB (Red+Green+Blue) = 230+22+224=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E616E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616E0 is #19E91F. Grayscale: #6A6A6A. Windows color (decimal): -1698080 or 14685926. OLE color: 14685926.
HSL color Cylindrical-coordinate representation of color #E616E0: hue angle of 301.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616E0 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 224 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.10 |
| HSL | 301.73º | 0.83% | 0.49% | - |
| HSV(B) | 301.73º | 0.9% | 0.9% | - |
| XYZ | 46.37 | 22.78 | 72.47 | - |
| YUV | 107.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 224 | 0 | 0.90 | 0.03 | 0.10 | 301.73 | 0.83 | 0.49 |
| Hex | E6 | 16 | E0 | 0 | 5A | 3 | A | 12E | 53 | 31 |
| Octal | 346 | 26 | 340 | 0 | 132 | 3 | 12 | 456 | 123 | 61 |
| Binary | 11100110 | 10110 | 11100000 | 0 | 1011010 | 11 | 1010 | 100101110 | 1010011 | 110001 |
Color Harmonies of #E616E0
Complementary color
Monochromatic Colors of #E616E0
Black with #E616E0
Text Example
Text Example
White with #E616E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616E0; }
p { color: rgb(230,22,224); }
H1.HeaderClassName
{
color: #E616E0;
}
.AnyTagClassName
{
color: #E616E0;
}
</style>
background-color css
<style>
a { background-color: #E616E0; }
a { background-color: rgb(230,22,224); }
div.DivClassName
{
background-color: #E616E0;
}
.BgClassName
{
background-color: #E616E0;
}
</style>
border-color css
<style>
span { border-color: #E616E0; }
span { border-color: rgb(230,22,224); }
td.TdClassName
{
border-color: #E616E0;
}
.TagClassName
{
border-color: #E616E0;
}
</style>