Shades of Deep Magenta #E30DCA
Tints of Deep Magenta #E30DCA
RGB
CMYK
RGB Variations
Color information
#E30DCA (or 0xE30DCA) is known color: Deep Magenta. HEX triplet: E3, 0D and CA. RGB value is (227,13,202). Sum of RGB (Red+Green+Blue) = 227+13+202=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DCA is #1CF235. Grayscale: #616161. Windows color (decimal): -1897014 or 13241827. OLE color: 13241827.
HSL color Cylindrical-coordinate representation of color #E30DCA: hue angle of 307.01º degrees, saturation: 0.89, 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 #E30DCA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 202 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.11 |
| HSL | 307.01º | 0.89% | 0.47% | - |
| HSV(B) | 307.01º | 0.94% | 0.89% | - |
| XYZ | 42.48 | 20.88 | 57.67 | - |
| YUV | 98.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 202 | 0 | 0.94 | 0.11 | 0.11 | 307.01 | 0.89 | 0.47 |
| Hex | E3 | D | CA | 0 | 5E | B | B | 133 | 59 | 2F |
| Octal | 343 | 15 | 312 | 0 | 136 | 13 | 13 | 463 | 131 | 57 |
| Binary | 11100011 | 1101 | 11001010 | 0 | 1011110 | 1011 | 1011 | 100110011 | 1011001 | 101111 |
Color Harmonies of #E30DCA
Complementary color
Monochromatic Colors of #E30DCA
Black with #E30DCA
Text Example
Text Example
White with #E30DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DCA; }
p { color: rgb(227,13,202); }
H1.HeaderClassName
{
color: #E30DCA;
}
.AnyTagClassName
{
color: #E30DCA;
}
</style>
background-color css
<style>
a { background-color: #E30DCA; }
a { background-color: rgb(227,13,202); }
div.DivClassName
{
background-color: #E30DCA;
}
.BgClassName
{
background-color: #E30DCA;
}
</style>
border-color css
<style>
span { border-color: #E30DCA; }
span { border-color: rgb(227,13,202); }
td.TdClassName
{
border-color: #E30DCA;
}
.TagClassName
{
border-color: #E30DCA;
}
</style>