Shades of Deep Magenta #E30AD5
Tints of Deep Magenta #E30AD5
RGB
CMYK
RGB Variations
Color information
#E30AD5 (or 0xE30AD5) is known color: Deep Magenta. HEX triplet: E3, 0A and D5. RGB value is (227,10,213). Sum of RGB (Red+Green+Blue) = 227+10+213=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30AD5 is #1CF52A. Grayscale: #616161. Windows color (decimal): -1897771 or 13961955. OLE color: 13961955.
HSL color Cylindrical-coordinate representation of color #E30AD5: hue angle of 303.87º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.11 |
| HSL | 303.87º | 0.92% | 0.46% | - |
| HSV(B) | 303.87º | 0.96% | 0.89% | - |
| XYZ | 43.8 | 21.35 | 64.76 | - |
| YUV | 98.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 213 | 0 | 0.96 | 0.06 | 0.11 | 303.87 | 0.92 | 0.46 |
| Hex | E3 | A | D5 | 0 | 60 | 6 | B | 130 | 5C | 2E |
| Octal | 343 | 12 | 325 | 0 | 140 | 6 | 13 | 460 | 134 | 56 |
| Binary | 11100011 | 1010 | 11010101 | 0 | 1100000 | 110 | 1011 | 100110000 | 1011100 | 101110 |
Color Harmonies of #E30AD5
Complementary color
Monochromatic Colors of #E30AD5
Black with #E30AD5
Text Example
Text Example
White with #E30AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AD5; }
p { color: rgb(227,10,213); }
H1.HeaderClassName
{
color: #E30AD5;
}
.AnyTagClassName
{
color: #E30AD5;
}
</style>
background-color css
<style>
a { background-color: #E30AD5; }
a { background-color: rgb(227,10,213); }
div.DivClassName
{
background-color: #E30AD5;
}
.BgClassName
{
background-color: #E30AD5;
}
</style>
border-color css
<style>
span { border-color: #E30AD5; }
span { border-color: rgb(227,10,213); }
td.TdClassName
{
border-color: #E30AD5;
}
.TagClassName
{
border-color: #E30AD5;
}
</style>