Shades of Deep Magenta #E00ECB
Tints of Deep Magenta #E00ECB
RGB
CMYK
RGB Variations
Color information
#E00ECB (or 0xE00ECB) is known color: Deep Magenta. HEX triplet: E0, 0E and CB. RGB value is (224,14,203). Sum of RGB (Red+Green+Blue) = 224+14+203=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ECB is #1FF134. Grayscale: #616161. Windows color (decimal): -2093365 or 13307616. OLE color: 13307616.
HSL color Cylindrical-coordinate representation of color #E00ECB: hue angle of 306º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00ECB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.12 |
| HSL | 306º | 0.88% | 0.47% | - |
| HSV(B) | 306º | 0.94% | 0.88% | - |
| XYZ | 41.68 | 20.47 | 58.26 | - |
| YUV | 98.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 203 | 0 | 0.94 | 0.09 | 0.12 | 306 | 0.88 | 0.47 |
| Hex | E0 | E | CB | 0 | 5E | 9 | C | 132 | 58 | 2F |
| Octal | 340 | 16 | 313 | 0 | 136 | 11 | 14 | 462 | 130 | 57 |
| Binary | 11100000 | 1110 | 11001011 | 0 | 1011110 | 1001 | 1100 | 100110010 | 1011000 | 101111 |
Color Harmonies of #E00ECB
Complementary color
Monochromatic Colors of #E00ECB
Black with #E00ECB
Text Example
Text Example
White with #E00ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ECB; }
p { color: rgb(224,14,203); }
H1.HeaderClassName
{
color: #E00ECB;
}
.AnyTagClassName
{
color: #E00ECB;
}
</style>
background-color css
<style>
a { background-color: #E00ECB; }
a { background-color: rgb(224,14,203); }
div.DivClassName
{
background-color: #E00ECB;
}
.BgClassName
{
background-color: #E00ECB;
}
</style>
border-color css
<style>
span { border-color: #E00ECB; }
span { border-color: rgb(224,14,203); }
td.TdClassName
{
border-color: #E00ECB;
}
.TagClassName
{
border-color: #E00ECB;
}
</style>