Shades of Deep Magenta #E310CF
Tints of Deep Magenta #E310CF
RGB
CMYK
RGB Variations
Color information
#E310CF (or 0xE310CF) is known color: Deep Magenta. HEX triplet: E3, 10 and CF. RGB value is (227,16,207). Sum of RGB (Red+Green+Blue) = 227+16+207=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E310CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310CF is #1CEF30. Grayscale: #646464. Windows color (decimal): -1896241 or 13570275. OLE color: 13570275.
HSL color Cylindrical-coordinate representation of color #E310CF: hue angle of 305.69º 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 #E310CF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.11 |
| HSL | 305.69º | 0.87% | 0.48% | - |
| HSV(B) | 305.69º | 0.93% | 0.89% | - |
| XYZ | 43.13 | 21.21 | 60.85 | - |
| YUV | 100.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 207 | 0 | 0.93 | 0.09 | 0.11 | 305.69 | 0.87 | 0.48 |
| Hex | E3 | 10 | CF | 0 | 5D | 9 | B | 132 | 57 | 30 |
| Octal | 343 | 20 | 317 | 0 | 135 | 11 | 13 | 462 | 127 | 60 |
| Binary | 11100011 | 10000 | 11001111 | 0 | 1011101 | 1001 | 1011 | 100110010 | 1010111 | 110000 |
Color Harmonies of #E310CF
Complementary color
Monochromatic Colors of #E310CF
Black with #E310CF
Text Example
Text Example
White with #E310CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310CF; }
p { color: rgb(227,16,207); }
H1.HeaderClassName
{
color: #E310CF;
}
.AnyTagClassName
{
color: #E310CF;
}
</style>
background-color css
<style>
a { background-color: #E310CF; }
a { background-color: rgb(227,16,207); }
div.DivClassName
{
background-color: #E310CF;
}
.BgClassName
{
background-color: #E310CF;
}
</style>
border-color css
<style>
span { border-color: #E310CF; }
span { border-color: rgb(227,16,207); }
td.TdClassName
{
border-color: #E310CF;
}
.TagClassName
{
border-color: #E310CF;
}
</style>