Shades of Deep Cerise #E140A0
Tints of Deep Cerise #E140A0
RGB
CMYK
RGB Variations
Color information
#E140A0 (or 0xE140A0) is known color: Deep Cerise. HEX triplet: E1, 40 and A0. RGB value is (225,64,160). Sum of RGB (Red+Green+Blue) = 225+64+160=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E140A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140A0 is #1EBF5F. Grayscale: #7A7A7A. Windows color (decimal): -2015072 or 10502369. OLE color: 10502369.
HSL color Cylindrical-coordinate representation of color #E140A0: hue angle of 324.22º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140A0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 160 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.12 |
| HSL | 324.22º | 0.73% | 0.57% | - |
| HSV(B) | 324.22º | 0.72% | 0.88% | - |
| XYZ | 39.23 | 22.21 | 35.48 | - |
| YUV | 123.08 | 148.84 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 160 | 0 | 0.72 | 0.29 | 0.12 | 324.22 | 0.73 | 0.57 |
| Hex | E1 | 40 | A0 | 0 | 48 | 1D | C | 144 | 49 | 39 |
| Octal | 341 | 100 | 240 | 0 | 110 | 35 | 14 | 504 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10100000 | 0 | 1001000 | 11101 | 1100 | 101000100 | 1001001 | 111001 |
Color Harmonies of #E140A0
Complementary color
Monochromatic Colors of #E140A0
Black with #E140A0
Text Example
Text Example
White with #E140A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140A0; }
p { color: rgb(225,64,160); }
H1.HeaderClassName
{
color: #E140A0;
}
.AnyTagClassName
{
color: #E140A0;
}
</style>
background-color css
<style>
a { background-color: #E140A0; }
a { background-color: rgb(225,64,160); }
div.DivClassName
{
background-color: #E140A0;
}
.BgClassName
{
background-color: #E140A0;
}
</style>
border-color css
<style>
span { border-color: #E140A0; }
span { border-color: rgb(225,64,160); }
td.TdClassName
{
border-color: #E140A0;
}
.TagClassName
{
border-color: #E140A0;
}
</style>