Shades of Deep Cerise #E1289C
Tints of Deep Cerise #E1289C
RGB
CMYK
RGB Variations
Color information
#E1289C (or 0xE1289C) is known color: Deep Cerise. HEX triplet: E1, 28 and 9C. RGB value is (225,40,156). Sum of RGB (Red+Green+Blue) = 225+40+156=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1289C is #1ED763. Grayscale: #6C6C6C. Windows color (decimal): -2021220 or 10234081. OLE color: 10234081.
HSL color Cylindrical-coordinate representation of color #E1289C: hue angle of 322.38º 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 #E1289C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 156 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.12 |
| HSL | 322.38º | 0.76% | 0.52% | - |
| HSV(B) | 322.38º | 0.82% | 0.88% | - |
| XYZ | 37.81 | 19.93 | 33.31 | - |
| YUV | 108.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 156 | 0 | 0.82 | 0.31 | 0.12 | 322.38 | 0.76 | 0.52 |
| Hex | E1 | 28 | 9C | 0 | 52 | 1F | C | 142 | 4C | 34 |
| Octal | 341 | 50 | 234 | 0 | 122 | 37 | 14 | 502 | 114 | 64 |
| Binary | 11100001 | 101000 | 10011100 | 0 | 1010010 | 11111 | 1100 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E1289C
Complementary color
Monochromatic Colors of #E1289C
Black with #E1289C
Text Example
Text Example
White with #E1289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1289C; }
p { color: rgb(225,40,156); }
H1.HeaderClassName
{
color: #E1289C;
}
.AnyTagClassName
{
color: #E1289C;
}
</style>
background-color css
<style>
a { background-color: #E1289C; }
a { background-color: rgb(225,40,156); }
div.DivClassName
{
background-color: #E1289C;
}
.BgClassName
{
background-color: #E1289C;
}
</style>
border-color css
<style>
span { border-color: #E1289C; }
span { border-color: rgb(225,40,156); }
td.TdClassName
{
border-color: #E1289C;
}
.TagClassName
{
border-color: #E1289C;
}
</style>