Shades of Cerise #E52274
Tints of Cerise #E52274
RGB
CMYK
RGB Variations
Color information
#E52274 (or 0xE52274) is known color: Cerise. HEX triplet: E5, 22 and 74. RGB value is (229,34,116). Sum of RGB (Red+Green+Blue) = 229+34+116=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E52274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52274 is #1ADD8B. Grayscale: #656565. Windows color (decimal): -1760652 or 7611109. OLE color: 7611109.
HSL color Cylindrical-coordinate representation of color #E52274: hue angle of 334.77º 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 #E52274 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 116 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.10 |
| HSL | 334.77º | 0.79% | 0.52% | - |
| HSV(B) | 334.77º | 0.85% | 0.9% | - |
| XYZ | 36.04 | 19.06 | 18.3 | - |
| YUV | 101.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 116 | 0 | 0.85 | 0.49 | 0.10 | 334.77 | 0.79 | 0.52 |
| Hex | E5 | 22 | 74 | 0 | 55 | 31 | A | 14F | 4F | 34 |
| Octal | 345 | 42 | 164 | 0 | 125 | 61 | 12 | 517 | 117 | 64 |
| Binary | 11100101 | 100010 | 1110100 | 0 | 1010101 | 110001 | 1010 | 101001111 | 1001111 | 110100 |
Color Harmonies of #E52274
Complementary color
Monochromatic Colors of #E52274
Black with #E52274
Text Example
Text Example
White with #E52274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52274; }
p { color: rgb(229,34,116); }
H1.HeaderClassName
{
color: #E52274;
}
.AnyTagClassName
{
color: #E52274;
}
</style>
background-color css
<style>
a { background-color: #E52274; }
a { background-color: rgb(229,34,116); }
div.DivClassName
{
background-color: #E52274;
}
.BgClassName
{
background-color: #E52274;
}
</style>
border-color css
<style>
span { border-color: #E52274; }
span { border-color: rgb(229,34,116); }
td.TdClassName
{
border-color: #E52274;
}
.TagClassName
{
border-color: #E52274;
}
</style>