Shades of Cerise #E1455C
Tints of Cerise #E1455C
RGB
CMYK
RGB Variations
Color information
#E1455C (or 0xE1455C) is known color: Cerise. HEX triplet: E1, 45 and 5C. RGB value is (225,69,92). Sum of RGB (Red+Green+Blue) = 225+69+92=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1455C is #1EBAA3. Grayscale: #767676. Windows color (decimal): -2013860 or 6047201. OLE color: 6047201.
HSL color Cylindrical-coordinate representation of color #E1455C: hue angle of 351.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1455C is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 92 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.12 |
| HSL | 351.15º | 0.72% | 0.58% | - |
| HSV(B) | 351.15º | 0.69% | 0.88% | - |
| XYZ | 35.11 | 21.04 | 12.34 | - |
| YUV | 118.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 92 | 0 | 0.69 | 0.59 | 0.12 | 351.15 | 0.72 | 0.58 |
| Hex | E1 | 45 | 5C | 0 | 45 | 3B | C | 15F | 48 | 3A |
| Octal | 341 | 105 | 134 | 0 | 105 | 73 | 14 | 537 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1011100 | 0 | 1000101 | 111011 | 1100 | 101011111 | 1001000 | 111010 |
Color Harmonies of #E1455C
Complementary color
Monochromatic Colors of #E1455C
Black with #E1455C
Text Example
Text Example
White with #E1455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1455C; }
p { color: rgb(225,69,92); }
H1.HeaderClassName
{
color: #E1455C;
}
.AnyTagClassName
{
color: #E1455C;
}
</style>
background-color css
<style>
a { background-color: #E1455C; }
a { background-color: rgb(225,69,92); }
div.DivClassName
{
background-color: #E1455C;
}
.BgClassName
{
background-color: #E1455C;
}
</style>
border-color css
<style>
span { border-color: #E1455C; }
span { border-color: rgb(225,69,92); }
td.TdClassName
{
border-color: #E1455C;
}
.TagClassName
{
border-color: #E1455C;
}
</style>