Shades of Deep Cerise #E1289A
Tints of Deep Cerise #E1289A
RGB
CMYK
RGB Variations
Color information
#E1289A (or 0xE1289A) is known color: Deep Cerise. HEX triplet: E1, 28 and 9A. RGB value is (225,40,154). Sum of RGB (Red+Green+Blue) = 225+40+154=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1289A is #1ED765. Grayscale: #6C6C6C. Windows color (decimal): -2021222 or 10103009. OLE color: 10103009.
HSL color Cylindrical-coordinate representation of color #E1289A: hue angle of 323.03º 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 #E1289A is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 154 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.12 |
| HSL | 323.03º | 0.76% | 0.52% | - |
| HSV(B) | 323.03º | 0.82% | 0.88% | - |
| XYZ | 37.64 | 19.86 | 32.42 | - |
| YUV | 108.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 154 | 0 | 0.82 | 0.32 | 0.12 | 323.03 | 0.76 | 0.52 |
| Hex | E1 | 28 | 9A | 0 | 52 | 20 | C | 143 | 4C | 34 |
| Octal | 341 | 50 | 232 | 0 | 122 | 40 | 14 | 503 | 114 | 64 |
| Binary | 11100001 | 101000 | 10011010 | 0 | 1010010 | 100000 | 1100 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E1289A
Complementary color
Monochromatic Colors of #E1289A
Black with #E1289A
Text Example
Text Example
White with #E1289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1289A; }
p { color: rgb(225,40,154); }
H1.HeaderClassName
{
color: #E1289A;
}
.AnyTagClassName
{
color: #E1289A;
}
</style>
background-color css
<style>
a { background-color: #E1289A; }
a { background-color: rgb(225,40,154); }
div.DivClassName
{
background-color: #E1289A;
}
.BgClassName
{
background-color: #E1289A;
}
</style>
border-color css
<style>
span { border-color: #E1289A; }
span { border-color: rgb(225,40,154); }
td.TdClassName
{
border-color: #E1289A;
}
.TagClassName
{
border-color: #E1289A;
}
</style>