Shades of Cerise #E13360
Tints of Cerise #E13360
RGB
CMYK
RGB Variations
Color information
#E13360 (or 0xE13360) is known color: Cerise. HEX triplet: E1, 33 and 60. RGB value is (225,51,96). Sum of RGB (Red+Green+Blue) = 225+51+96=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E13360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13360 is #1ECC9F. Grayscale: #6C6C6C. Windows color (decimal): -2018464 or 6304737. OLE color: 6304737.
HSL color Cylindrical-coordinate representation of color #E13360: hue angle of 344.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13360 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 96 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.12 |
| HSL | 344.48º | 0.74% | 0.54% | - |
| HSV(B) | 344.48º | 0.77% | 0.88% | - |
| XYZ | 34.35 | 19.22 | 12.97 | - |
| YUV | 108.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 96 | 0 | 0.77 | 0.57 | 0.12 | 344.48 | 0.74 | 0.54 |
| Hex | E1 | 33 | 60 | 0 | 4D | 39 | C | 158 | 4A | 36 |
| Octal | 341 | 63 | 140 | 0 | 115 | 71 | 14 | 530 | 112 | 66 |
| Binary | 11100001 | 110011 | 1100000 | 0 | 1001101 | 111001 | 1100 | 101011000 | 1001010 | 110110 |
Color Harmonies of #E13360
Complementary color
Monochromatic Colors of #E13360
Black with #E13360
Text Example
Text Example
White with #E13360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13360; }
p { color: rgb(225,51,96); }
H1.HeaderClassName
{
color: #E13360;
}
.AnyTagClassName
{
color: #E13360;
}
</style>
background-color css
<style>
a { background-color: #E13360; }
a { background-color: rgb(225,51,96); }
div.DivClassName
{
background-color: #E13360;
}
.BgClassName
{
background-color: #E13360;
}
</style>
border-color css
<style>
span { border-color: #E13360; }
span { border-color: rgb(225,51,96); }
td.TdClassName
{
border-color: #E13360;
}
.TagClassName
{
border-color: #E13360;
}
</style>