Shades of Cerise #E52266
Tints of Cerise #E52266
RGB
CMYK
RGB Variations
Color information
#E52266 (or 0xE52266) is known color: Cerise. HEX triplet: E5, 22 and 66. RGB value is (229,34,102). Sum of RGB (Red+Green+Blue) = 229+34+102=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52266 is #1ADD99. Grayscale: #636363. Windows color (decimal): -1760666 or 6693605. OLE color: 6693605.
HSL color Cylindrical-coordinate representation of color #E52266: hue angle of 339.08º 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 #E52266 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 102 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.10 |
| HSL | 339.08º | 0.79% | 0.52% | - |
| HSV(B) | 339.08º | 0.85% | 0.9% | - |
| XYZ | 35.28 | 18.76 | 14.33 | - |
| YUV | 100.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 102 | 0 | 0.85 | 0.55 | 0.10 | 339.08 | 0.79 | 0.52 |
| Hex | E5 | 22 | 66 | 0 | 55 | 37 | A | 153 | 4F | 34 |
| Octal | 345 | 42 | 146 | 0 | 125 | 67 | 12 | 523 | 117 | 64 |
| Binary | 11100101 | 100010 | 1100110 | 0 | 1010101 | 110111 | 1010 | 101010011 | 1001111 | 110100 |
Color Harmonies of #E52266
Complementary color
Monochromatic Colors of #E52266
Black with #E52266
Text Example
Text Example
White with #E52266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52266; }
p { color: rgb(229,34,102); }
H1.HeaderClassName
{
color: #E52266;
}
.AnyTagClassName
{
color: #E52266;
}
</style>
background-color css
<style>
a { background-color: #E52266; }
a { background-color: rgb(229,34,102); }
div.DivClassName
{
background-color: #E52266;
}
.BgClassName
{
background-color: #E52266;
}
</style>
border-color css
<style>
span { border-color: #E52266; }
span { border-color: rgb(229,34,102); }
td.TdClassName
{
border-color: #E52266;
}
.TagClassName
{
border-color: #E52266;
}
</style>