Shades of Deep Magenta #E114CA
Tints of Deep Magenta #E114CA
RGB
CMYK
RGB Variations
Color information
#E114CA (or 0xE114CA) is known color: Deep Magenta. HEX triplet: E1, 14 and CA. RGB value is (225,20,202). Sum of RGB (Red+Green+Blue) = 225+20+202=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E114CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114CA is #1EEB35. Grayscale: #656565. Windows color (decimal): -2026294 or 13243617. OLE color: 13243617.
HSL color Cylindrical-coordinate representation of color #E114CA: hue angle of 306.73º 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 #E114CA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 202 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.12 |
| HSL | 306.73º | 0.84% | 0.48% | - |
| HSV(B) | 306.73º | 0.91% | 0.88% | - |
| XYZ | 41.96 | 20.77 | 57.67 | - |
| YUV | 102.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 202 | 0 | 0.91 | 0.10 | 0.12 | 306.73 | 0.84 | 0.48 |
| Hex | E1 | 14 | CA | 0 | 5B | A | C | 133 | 54 | 30 |
| Octal | 341 | 24 | 312 | 0 | 133 | 12 | 14 | 463 | 124 | 60 |
| Binary | 11100001 | 10100 | 11001010 | 0 | 1011011 | 1010 | 1100 | 100110011 | 1010100 | 110000 |
Color Harmonies of #E114CA
Complementary color
Monochromatic Colors of #E114CA
Black with #E114CA
Text Example
Text Example
White with #E114CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114CA; }
p { color: rgb(225,20,202); }
H1.HeaderClassName
{
color: #E114CA;
}
.AnyTagClassName
{
color: #E114CA;
}
</style>
background-color css
<style>
a { background-color: #E114CA; }
a { background-color: rgb(225,20,202); }
div.DivClassName
{
background-color: #E114CA;
}
.BgClassName
{
background-color: #E114CA;
}
</style>
border-color css
<style>
span { border-color: #E114CA; }
span { border-color: rgb(225,20,202); }
td.TdClassName
{
border-color: #E114CA;
}
.TagClassName
{
border-color: #E114CA;
}
</style>