Shades of Deep Magenta #E310CC
Tints of Deep Magenta #E310CC
RGB
CMYK
RGB Variations
Color information
#E310CC (or 0xE310CC) is known color: Deep Magenta. HEX triplet: E3, 10 and CC. RGB value is (227,16,204). Sum of RGB (Red+Green+Blue) = 227+16+204=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E310CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310CC is #1CEF33. Grayscale: #636363. Windows color (decimal): -1896244 or 13373667. OLE color: 13373667.
HSL color Cylindrical-coordinate representation of color #E310CC: hue angle of 306.54º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310CC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.11 |
| HSL | 306.54º | 0.87% | 0.48% | - |
| HSV(B) | 306.54º | 0.93% | 0.89% | - |
| XYZ | 42.76 | 21.06 | 58.94 | - |
| YUV | 100.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 204 | 0 | 0.93 | 0.10 | 0.11 | 306.54 | 0.87 | 0.48 |
| Hex | E3 | 10 | CC | 0 | 5D | A | B | 133 | 57 | 30 |
| Octal | 343 | 20 | 314 | 0 | 135 | 12 | 13 | 463 | 127 | 60 |
| Binary | 11100011 | 10000 | 11001100 | 0 | 1011101 | 1010 | 1011 | 100110011 | 1010111 | 110000 |
Color Harmonies of #E310CC
Complementary color
Monochromatic Colors of #E310CC
Black with #E310CC
Text Example
Text Example
White with #E310CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310CC; }
p { color: rgb(227,16,204); }
H1.HeaderClassName
{
color: #E310CC;
}
.AnyTagClassName
{
color: #E310CC;
}
</style>
background-color css
<style>
a { background-color: #E310CC; }
a { background-color: rgb(227,16,204); }
div.DivClassName
{
background-color: #E310CC;
}
.BgClassName
{
background-color: #E310CC;
}
</style>
border-color css
<style>
span { border-color: #E310CC; }
span { border-color: rgb(227,16,204); }
td.TdClassName
{
border-color: #E310CC;
}
.TagClassName
{
border-color: #E310CC;
}
</style>