Shades of Deep Magenta #E30CD9
Tints of Deep Magenta #E30CD9
RGB
CMYK
RGB Variations
Color information
#E30CD9 (or 0xE30CD9) is known color: Deep Magenta. HEX triplet: E3, 0C and D9. RGB value is (227,12,217). Sum of RGB (Red+Green+Blue) = 227+12+217=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CD9 is #1CF326. Grayscale: #636363. Windows color (decimal): -1897255 or 14224611. OLE color: 14224611.
HSL color Cylindrical-coordinate representation of color #E30CD9: hue angle of 302.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 217 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.11 |
| HSL | 302.79º | 0.9% | 0.47% | - |
| HSV(B) | 302.79º | 0.95% | 0.89% | - |
| XYZ | 44.33 | 21.6 | 67.48 | - |
| YUV | 99.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 217 | 0 | 0.95 | 0.04 | 0.11 | 302.79 | 0.9 | 0.47 |
| Hex | E3 | C | D9 | 0 | 5F | 4 | B | 12F | 5A | 2F |
| Octal | 343 | 14 | 331 | 0 | 137 | 4 | 13 | 457 | 132 | 57 |
| Binary | 11100011 | 1100 | 11011001 | 0 | 1011111 | 100 | 1011 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E30CD9
Complementary color
Monochromatic Colors of #E30CD9
Black with #E30CD9
Text Example
Text Example
White with #E30CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CD9; }
p { color: rgb(227,12,217); }
H1.HeaderClassName
{
color: #E30CD9;
}
.AnyTagClassName
{
color: #E30CD9;
}
</style>
background-color css
<style>
a { background-color: #E30CD9; }
a { background-color: rgb(227,12,217); }
div.DivClassName
{
background-color: #E30CD9;
}
.BgClassName
{
background-color: #E30CD9;
}
</style>
border-color css
<style>
span { border-color: #E30CD9; }
span { border-color: rgb(227,12,217); }
td.TdClassName
{
border-color: #E30CD9;
}
.TagClassName
{
border-color: #E30CD9;
}
</style>