Shades of Cerise #E52672
Tints of Cerise #E52672
RGB
CMYK
RGB Variations
Color information
#E52672 (or 0xE52672) is known color: Cerise. HEX triplet: E5, 26 and 72. RGB value is (229,38,114). Sum of RGB (Red+Green+Blue) = 229+38+114=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52672 is #1AD98D. Grayscale: #676767. Windows color (decimal): -1759630 or 7481061. OLE color: 7481061.
HSL color Cylindrical-coordinate representation of color #E52672: hue angle of 336.13º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52672 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 114 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.10 |
| HSL | 336.13º | 0.79% | 0.52% | - |
| HSV(B) | 336.13º | 0.83% | 0.9% | - |
| XYZ | 36.04 | 19.26 | 17.74 | - |
| YUV | 103.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 114 | 0 | 0.83 | 0.50 | 0.10 | 336.13 | 0.79 | 0.52 |
| Hex | E5 | 26 | 72 | 0 | 53 | 32 | A | 150 | 4F | 34 |
| Octal | 345 | 46 | 162 | 0 | 123 | 62 | 12 | 520 | 117 | 64 |
| Binary | 11100101 | 100110 | 1110010 | 0 | 1010011 | 110010 | 1010 | 101010000 | 1001111 | 110100 |
Color Harmonies of #E52672
Complementary color
Monochromatic Colors of #E52672
Black with #E52672
Text Example
Text Example
White with #E52672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52672; }
p { color: rgb(229,38,114); }
H1.HeaderClassName
{
color: #E52672;
}
.AnyTagClassName
{
color: #E52672;
}
</style>
background-color css
<style>
a { background-color: #E52672; }
a { background-color: rgb(229,38,114); }
div.DivClassName
{
background-color: #E52672;
}
.BgClassName
{
background-color: #E52672;
}
</style>
border-color css
<style>
span { border-color: #E52672; }
span { border-color: rgb(229,38,114); }
td.TdClassName
{
border-color: #E52672;
}
.TagClassName
{
border-color: #E52672;
}
</style>