Shades of Cerise #E1296A
Tints of Cerise #E1296A
RGB
CMYK
RGB Variations
Color information
#E1296A (or 0xE1296A) is known color: Cerise. HEX triplet: E1, 29 and 6A. RGB value is (225,41,106). Sum of RGB (Red+Green+Blue) = 225+41+106=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1296A is #1ED695. Grayscale: #676767. Windows color (decimal): -2021014 or 6957537. OLE color: 6957537.
HSL color Cylindrical-coordinate representation of color #E1296A: hue angle of 338.8º 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 #E1296A is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 106 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.12 |
| HSL | 338.8º | 0.75% | 0.52% | - |
| HSV(B) | 338.8º | 0.82% | 0.88% | - |
| XYZ | 34.45 | 18.63 | 15.42 | - |
| YUV | 103.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 106 | 0 | 0.82 | 0.53 | 0.12 | 338.8 | 0.75 | 0.52 |
| Hex | E1 | 29 | 6A | 0 | 52 | 35 | C | 153 | 4B | 34 |
| Octal | 341 | 51 | 152 | 0 | 122 | 65 | 14 | 523 | 113 | 64 |
| Binary | 11100001 | 101001 | 1101010 | 0 | 1010010 | 110101 | 1100 | 101010011 | 1001011 | 110100 |
Color Harmonies of #E1296A
Complementary color
Monochromatic Colors of #E1296A
Black with #E1296A
Text Example
Text Example
White with #E1296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1296A; }
p { color: rgb(225,41,106); }
H1.HeaderClassName
{
color: #E1296A;
}
.AnyTagClassName
{
color: #E1296A;
}
</style>
background-color css
<style>
a { background-color: #E1296A; }
a { background-color: rgb(225,41,106); }
div.DivClassName
{
background-color: #E1296A;
}
.BgClassName
{
background-color: #E1296A;
}
</style>
border-color css
<style>
span { border-color: #E1296A; }
span { border-color: rgb(225,41,106); }
td.TdClassName
{
border-color: #E1296A;
}
.TagClassName
{
border-color: #E1296A;
}
</style>