Shades of Cerise #E13559
Tints of Cerise #E13559
RGB
CMYK
RGB Variations
Color information
#E13559 (or 0xE13559) is known color: Cerise. HEX triplet: E1, 35 and 59. RGB value is (225,53,89). Sum of RGB (Red+Green+Blue) = 225+53+89=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E13559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13559 is #1ECAA6. Grayscale: #6C6C6C. Windows color (decimal): -2017959 or 5846497. OLE color: 5846497.
HSL color Cylindrical-coordinate representation of color #E13559: hue angle of 347.44º 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 #E13559 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 89 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.12 |
| HSL | 347.44º | 0.74% | 0.55% | - |
| HSV(B) | 347.44º | 0.76% | 0.88% | - |
| XYZ | 34.13 | 19.28 | 11.37 | - |
| YUV | 108.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 89 | 0 | 0.76 | 0.60 | 0.12 | 347.44 | 0.74 | 0.55 |
| Hex | E1 | 35 | 59 | 0 | 4C | 3C | C | 15B | 4A | 37 |
| Octal | 341 | 65 | 131 | 0 | 114 | 74 | 14 | 533 | 112 | 67 |
| Binary | 11100001 | 110101 | 1011001 | 0 | 1001100 | 111100 | 1100 | 101011011 | 1001010 | 110111 |
Color Harmonies of #E13559
Complementary color
Monochromatic Colors of #E13559
Black with #E13559
Text Example
Text Example
White with #E13559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13559; }
p { color: rgb(225,53,89); }
H1.HeaderClassName
{
color: #E13559;
}
.AnyTagClassName
{
color: #E13559;
}
</style>
background-color css
<style>
a { background-color: #E13559; }
a { background-color: rgb(225,53,89); }
div.DivClassName
{
background-color: #E13559;
}
.BgClassName
{
background-color: #E13559;
}
</style>
border-color css
<style>
span { border-color: #E13559; }
span { border-color: rgb(225,53,89); }
td.TdClassName
{
border-color: #E13559;
}
.TagClassName
{
border-color: #E13559;
}
</style>