Shades of Deep Cerise #E139A1
Tints of Deep Cerise #E139A1
RGB
CMYK
RGB Variations
Color information
#E139A1 (or 0xE139A1) is known color: Deep Cerise. HEX triplet: E1, 39 and A1. RGB value is (225,57,161). Sum of RGB (Red+Green+Blue) = 225+57+161=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E139A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139A1 is #1EC65E. Grayscale: #767676. Windows color (decimal): -2016863 or 10566113. OLE color: 10566113.
HSL color Cylindrical-coordinate representation of color #E139A1: hue angle of 322.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139A1 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 161 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.12 |
| HSL | 322.86º | 0.74% | 0.55% | - |
| HSV(B) | 322.86º | 0.75% | 0.88% | - |
| XYZ | 38.95 | 21.51 | 35.82 | - |
| YUV | 119.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 161 | 0 | 0.75 | 0.28 | 0.12 | 322.86 | 0.74 | 0.55 |
| Hex | E1 | 39 | A1 | 0 | 4B | 1C | C | 143 | 4A | 37 |
| Octal | 341 | 71 | 241 | 0 | 113 | 34 | 14 | 503 | 112 | 67 |
| Binary | 11100001 | 111001 | 10100001 | 0 | 1001011 | 11100 | 1100 | 101000011 | 1001010 | 110111 |
Color Harmonies of #E139A1
Complementary color
Monochromatic Colors of #E139A1
Black with #E139A1
Text Example
Text Example
White with #E139A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139A1; }
p { color: rgb(225,57,161); }
H1.HeaderClassName
{
color: #E139A1;
}
.AnyTagClassName
{
color: #E139A1;
}
</style>
background-color css
<style>
a { background-color: #E139A1; }
a { background-color: rgb(225,57,161); }
div.DivClassName
{
background-color: #E139A1;
}
.BgClassName
{
background-color: #E139A1;
}
</style>
border-color css
<style>
span { border-color: #E139A1; }
span { border-color: rgb(225,57,161); }
td.TdClassName
{
border-color: #E139A1;
}
.TagClassName
{
border-color: #E139A1;
}
</style>