Shades of Deep Magenta #E310CB
Tints of Deep Magenta #E310CB
RGB
CMYK
RGB Variations
Color information
#E310CB (or 0xE310CB) is known color: Deep Magenta. HEX triplet: E3, 10 and CB. RGB value is (227,16,203). Sum of RGB (Red+Green+Blue) = 227+16+203=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E310CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310CB is #1CEF34. Grayscale: #636363. Windows color (decimal): -1896245 or 13308131. OLE color: 13308131.
HSL color Cylindrical-coordinate representation of color #E310CB: hue angle of 306.82º 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 #E310CB is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 306.82º | 0.87% | 0.48% | - |
| HSV(B) | 306.82º | 0.93% | 0.89% | - |
| XYZ | 42.64 | 21.01 | 58.31 | - |
| YUV | 100.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 203 | 0 | 0.93 | 0.11 | 0.11 | 306.82 | 0.87 | 0.48 |
| Hex | E3 | 10 | CB | 0 | 5D | B | B | 133 | 57 | 30 |
| Octal | 343 | 20 | 313 | 0 | 135 | 13 | 13 | 463 | 127 | 60 |
| Binary | 11100011 | 10000 | 11001011 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1010111 | 110000 |
Color Harmonies of #E310CB
Complementary color
Monochromatic Colors of #E310CB
Black with #E310CB
Text Example
Text Example
White with #E310CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310CB; }
p { color: rgb(227,16,203); }
H1.HeaderClassName
{
color: #E310CB;
}
.AnyTagClassName
{
color: #E310CB;
}
</style>
background-color css
<style>
a { background-color: #E310CB; }
a { background-color: rgb(227,16,203); }
div.DivClassName
{
background-color: #E310CB;
}
.BgClassName
{
background-color: #E310CB;
}
</style>
border-color css
<style>
span { border-color: #E310CB; }
span { border-color: rgb(227,16,203); }
td.TdClassName
{
border-color: #E310CB;
}
.TagClassName
{
border-color: #E310CB;
}
</style>