Shades of Cerise #E13C5C
Tints of Cerise #E13C5C
RGB
CMYK
RGB Variations
Color information
#E13C5C (or 0xE13C5C) is known color: Cerise. HEX triplet: E1, 3C and 5C. RGB value is (225,60,92). Sum of RGB (Red+Green+Blue) = 225+60+92=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C5C is #1EC3A3. Grayscale: #717171. Windows color (decimal): -2016164 or 6044897. OLE color: 6044897.
HSL color Cylindrical-coordinate representation of color #E13C5C: hue angle of 348.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C5C is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 92 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.12 |
| HSL | 348.36º | 0.73% | 0.56% | - |
| HSV(B) | 348.36º | 0.73% | 0.88% | - |
| XYZ | 34.6 | 20.01 | 12.16 | - |
| YUV | 112.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 92 | 0 | 0.73 | 0.59 | 0.12 | 348.36 | 0.73 | 0.56 |
| Hex | E1 | 3C | 5C | 0 | 49 | 3B | C | 15C | 49 | 38 |
| Octal | 341 | 74 | 134 | 0 | 111 | 73 | 14 | 534 | 111 | 70 |
| Binary | 11100001 | 111100 | 1011100 | 0 | 1001001 | 111011 | 1100 | 101011100 | 1001001 | 111000 |
Color Harmonies of #E13C5C
Complementary color
Monochromatic Colors of #E13C5C
Black with #E13C5C
Text Example
Text Example
White with #E13C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C5C; }
p { color: rgb(225,60,92); }
H1.HeaderClassName
{
color: #E13C5C;
}
.AnyTagClassName
{
color: #E13C5C;
}
</style>
background-color css
<style>
a { background-color: #E13C5C; }
a { background-color: rgb(225,60,92); }
div.DivClassName
{
background-color: #E13C5C;
}
.BgClassName
{
background-color: #E13C5C;
}
</style>
border-color css
<style>
span { border-color: #E13C5C; }
span { border-color: rgb(225,60,92); }
td.TdClassName
{
border-color: #E13C5C;
}
.TagClassName
{
border-color: #E13C5C;
}
</style>