Shades of Cerise #E1356B
Tints of Cerise #E1356B
RGB
CMYK
RGB Variations
Color information
#E1356B (or 0xE1356B) is known color: Cerise. HEX triplet: E1, 35 and 6B. RGB value is (225,53,107). Sum of RGB (Red+Green+Blue) = 225+53+107=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1356B is #1ECA94. Grayscale: #6E6E6E. Windows color (decimal): -2017941 or 7026145. OLE color: 7026145.
HSL color Cylindrical-coordinate representation of color #E1356B: hue angle of 341.16º 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 #E1356B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 107 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.12 |
| HSL | 341.16º | 0.74% | 0.55% | - |
| HSV(B) | 341.16º | 0.76% | 0.88% | - |
| XYZ | 34.98 | 19.62 | 15.85 | - |
| YUV | 110.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 107 | 0 | 0.76 | 0.52 | 0.12 | 341.16 | 0.74 | 0.55 |
| Hex | E1 | 35 | 6B | 0 | 4C | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 65 | 153 | 0 | 114 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 110101 | 1101011 | 0 | 1001100 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1356B
Complementary color
Monochromatic Colors of #E1356B
Black with #E1356B
Text Example
Text Example
White with #E1356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1356B; }
p { color: rgb(225,53,107); }
H1.HeaderClassName
{
color: #E1356B;
}
.AnyTagClassName
{
color: #E1356B;
}
</style>
background-color css
<style>
a { background-color: #E1356B; }
a { background-color: rgb(225,53,107); }
div.DivClassName
{
background-color: #E1356B;
}
.BgClassName
{
background-color: #E1356B;
}
</style>
border-color css
<style>
span { border-color: #E1356B; }
span { border-color: rgb(225,53,107); }
td.TdClassName
{
border-color: #E1356B;
}
.TagClassName
{
border-color: #E1356B;
}
</style>