Shades of Cerise #E1255C
Tints of Cerise #E1255C
RGB
CMYK
RGB Variations
Color information
#E1255C (or 0xE1255C) is known color: Cerise. HEX triplet: E1, 25 and 5C. RGB value is (225,37,92). Sum of RGB (Red+Green+Blue) = 225+37+92=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1255C is #1EDAA3. Grayscale: #636363. Windows color (decimal): -2022052 or 6039009. OLE color: 6039009.
HSL color Cylindrical-coordinate representation of color #E1255C: hue angle of 342.45º 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 #E1255C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 92 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.12 |
| HSL | 342.45º | 0.76% | 0.51% | - |
| HSV(B) | 342.45º | 0.84% | 0.88% | - |
| XYZ | 33.64 | 18.1 | 11.85 | - |
| YUV | 99.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 92 | 0 | 0.84 | 0.59 | 0.12 | 342.45 | 0.76 | 0.51 |
| Hex | E1 | 25 | 5C | 0 | 54 | 3B | C | 156 | 4C | 33 |
| Octal | 341 | 45 | 134 | 0 | 124 | 73 | 14 | 526 | 114 | 63 |
| Binary | 11100001 | 100101 | 1011100 | 0 | 1010100 | 111011 | 1100 | 101010110 | 1001100 | 110011 |
Color Harmonies of #E1255C
Complementary color
Monochromatic Colors of #E1255C
Black with #E1255C
Text Example
Text Example
White with #E1255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1255C; }
p { color: rgb(225,37,92); }
H1.HeaderClassName
{
color: #E1255C;
}
.AnyTagClassName
{
color: #E1255C;
}
</style>
background-color css
<style>
a { background-color: #E1255C; }
a { background-color: rgb(225,37,92); }
div.DivClassName
{
background-color: #E1255C;
}
.BgClassName
{
background-color: #E1255C;
}
</style>
border-color css
<style>
span { border-color: #E1255C; }
span { border-color: rgb(225,37,92); }
td.TdClassName
{
border-color: #E1255C;
}
.TagClassName
{
border-color: #E1255C;
}
</style>