Shades of Deep Cerise #E12889
Tints of Deep Cerise #E12889
RGB
CMYK
RGB Variations
Color information
#E12889 (or 0xE12889) is known color: Deep Cerise. HEX triplet: E1, 28 and 89. RGB value is (225,40,137). Sum of RGB (Red+Green+Blue) = 225+40+137=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E12889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12889 is #1ED776. Grayscale: #6A6A6A. Windows color (decimal): -2021239 or 8988897. OLE color: 8988897.
HSL color Cylindrical-coordinate representation of color #E12889: hue angle of 328.54º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12889 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 137 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.12 |
| HSL | 328.54º | 0.76% | 0.52% | - |
| HSV(B) | 328.54º | 0.82% | 0.88% | - |
| XYZ | 36.33 | 19.33 | 25.48 | - |
| YUV | 106.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 137 | 0 | 0.82 | 0.39 | 0.12 | 328.54 | 0.76 | 0.52 |
| Hex | E1 | 28 | 89 | 0 | 52 | 27 | C | 149 | 4C | 34 |
| Octal | 341 | 50 | 211 | 0 | 122 | 47 | 14 | 511 | 114 | 64 |
| Binary | 11100001 | 101000 | 10001001 | 0 | 1010010 | 100111 | 1100 | 101001001 | 1001100 | 110100 |
Color Harmonies of #E12889
Complementary color
Monochromatic Colors of #E12889
Black with #E12889
Text Example
Text Example
White with #E12889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12889; }
p { color: rgb(225,40,137); }
H1.HeaderClassName
{
color: #E12889;
}
.AnyTagClassName
{
color: #E12889;
}
</style>
background-color css
<style>
a { background-color: #E12889; }
a { background-color: rgb(225,40,137); }
div.DivClassName
{
background-color: #E12889;
}
.BgClassName
{
background-color: #E12889;
}
</style>
border-color css
<style>
span { border-color: #E12889; }
span { border-color: rgb(225,40,137); }
td.TdClassName
{
border-color: #E12889;
}
.TagClassName
{
border-color: #E12889;
}
</style>