Shades of Deep Magenta #E100CB
Tints of Deep Magenta #E100CB
RGB
CMYK
RGB Variations
Color information
#E100CB (or 0xE100CB) is known color: Deep Magenta. HEX triplet: E1, 00 and CB. RGB value is (225,0,203). Sum of RGB (Red+Green+Blue) = 225+0+203=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E100CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100CB is #1EFF34. Grayscale: #595959. Windows color (decimal): -2031413 or 13304033. OLE color: 13304033.
HSL color Cylindrical-coordinate representation of color #E100CB: hue angle of 305.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100CB is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.10 | 0.12 |
| HSL | 305.87º | 1% | 0.44% | - |
| HSV(B) | 305.87º | 1% | 0.88% | - |
| XYZ | 41.83 | 20.32 | 58.22 | - |
| YUV | 90.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 203 | 0 | 1 | 0.10 | 0.12 | 305.87 | 1 | 0.44 |
| Hex | E1 | 0 | CB | 0 | 64 | A | C | 132 | 64 | 2C |
| Octal | 341 | 0 | 313 | 0 | 144 | 12 | 14 | 462 | 144 | 54 |
| Binary | 11100001 | 0 | 11001011 | 0 | 1100100 | 1010 | 1100 | 100110010 | 1100100 | 101100 |
Color Harmonies of #E100CB
Complementary color
Monochromatic Colors of #E100CB
Black with #E100CB
Text Example
Text Example
White with #E100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100CB; }
p { color: rgb(225,0,203); }
H1.HeaderClassName
{
color: #E100CB;
}
.AnyTagClassName
{
color: #E100CB;
}
</style>
background-color css
<style>
a { background-color: #E100CB; }
a { background-color: rgb(225,0,203); }
div.DivClassName
{
background-color: #E100CB;
}
.BgClassName
{
background-color: #E100CB;
}
</style>
border-color css
<style>
span { border-color: #E100CB; }
span { border-color: rgb(225,0,203); }
td.TdClassName
{
border-color: #E100CB;
}
.TagClassName
{
border-color: #E100CB;
}
</style>