Shades of Deep Magenta #E30ACC
Tints of Deep Magenta #E30ACC
RGB
CMYK
RGB Variations
Color information
#E30ACC (or 0xE30ACC) is known color: Deep Magenta. HEX triplet: E3, 0A and CC. RGB value is (227,10,204). Sum of RGB (Red+Green+Blue) = 227+10+204=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ACC is #1CF533. Grayscale: #606060. Windows color (decimal): -1897780 or 13372131. OLE color: 13372131.
HSL color Cylindrical-coordinate representation of color #E30ACC: hue angle of 306.36º 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 #E30ACC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.36º | 0.92% | 0.46% | - |
| HSV(B) | 306.36º | 0.96% | 0.89% | - |
| XYZ | 42.69 | 20.91 | 58.91 | - |
| YUV | 97 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 204 | 0 | 0.96 | 0.10 | 0.11 | 306.36 | 0.92 | 0.46 |
| Hex | E3 | A | CC | 0 | 60 | A | B | 132 | 5C | 2E |
| Octal | 343 | 12 | 314 | 0 | 140 | 12 | 13 | 462 | 134 | 56 |
| Binary | 11100011 | 1010 | 11001100 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E30ACC
Complementary color
Monochromatic Colors of #E30ACC
Black with #E30ACC
Text Example
Text Example
White with #E30ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30ACC; }
p { color: rgb(227,10,204); }
H1.HeaderClassName
{
color: #E30ACC;
}
.AnyTagClassName
{
color: #E30ACC;
}
</style>
background-color css
<style>
a { background-color: #E30ACC; }
a { background-color: rgb(227,10,204); }
div.DivClassName
{
background-color: #E30ACC;
}
.BgClassName
{
background-color: #E30ACC;
}
</style>
border-color css
<style>
span { border-color: #E30ACC; }
span { border-color: rgb(227,10,204); }
td.TdClassName
{
border-color: #E30ACC;
}
.TagClassName
{
border-color: #E30ACC;
}
</style>