Shades of Deep Magenta #E001CB
Tints of Deep Magenta #E001CB
RGB
CMYK
RGB Variations
Color information
#E001CB (or 0xE001CB) is known color: Deep Magenta. HEX triplet: E0, 01 and CB. RGB value is (224,1,203). Sum of RGB (Red+Green+Blue) = 224+1+203=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E001CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001CB is #1FFE34. Grayscale: #5A5A5A. Windows color (decimal): -2096693 or 13304288. OLE color: 13304288.
HSL color Cylindrical-coordinate representation of color #E001CB: hue angle of 305.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001CB is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.12 |
| HSL | 305.65º | 0.99% | 0.44% | - |
| HSV(B) | 305.65º | 1% | 0.88% | - |
| XYZ | 41.53 | 20.18 | 58.21 | - |
| YUV | 90.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 203 | 0 | 1.00 | 0.09 | 0.12 | 305.65 | 0.99 | 0.44 |
| Hex | E0 | 1 | CB | 0 | 64 | 9 | C | 132 | 63 | 2C |
| Octal | 340 | 1 | 313 | 0 | 144 | 11 | 14 | 462 | 143 | 54 |
| Binary | 11100000 | 1 | 11001011 | 0 | 1100100 | 1001 | 1100 | 100110010 | 1100011 | 101100 |
Color Harmonies of #E001CB
Complementary color
Monochromatic Colors of #E001CB
Black with #E001CB
Text Example
Text Example
White with #E001CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001CB; }
p { color: rgb(224,1,203); }
H1.HeaderClassName
{
color: #E001CB;
}
.AnyTagClassName
{
color: #E001CB;
}
</style>
background-color css
<style>
a { background-color: #E001CB; }
a { background-color: rgb(224,1,203); }
div.DivClassName
{
background-color: #E001CB;
}
.BgClassName
{
background-color: #E001CB;
}
</style>
border-color css
<style>
span { border-color: #E001CB; }
span { border-color: rgb(224,1,203); }
td.TdClassName
{
border-color: #E001CB;
}
.TagClassName
{
border-color: #E001CB;
}
</style>