Shades of Deep Cerise #E141A0
Tints of Deep Cerise #E141A0
RGB
CMYK
RGB Variations
Color information
#E141A0 (or 0xE141A0) is known color: Deep Cerise. HEX triplet: E1, 41 and A0. RGB value is (225,65,160). Sum of RGB (Red+Green+Blue) = 225+65+160=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E141A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141A0 is #1EBE5F. Grayscale: #7B7B7B. Windows color (decimal): -2014816 or 10502625. OLE color: 10502625.
HSL color Cylindrical-coordinate representation of color #E141A0: hue angle of 324.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141A0 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 160 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.12 |
| HSL | 324.38º | 0.73% | 0.57% | - |
| HSV(B) | 324.38º | 0.71% | 0.88% | - |
| XYZ | 39.29 | 22.33 | 35.5 | - |
| YUV | 123.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 160 | 0 | 0.71 | 0.29 | 0.12 | 324.38 | 0.73 | 0.57 |
| Hex | E1 | 41 | A0 | 0 | 47 | 1D | C | 144 | 49 | 39 |
| Octal | 341 | 101 | 240 | 0 | 107 | 35 | 14 | 504 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10100000 | 0 | 1000111 | 11101 | 1100 | 101000100 | 1001001 | 111001 |
Color Harmonies of #E141A0
Complementary color
Monochromatic Colors of #E141A0
Black with #E141A0
Text Example
Text Example
White with #E141A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141A0; }
p { color: rgb(225,65,160); }
H1.HeaderClassName
{
color: #E141A0;
}
.AnyTagClassName
{
color: #E141A0;
}
</style>
background-color css
<style>
a { background-color: #E141A0; }
a { background-color: rgb(225,65,160); }
div.DivClassName
{
background-color: #E141A0;
}
.BgClassName
{
background-color: #E141A0;
}
</style>
border-color css
<style>
span { border-color: #E141A0; }
span { border-color: rgb(225,65,160); }
td.TdClassName
{
border-color: #E141A0;
}
.TagClassName
{
border-color: #E141A0;
}
</style>