Shades of Deep Cerise #E1297D
Tints of Deep Cerise #E1297D
RGB
CMYK
RGB Variations
Color information
#E1297D (or 0xE1297D) is known color: Deep Cerise. HEX triplet: E1, 29 and 7D. RGB value is (225,41,125). Sum of RGB (Red+Green+Blue) = 225+41+125=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E1297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1297D is #1ED682. Grayscale: #696969. Windows color (decimal): -2020995 or 8202721. OLE color: 8202721.
HSL color Cylindrical-coordinate representation of color #E1297D: hue angle of 332.61º degrees, saturation: 0.75, 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 #E1297D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 125 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.12 |
| HSL | 332.61º | 0.75% | 0.52% | - |
| HSV(B) | 332.61º | 0.82% | 0.88% | - |
| XYZ | 35.55 | 19.07 | 21.21 | - |
| YUV | 105.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 125 | 0 | 0.82 | 0.44 | 0.12 | 332.61 | 0.75 | 0.52 |
| Hex | E1 | 29 | 7D | 0 | 52 | 2C | C | 14D | 4B | 34 |
| Octal | 341 | 51 | 175 | 0 | 122 | 54 | 14 | 515 | 113 | 64 |
| Binary | 11100001 | 101001 | 1111101 | 0 | 1010010 | 101100 | 1100 | 101001101 | 1001011 | 110100 |
Color Harmonies of #E1297D
Complementary color
Monochromatic Colors of #E1297D
Black with #E1297D
Text Example
Text Example
White with #E1297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1297D; }
p { color: rgb(225,41,125); }
H1.HeaderClassName
{
color: #E1297D;
}
.AnyTagClassName
{
color: #E1297D;
}
</style>
background-color css
<style>
a { background-color: #E1297D; }
a { background-color: rgb(225,41,125); }
div.DivClassName
{
background-color: #E1297D;
}
.BgClassName
{
background-color: #E1297D;
}
</style>
border-color css
<style>
span { border-color: #E1297D; }
span { border-color: rgb(225,41,125); }
td.TdClassName
{
border-color: #E1297D;
}
.TagClassName
{
border-color: #E1297D;
}
</style>