Shades of Cerise #E52261
Tints of Cerise #E52261
RGB
CMYK
RGB Variations
Color information
#E52261 (or 0xE52261) is known color: Cerise. HEX triplet: E5, 22 and 61. RGB value is (229,34,97). Sum of RGB (Red+Green+Blue) = 229+34+97=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E52261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52261 is #1ADD9E. Grayscale: #636363. Windows color (decimal): -1760671 or 6365925. OLE color: 6365925.
HSL color Cylindrical-coordinate representation of color #E52261: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52261 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 97 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.10 |
| HSL | 340.62º | 0.79% | 0.52% | - |
| HSV(B) | 340.62º | 0.85% | 0.9% | - |
| XYZ | 35.04 | 18.67 | 13.07 | - |
| YUV | 99.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 97 | 0 | 0.85 | 0.58 | 0.10 | 340.62 | 0.79 | 0.52 |
| Hex | E5 | 22 | 61 | 0 | 55 | 3A | A | 155 | 4F | 34 |
| Octal | 345 | 42 | 141 | 0 | 125 | 72 | 12 | 525 | 117 | 64 |
| Binary | 11100101 | 100010 | 1100001 | 0 | 1010101 | 111010 | 1010 | 101010101 | 1001111 | 110100 |
Color Harmonies of #E52261
Complementary color
Monochromatic Colors of #E52261
Black with #E52261
Text Example
Text Example
White with #E52261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52261; }
p { color: rgb(229,34,97); }
H1.HeaderClassName
{
color: #E52261;
}
.AnyTagClassName
{
color: #E52261;
}
</style>
background-color css
<style>
a { background-color: #E52261; }
a { background-color: rgb(229,34,97); }
div.DivClassName
{
background-color: #E52261;
}
.BgClassName
{
background-color: #E52261;
}
</style>
border-color css
<style>
span { border-color: #E52261; }
span { border-color: rgb(229,34,97); }
td.TdClassName
{
border-color: #E52261;
}
.TagClassName
{
border-color: #E52261;
}
</style>