Shades of Cerise #E1256C
Tints of Cerise #E1256C
RGB
CMYK
RGB Variations
Color information
#E1256C (or 0xE1256C) is known color: Cerise. HEX triplet: E1, 25 and 6C. RGB value is (225,37,108). Sum of RGB (Red+Green+Blue) = 225+37+108=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1256C is #1EDA93. Grayscale: #656565. Windows color (decimal): -2022036 or 7087585. OLE color: 7087585.
HSL color Cylindrical-coordinate representation of color #E1256C: hue angle of 337.34º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1256C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 108 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.12 |
| HSL | 337.34º | 0.76% | 0.51% | - |
| HSV(B) | 337.34º | 0.84% | 0.88% | - |
| XYZ | 34.42 | 18.41 | 15.93 | - |
| YUV | 101.31 | 131.78 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 108 | 0 | 0.84 | 0.52 | 0.12 | 337.34 | 0.76 | 0.51 |
| Hex | E1 | 25 | 6C | 0 | 54 | 34 | C | 151 | 4C | 33 |
| Octal | 341 | 45 | 154 | 0 | 124 | 64 | 14 | 521 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101100 | 0 | 1010100 | 110100 | 1100 | 101010001 | 1001100 | 110011 |
Color Harmonies of #E1256C
Complementary color
Monochromatic Colors of #E1256C
Black with #E1256C
Text Example
Text Example
White with #E1256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1256C; }
p { color: rgb(225,37,108); }
H1.HeaderClassName
{
color: #E1256C;
}
.AnyTagClassName
{
color: #E1256C;
}
</style>
background-color css
<style>
a { background-color: #E1256C; }
a { background-color: rgb(225,37,108); }
div.DivClassName
{
background-color: #E1256C;
}
.BgClassName
{
background-color: #E1256C;
}
</style>
border-color css
<style>
span { border-color: #E1256C; }
span { border-color: rgb(225,37,108); }
td.TdClassName
{
border-color: #E1256C;
}
.TagClassName
{
border-color: #E1256C;
}
</style>