Shades of Deep Magenta #E30EDC
Tints of Deep Magenta #E30EDC
RGB
CMYK
RGB Variations
Color information
#E30EDC (or 0xE30EDC) is known color: Deep Magenta. HEX triplet: E3, 0E and DC. RGB value is (227,14,220). Sum of RGB (Red+Green+Blue) = 227+14+220=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30EDC is #1CF123. Grayscale: #646464. Windows color (decimal): -1896740 or 14421731. OLE color: 14421731.
HSL color Cylindrical-coordinate representation of color #E30EDC: hue angle of 301.97º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EDC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.11 |
| HSL | 301.97º | 0.88% | 0.47% | - |
| HSV(B) | 301.97º | 0.94% | 0.89% | - |
| XYZ | 44.75 | 21.81 | 69.56 | - |
| YUV | 101.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 220 | 0 | 0.94 | 0.03 | 0.11 | 301.97 | 0.88 | 0.47 |
| Hex | E3 | E | DC | 0 | 5E | 3 | B | 12E | 58 | 2F |
| Octal | 343 | 16 | 334 | 0 | 136 | 3 | 13 | 456 | 130 | 57 |
| Binary | 11100011 | 1110 | 11011100 | 0 | 1011110 | 11 | 1011 | 100101110 | 1011000 | 101111 |
Color Harmonies of #E30EDC
Complementary color
Monochromatic Colors of #E30EDC
Black with #E30EDC
Text Example
Text Example
White with #E30EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30EDC; }
p { color: rgb(227,14,220); }
H1.HeaderClassName
{
color: #E30EDC;
}
.AnyTagClassName
{
color: #E30EDC;
}
</style>
background-color css
<style>
a { background-color: #E30EDC; }
a { background-color: rgb(227,14,220); }
div.DivClassName
{
background-color: #E30EDC;
}
.BgClassName
{
background-color: #E30EDC;
}
</style>
border-color css
<style>
span { border-color: #E30EDC; }
span { border-color: rgb(227,14,220); }
td.TdClassName
{
border-color: #E30EDC;
}
.TagClassName
{
border-color: #E30EDC;
}
</style>