Shades of Deep Magenta #E013CB
Tints of Deep Magenta #E013CB
RGB
CMYK
RGB Variations
Color information
#E013CB (or 0xE013CB) is known color: Deep Magenta. HEX triplet: E0, 13 and CB. RGB value is (224,19,203). Sum of RGB (Red+Green+Blue) = 224+19+203=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E013CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013CB is #1FEC34. Grayscale: #646464. Windows color (decimal): -2092085 or 13308896. OLE color: 13308896.
HSL color Cylindrical-coordinate representation of color #E013CB: hue angle of 306.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013CB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 203 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.12 |
| HSL | 306.15º | 0.84% | 0.48% | - |
| HSV(B) | 306.15º | 0.92% | 0.88% | - |
| XYZ | 41.75 | 20.62 | 58.28 | - |
| YUV | 101.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 203 | 0 | 0.92 | 0.09 | 0.12 | 306.15 | 0.84 | 0.48 |
| Hex | E0 | 13 | CB | 0 | 5C | 9 | C | 132 | 54 | 30 |
| Octal | 340 | 23 | 313 | 0 | 134 | 11 | 14 | 462 | 124 | 60 |
| Binary | 11100000 | 10011 | 11001011 | 0 | 1011100 | 1001 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E013CB
Complementary color
Monochromatic Colors of #E013CB
Black with #E013CB
Text Example
Text Example
White with #E013CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013CB; }
p { color: rgb(224,19,203); }
H1.HeaderClassName
{
color: #E013CB;
}
.AnyTagClassName
{
color: #E013CB;
}
</style>
background-color css
<style>
a { background-color: #E013CB; }
a { background-color: rgb(224,19,203); }
div.DivClassName
{
background-color: #E013CB;
}
.BgClassName
{
background-color: #E013CB;
}
</style>
border-color css
<style>
span { border-color: #E013CB; }
span { border-color: rgb(224,19,203); }
td.TdClassName
{
border-color: #E013CB;
}
.TagClassName
{
border-color: #E013CB;
}
</style>