Shades of Cerise #E52E6B
Tints of Cerise #E52E6B
RGB
CMYK
RGB Variations
Color information
#E52E6B (or 0xE52E6B) is known color: Cerise. HEX triplet: E5, 2E and 6B. RGB value is (229,46,107). Sum of RGB (Red+Green+Blue) = 229+46+107=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E6B is #1AD194. Grayscale: #6B6B6B. Windows color (decimal): -1757589 or 7024357. OLE color: 7024357.
HSL color Cylindrical-coordinate representation of color #E52E6B: hue angle of 340º 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 #E52E6B is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 107 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.10 |
| HSL | 340º | 0.78% | 0.54% | - |
| HSV(B) | 340º | 0.8% | 0.9% | - |
| XYZ | 35.94 | 19.67 | 15.81 | - |
| YUV | 107.67 | 127.63 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 107 | 0 | 0.80 | 0.53 | 0.10 | 340 | 0.78 | 0.54 |
| Hex | E5 | 2E | 6B | 0 | 50 | 35 | A | 154 | 4E | 36 |
| Octal | 345 | 56 | 153 | 0 | 120 | 65 | 12 | 524 | 116 | 66 |
| Binary | 11100101 | 101110 | 1101011 | 0 | 1010000 | 110101 | 1010 | 101010100 | 1001110 | 110110 |
Color Harmonies of #E52E6B
Complementary color
Monochromatic Colors of #E52E6B
Black with #E52E6B
Text Example
Text Example
White with #E52E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E6B; }
p { color: rgb(229,46,107); }
H1.HeaderClassName
{
color: #E52E6B;
}
.AnyTagClassName
{
color: #E52E6B;
}
</style>
background-color css
<style>
a { background-color: #E52E6B; }
a { background-color: rgb(229,46,107); }
div.DivClassName
{
background-color: #E52E6B;
}
.BgClassName
{
background-color: #E52E6B;
}
</style>
border-color css
<style>
span { border-color: #E52E6B; }
span { border-color: rgb(229,46,107); }
td.TdClassName
{
border-color: #E52E6B;
}
.TagClassName
{
border-color: #E52E6B;
}
</style>