Shades of Cerise #E13472
Tints of Cerise #E13472
RGB
CMYK
RGB Variations
Color information
#E13472 (or 0xE13472) is known color: Cerise. HEX triplet: E1, 34 and 72. RGB value is (225,52,114). Sum of RGB (Red+Green+Blue) = 225+52+114=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E13472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13472 is #1ECB8D. Grayscale: #6E6E6E. Windows color (decimal): -2018190 or 7484641. OLE color: 7484641.
HSL color Cylindrical-coordinate representation of color #E13472: hue angle of 338.5º 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 #E13472 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 114 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.12 |
| HSL | 338.5º | 0.74% | 0.54% | - |
| HSV(B) | 338.5º | 0.77% | 0.88% | - |
| XYZ | 35.32 | 19.68 | 17.86 | - |
| YUV | 110.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 114 | 0 | 0.77 | 0.49 | 0.12 | 338.5 | 0.74 | 0.54 |
| Hex | E1 | 34 | 72 | 0 | 4D | 31 | C | 152 | 4A | 36 |
| Octal | 341 | 64 | 162 | 0 | 115 | 61 | 14 | 522 | 112 | 66 |
| Binary | 11100001 | 110100 | 1110010 | 0 | 1001101 | 110001 | 1100 | 101010010 | 1001010 | 110110 |
Color Harmonies of #E13472
Complementary color
Monochromatic Colors of #E13472
Black with #E13472
Text Example
Text Example
White with #E13472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13472; }
p { color: rgb(225,52,114); }
H1.HeaderClassName
{
color: #E13472;
}
.AnyTagClassName
{
color: #E13472;
}
</style>
background-color css
<style>
a { background-color: #E13472; }
a { background-color: rgb(225,52,114); }
div.DivClassName
{
background-color: #E13472;
}
.BgClassName
{
background-color: #E13472;
}
</style>
border-color css
<style>
span { border-color: #E13472; }
span { border-color: rgb(225,52,114); }
td.TdClassName
{
border-color: #E13472;
}
.TagClassName
{
border-color: #E13472;
}
</style>