Shades of Deep Magenta #E30DE2
Tints of Deep Magenta #E30DE2
RGB
CMYK
RGB Variations
Color information
#E30DE2 (or 0xE30DE2) is known color: Deep Magenta. HEX triplet: E3, 0D and E2. RGB value is (227,13,226). Sum of RGB (Red+Green+Blue) = 227+13+226=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DE2 is #1CF21D. Grayscale: #646464. Windows color (decimal): -1896990 or 14814691. OLE color: 14814691.
HSL color Cylindrical-coordinate representation of color #E30DE2: hue angle of 300.28º 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 #E30DE2 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 226 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.11 |
| HSL | 300.28º | 0.89% | 0.47% | - |
| HSV(B) | 300.28º | 0.94% | 0.89% | - |
| XYZ | 45.55 | 22.11 | 73.82 | - |
| YUV | 101.27 | 198.4 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 226 | 0 | 0.94 | 0.00 | 0.11 | 300.28 | 0.89 | 0.47 |
| Hex | E3 | D | E2 | 0 | 5E | 0 | B | 12C | 59 | 2F |
| Octal | 343 | 15 | 342 | 0 | 136 | 0 | 13 | 454 | 131 | 57 |
| Binary | 11100011 | 1101 | 11100010 | 0 | 1011110 | 0 | 1011 | 100101100 | 1011001 | 101111 |
Color Harmonies of #E30DE2
Complementary color
Monochromatic Colors of #E30DE2
Black with #E30DE2
Text Example
Text Example
White with #E30DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DE2; }
p { color: rgb(227,13,226); }
H1.HeaderClassName
{
color: #E30DE2;
}
.AnyTagClassName
{
color: #E30DE2;
}
</style>
background-color css
<style>
a { background-color: #E30DE2; }
a { background-color: rgb(227,13,226); }
div.DivClassName
{
background-color: #E30DE2;
}
.BgClassName
{
background-color: #E30DE2;
}
</style>
border-color css
<style>
span { border-color: #E30DE2; }
span { border-color: rgb(227,13,226); }
td.TdClassName
{
border-color: #E30DE2;
}
.TagClassName
{
border-color: #E30DE2;
}
</style>