Shades of Deep Magenta #E300CE
Tints of Deep Magenta #E300CE
RGB
CMYK
RGB Variations
Color information
#E300CE (or 0xE300CE) is known color: Deep Magenta. HEX triplet: E3, 00 and CE. RGB value is (227,0,206). Sum of RGB (Red+Green+Blue) = 227+0+206=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E300CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300CE is #1CFF31. Grayscale: #5A5A5A. Windows color (decimal): -1900338 or 13500643. OLE color: 13500643.
HSL color Cylindrical-coordinate representation of color #E300CE: hue angle of 305.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300CE is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.09 | 0.11 |
| HSL | 305.55º | 1% | 0.45% | - |
| HSV(B) | 305.55º | 1% | 0.89% | - |
| XYZ | 42.82 | 20.79 | 60.15 | - |
| YUV | 91.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 206 | 0 | 1 | 0.09 | 0.11 | 305.55 | 1 | 0.45 |
| Hex | E3 | 0 | CE | 0 | 64 | 9 | B | 132 | 64 | 2D |
| Octal | 343 | 0 | 316 | 0 | 144 | 11 | 13 | 462 | 144 | 55 |
| Binary | 11100011 | 0 | 11001110 | 0 | 1100100 | 1001 | 1011 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E300CE
Complementary color
Monochromatic Colors of #E300CE
Black with #E300CE
Text Example
Text Example
White with #E300CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300CE; }
p { color: rgb(227,0,206); }
H1.HeaderClassName
{
color: #E300CE;
}
.AnyTagClassName
{
color: #E300CE;
}
</style>
background-color css
<style>
a { background-color: #E300CE; }
a { background-color: rgb(227,0,206); }
div.DivClassName
{
background-color: #E300CE;
}
.BgClassName
{
background-color: #E300CE;
}
</style>
border-color css
<style>
span { border-color: #E300CE; }
span { border-color: rgb(227,0,206); }
td.TdClassName
{
border-color: #E300CE;
}
.TagClassName
{
border-color: #E300CE;
}
</style>