Shades of Deep Magenta #E005CB
Tints of Deep Magenta #E005CB
RGB
CMYK
RGB Variations
Color information
#E005CB (or 0xE005CB) is known color: Deep Magenta. HEX triplet: E0, 05 and CB. RGB value is (224,5,203). Sum of RGB (Red+Green+Blue) = 224+5+203=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E005CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005CB is #1FFA34. Grayscale: #5C5C5C. Windows color (decimal): -2095669 or 13305312. OLE color: 13305312.
HSL color Cylindrical-coordinate representation of color #E005CB: hue angle of 305.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005CB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.12 |
| HSL | 305.75º | 0.96% | 0.45% | - |
| HSV(B) | 305.75º | 0.98% | 0.88% | - |
| XYZ | 41.57 | 20.27 | 58.22 | - |
| YUV | 93.05 | 190.05 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 203 | 0 | 0.98 | 0.09 | 0.12 | 305.75 | 0.96 | 0.45 |
| Hex | E0 | 5 | CB | 0 | 62 | 9 | C | 132 | 60 | 2D |
| Octal | 340 | 5 | 313 | 0 | 142 | 11 | 14 | 462 | 140 | 55 |
| Binary | 11100000 | 101 | 11001011 | 0 | 1100010 | 1001 | 1100 | 100110010 | 1100000 | 101101 |
Color Harmonies of #E005CB
Complementary color
Monochromatic Colors of #E005CB
Black with #E005CB
Text Example
Text Example
White with #E005CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005CB; }
p { color: rgb(224,5,203); }
H1.HeaderClassName
{
color: #E005CB;
}
.AnyTagClassName
{
color: #E005CB;
}
</style>
background-color css
<style>
a { background-color: #E005CB; }
a { background-color: rgb(224,5,203); }
div.DivClassName
{
background-color: #E005CB;
}
.BgClassName
{
background-color: #E005CB;
}
</style>
border-color css
<style>
span { border-color: #E005CB; }
span { border-color: rgb(224,5,203); }
td.TdClassName
{
border-color: #E005CB;
}
.TagClassName
{
border-color: #E005CB;
}
</style>