Shades of Cerise #E52D66
Tints of Cerise #E52D66
RGB
CMYK
RGB Variations
Color information
#E52D66 (or 0xE52D66) is known color: Cerise. HEX triplet: E5, 2D and 66. RGB value is (229,45,102). Sum of RGB (Red+Green+Blue) = 229+45+102=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D66 is #1AD299. Grayscale: #6A6A6A. Windows color (decimal): -1757850 or 6696421. OLE color: 6696421.
HSL color Cylindrical-coordinate representation of color #E52D66: hue angle of 341.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D66 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 102 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.10 |
| HSL | 341.41º | 0.78% | 0.54% | - |
| HSV(B) | 341.41º | 0.8% | 0.9% | - |
| XYZ | 35.65 | 19.49 | 14.45 | - |
| YUV | 106.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 102 | 0 | 0.80 | 0.55 | 0.10 | 341.41 | 0.78 | 0.54 |
| Hex | E5 | 2D | 66 | 0 | 50 | 37 | A | 155 | 4E | 36 |
| Octal | 345 | 55 | 146 | 0 | 120 | 67 | 12 | 525 | 116 | 66 |
| Binary | 11100101 | 101101 | 1100110 | 0 | 1010000 | 110111 | 1010 | 101010101 | 1001110 | 110110 |
Color Harmonies of #E52D66
Complementary color
Monochromatic Colors of #E52D66
Black with #E52D66
Text Example
Text Example
White with #E52D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D66; }
p { color: rgb(229,45,102); }
H1.HeaderClassName
{
color: #E52D66;
}
.AnyTagClassName
{
color: #E52D66;
}
</style>
background-color css
<style>
a { background-color: #E52D66; }
a { background-color: rgb(229,45,102); }
div.DivClassName
{
background-color: #E52D66;
}
.BgClassName
{
background-color: #E52D66;
}
</style>
border-color css
<style>
span { border-color: #E52D66; }
span { border-color: rgb(229,45,102); }
td.TdClassName
{
border-color: #E52D66;
}
.TagClassName
{
border-color: #E52D66;
}
</style>