Shades of Deep Magenta #E114CB
Tints of Deep Magenta #E114CB
RGB
CMYK
RGB Variations
Color information
#E114CB (or 0xE114CB) is known color: Deep Magenta. HEX triplet: E1, 14 and CB. RGB value is (225,20,203). Sum of RGB (Red+Green+Blue) = 225+20+203=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E114CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114CB is #1EEB34. Grayscale: #656565. Windows color (decimal): -2026293 or 13309153. OLE color: 13309153.
HSL color Cylindrical-coordinate representation of color #E114CB: hue angle of 306.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114CB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 203 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.12 |
| HSL | 306.44º | 0.84% | 0.48% | - |
| HSV(B) | 306.44º | 0.91% | 0.88% | - |
| XYZ | 42.08 | 20.82 | 58.3 | - |
| YUV | 102.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 203 | 0 | 0.91 | 0.10 | 0.12 | 306.44 | 0.84 | 0.48 |
| Hex | E1 | 14 | CB | 0 | 5B | A | C | 132 | 54 | 30 |
| Octal | 341 | 24 | 313 | 0 | 133 | 12 | 14 | 462 | 124 | 60 |
| Binary | 11100001 | 10100 | 11001011 | 0 | 1011011 | 1010 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E114CB
Complementary color
Monochromatic Colors of #E114CB
Black with #E114CB
Text Example
Text Example
White with #E114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114CB; }
p { color: rgb(225,20,203); }
H1.HeaderClassName
{
color: #E114CB;
}
.AnyTagClassName
{
color: #E114CB;
}
</style>
background-color css
<style>
a { background-color: #E114CB; }
a { background-color: rgb(225,20,203); }
div.DivClassName
{
background-color: #E114CB;
}
.BgClassName
{
background-color: #E114CB;
}
</style>
border-color css
<style>
span { border-color: #E114CB; }
span { border-color: rgb(225,20,203); }
td.TdClassName
{
border-color: #E114CB;
}
.TagClassName
{
border-color: #E114CB;
}
</style>