Shades of Cerise #E1235C
Tints of Cerise #E1235C
RGB
CMYK
RGB Variations
Color information
#E1235C (or 0xE1235C) is known color: Cerise. HEX triplet: E1, 23 and 5C. RGB value is (225,35,92). Sum of RGB (Red+Green+Blue) = 225+35+92=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235C is #1EDCA3. Grayscale: #626262. Windows color (decimal): -2022564 or 6038497. OLE color: 6038497.
HSL color Cylindrical-coordinate representation of color #E1235C: hue angle of 342º 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 #E1235C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 92 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.12 |
| HSL | 342º | 0.76% | 0.51% | - |
| HSV(B) | 342º | 0.84% | 0.88% | - |
| XYZ | 33.58 | 17.98 | 11.83 | - |
| YUV | 98.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 92 | 0 | 0.84 | 0.59 | 0.12 | 342 | 0.76 | 0.51 |
| Hex | E1 | 23 | 5C | 0 | 54 | 3B | C | 156 | 4C | 33 |
| Octal | 341 | 43 | 134 | 0 | 124 | 73 | 14 | 526 | 114 | 63 |
| Binary | 11100001 | 100011 | 1011100 | 0 | 1010100 | 111011 | 1100 | 101010110 | 1001100 | 110011 |
Color Harmonies of #E1235C
Complementary color
Monochromatic Colors of #E1235C
Black with #E1235C
Text Example
Text Example
White with #E1235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1235C; }
p { color: rgb(225,35,92); }
H1.HeaderClassName
{
color: #E1235C;
}
.AnyTagClassName
{
color: #E1235C;
}
</style>
background-color css
<style>
a { background-color: #E1235C; }
a { background-color: rgb(225,35,92); }
div.DivClassName
{
background-color: #E1235C;
}
.BgClassName
{
background-color: #E1235C;
}
</style>
border-color css
<style>
span { border-color: #E1235C; }
span { border-color: rgb(225,35,92); }
td.TdClassName
{
border-color: #E1235C;
}
.TagClassName
{
border-color: #E1235C;
}
</style>