Shades of Cerise #E52969
Tints of Cerise #E52969
RGB
CMYK
RGB Variations
Color information
#E52969 (or 0xE52969) is known color: Cerise. HEX triplet: E5, 29 and 69. RGB value is (229,41,105). Sum of RGB (Red+Green+Blue) = 229+41+105=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E52969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52969 is #1AD696. Grayscale: #686868. Windows color (decimal): -1758871 or 6892005. OLE color: 6892005.
HSL color Cylindrical-coordinate representation of color #E52969: hue angle of 339.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52969 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 105 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.10 |
| HSL | 339.57º | 0.78% | 0.53% | - |
| HSV(B) | 339.57º | 0.82% | 0.9% | - |
| XYZ | 35.66 | 19.26 | 15.2 | - |
| YUV | 104.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 105 | 0 | 0.82 | 0.54 | 0.10 | 339.57 | 0.78 | 0.53 |
| Hex | E5 | 29 | 69 | 0 | 52 | 36 | A | 154 | 4E | 35 |
| Octal | 345 | 51 | 151 | 0 | 122 | 66 | 12 | 524 | 116 | 65 |
| Binary | 11100101 | 101001 | 1101001 | 0 | 1010010 | 110110 | 1010 | 101010100 | 1001110 | 110101 |
Color Harmonies of #E52969
Complementary color
Monochromatic Colors of #E52969
Black with #E52969
Text Example
Text Example
White with #E52969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52969; }
p { color: rgb(229,41,105); }
H1.HeaderClassName
{
color: #E52969;
}
.AnyTagClassName
{
color: #E52969;
}
</style>
background-color css
<style>
a { background-color: #E52969; }
a { background-color: rgb(229,41,105); }
div.DivClassName
{
background-color: #E52969;
}
.BgClassName
{
background-color: #E52969;
}
</style>
border-color css
<style>
span { border-color: #E52969; }
span { border-color: rgb(229,41,105); }
td.TdClassName
{
border-color: #E52969;
}
.TagClassName
{
border-color: #E52969;
}
</style>