Shades of Cerise #E13C68
Tints of Cerise #E13C68
RGB
CMYK
RGB Variations
Color information
#E13C68 (or 0xE13C68) is known color: Cerise. HEX triplet: E1, 3C and 68. RGB value is (225,60,104). Sum of RGB (Red+Green+Blue) = 225+60+104=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C68 is #1EC397. Grayscale: #727272. Windows color (decimal): -2016152 or 6831329. OLE color: 6831329.
HSL color Cylindrical-coordinate representation of color #E13C68: hue angle of 344º 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 #E13C68 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 104 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.12 |
| HSL | 344º | 0.73% | 0.56% | - |
| HSV(B) | 344º | 0.73% | 0.88% | - |
| XYZ | 35.17 | 20.24 | 15.15 | - |
| YUV | 114.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 104 | 0 | 0.73 | 0.54 | 0.12 | 344 | 0.73 | 0.56 |
| Hex | E1 | 3C | 68 | 0 | 49 | 36 | C | 158 | 49 | 38 |
| Octal | 341 | 74 | 150 | 0 | 111 | 66 | 14 | 530 | 111 | 70 |
| Binary | 11100001 | 111100 | 1101000 | 0 | 1001001 | 110110 | 1100 | 101011000 | 1001001 | 111000 |
Color Harmonies of #E13C68
Complementary color
Monochromatic Colors of #E13C68
Black with #E13C68
Text Example
Text Example
White with #E13C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C68; }
p { color: rgb(225,60,104); }
H1.HeaderClassName
{
color: #E13C68;
}
.AnyTagClassName
{
color: #E13C68;
}
</style>
background-color css
<style>
a { background-color: #E13C68; }
a { background-color: rgb(225,60,104); }
div.DivClassName
{
background-color: #E13C68;
}
.BgClassName
{
background-color: #E13C68;
}
</style>
border-color css
<style>
span { border-color: #E13C68; }
span { border-color: rgb(225,60,104); }
td.TdClassName
{
border-color: #E13C68;
}
.TagClassName
{
border-color: #E13C68;
}
</style>