Shades of Cerise #E13570
Tints of Cerise #E13570
RGB
CMYK
RGB Variations
Color information
#E13570 (or 0xE13570) is known color: Cerise. HEX triplet: E1, 35 and 70. RGB value is (225,53,112). Sum of RGB (Red+Green+Blue) = 225+53+112=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E13570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13570 is #1ECA8F. Grayscale: #6F6F6F. Windows color (decimal): -2017936 or 7353825. OLE color: 7353825.
HSL color Cylindrical-coordinate representation of color #E13570: hue angle of 339.42º 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 #E13570 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 112 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.12 |
| HSL | 339.42º | 0.74% | 0.55% | - |
| HSV(B) | 339.42º | 0.76% | 0.88% | - |
| XYZ | 35.25 | 19.72 | 17.28 | - |
| YUV | 111.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 112 | 0 | 0.76 | 0.50 | 0.12 | 339.42 | 0.74 | 0.55 |
| Hex | E1 | 35 | 70 | 0 | 4C | 32 | C | 153 | 4A | 37 |
| Octal | 341 | 65 | 160 | 0 | 114 | 62 | 14 | 523 | 112 | 67 |
| Binary | 11100001 | 110101 | 1110000 | 0 | 1001100 | 110010 | 1100 | 101010011 | 1001010 | 110111 |
Color Harmonies of #E13570
Complementary color
Monochromatic Colors of #E13570
Black with #E13570
Text Example
Text Example
White with #E13570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13570; }
p { color: rgb(225,53,112); }
H1.HeaderClassName
{
color: #E13570;
}
.AnyTagClassName
{
color: #E13570;
}
</style>
background-color css
<style>
a { background-color: #E13570; }
a { background-color: rgb(225,53,112); }
div.DivClassName
{
background-color: #E13570;
}
.BgClassName
{
background-color: #E13570;
}
</style>
border-color css
<style>
span { border-color: #E13570; }
span { border-color: rgb(225,53,112); }
td.TdClassName
{
border-color: #E13570;
}
.TagClassName
{
border-color: #E13570;
}
</style>