Shades of Deep Magenta #E006CB
Tints of Deep Magenta #E006CB
RGB
CMYK
RGB Variations
Color information
#E006CB (or 0xE006CB) is known color: Deep Magenta. HEX triplet: E0, 06 and CB. RGB value is (224,6,203). Sum of RGB (Red+Green+Blue) = 224+6+203=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E006CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006CB is #1FF934. Grayscale: #5D5D5D. Windows color (decimal): -2095413 or 13305568. OLE color: 13305568.
HSL color Cylindrical-coordinate representation of color #E006CB: hue angle of 305.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006CB is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.12 |
| HSL | 305.78º | 0.95% | 0.45% | - |
| HSV(B) | 305.78º | 0.97% | 0.88% | - |
| XYZ | 41.59 | 20.29 | 58.22 | - |
| YUV | 93.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 203 | 0 | 0.97 | 0.09 | 0.12 | 305.78 | 0.95 | 0.45 |
| Hex | E0 | 6 | CB | 0 | 61 | 9 | C | 132 | 5F | 2D |
| Octal | 340 | 6 | 313 | 0 | 141 | 11 | 14 | 462 | 137 | 55 |
| Binary | 11100000 | 110 | 11001011 | 0 | 1100001 | 1001 | 1100 | 100110010 | 1011111 | 101101 |
Color Harmonies of #E006CB
Complementary color
Monochromatic Colors of #E006CB
Black with #E006CB
Text Example
Text Example
White with #E006CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006CB; }
p { color: rgb(224,6,203); }
H1.HeaderClassName
{
color: #E006CB;
}
.AnyTagClassName
{
color: #E006CB;
}
</style>
background-color css
<style>
a { background-color: #E006CB; }
a { background-color: rgb(224,6,203); }
div.DivClassName
{
background-color: #E006CB;
}
.BgClassName
{
background-color: #E006CB;
}
</style>
border-color css
<style>
span { border-color: #E006CB; }
span { border-color: rgb(224,6,203); }
td.TdClassName
{
border-color: #E006CB;
}
.TagClassName
{
border-color: #E006CB;
}
</style>