Shades of Cerise #E1355C
Tints of Cerise #E1355C
RGB
CMYK
RGB Variations
Color information
#E1355C (or 0xE1355C) is known color: Cerise. HEX triplet: E1, 35 and 5C. RGB value is (225,53,92). Sum of RGB (Red+Green+Blue) = 225+53+92=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1355C is #1ECAA3. Grayscale: #6C6C6C. Windows color (decimal): -2017956 or 6043105. OLE color: 6043105.
HSL color Cylindrical-coordinate representation of color #E1355C: hue angle of 346.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1355C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 92 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.12 |
| HSL | 346.4º | 0.74% | 0.55% | - |
| HSV(B) | 346.4º | 0.76% | 0.88% | - |
| XYZ | 34.26 | 19.33 | 12.05 | - |
| YUV | 108.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 92 | 0 | 0.76 | 0.59 | 0.12 | 346.4 | 0.74 | 0.55 |
| Hex | E1 | 35 | 5C | 0 | 4C | 3B | C | 15A | 4A | 37 |
| Octal | 341 | 65 | 134 | 0 | 114 | 73 | 14 | 532 | 112 | 67 |
| Binary | 11100001 | 110101 | 1011100 | 0 | 1001100 | 111011 | 1100 | 101011010 | 1001010 | 110111 |
Color Harmonies of #E1355C
Complementary color
Monochromatic Colors of #E1355C
Black with #E1355C
Text Example
Text Example
White with #E1355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1355C; }
p { color: rgb(225,53,92); }
H1.HeaderClassName
{
color: #E1355C;
}
.AnyTagClassName
{
color: #E1355C;
}
</style>
background-color css
<style>
a { background-color: #E1355C; }
a { background-color: rgb(225,53,92); }
div.DivClassName
{
background-color: #E1355C;
}
.BgClassName
{
background-color: #E1355C;
}
</style>
border-color css
<style>
span { border-color: #E1355C; }
span { border-color: rgb(225,53,92); }
td.TdClassName
{
border-color: #E1355C;
}
.TagClassName
{
border-color: #E1355C;
}
</style>