Shades of Cerise #E1356C
Tints of Cerise #E1356C
RGB
CMYK
RGB Variations
Color information
#E1356C (or 0xE1356C) is known color: Cerise. HEX triplet: E1, 35 and 6C. RGB value is (225,53,108). Sum of RGB (Red+Green+Blue) = 225+53+108=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1356C is #1ECA93. Grayscale: #6E6E6E. Windows color (decimal): -2017940 or 7091681. OLE color: 7091681.
HSL color Cylindrical-coordinate representation of color #E1356C: hue angle of 340.81º 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 #E1356C is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 108 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.12 |
| HSL | 340.81º | 0.74% | 0.55% | - |
| HSV(B) | 340.81º | 0.76% | 0.88% | - |
| XYZ | 35.03 | 19.64 | 16.13 | - |
| YUV | 110.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 108 | 0 | 0.76 | 0.52 | 0.12 | 340.81 | 0.74 | 0.55 |
| Hex | E1 | 35 | 6C | 0 | 4C | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 65 | 154 | 0 | 114 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 110101 | 1101100 | 0 | 1001100 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1356C
Complementary color
Monochromatic Colors of #E1356C
Black with #E1356C
Text Example
Text Example
White with #E1356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1356C; }
p { color: rgb(225,53,108); }
H1.HeaderClassName
{
color: #E1356C;
}
.AnyTagClassName
{
color: #E1356C;
}
</style>
background-color css
<style>
a { background-color: #E1356C; }
a { background-color: rgb(225,53,108); }
div.DivClassName
{
background-color: #E1356C;
}
.BgClassName
{
background-color: #E1356C;
}
</style>
border-color css
<style>
span { border-color: #E1356C; }
span { border-color: rgb(225,53,108); }
td.TdClassName
{
border-color: #E1356C;
}
.TagClassName
{
border-color: #E1356C;
}
</style>