Shades of Cerise #E52B6E
Tints of Cerise #E52B6E
RGB
CMYK
RGB Variations
Color information
#E52B6E (or 0xE52B6E) is known color: Cerise. HEX triplet: E5, 2B and 6E. RGB value is (229,43,110). Sum of RGB (Red+Green+Blue) = 229+43+110=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B6E is #1AD491. Grayscale: #6A6A6A. Windows color (decimal): -1758354 or 7220197. OLE color: 7220197.
HSL color Cylindrical-coordinate representation of color #E52B6E: hue angle of 338.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B6E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 110 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.10 |
| HSL | 338.39º | 0.78% | 0.53% | - |
| HSV(B) | 338.39º | 0.81% | 0.9% | - |
| XYZ | 35.99 | 19.51 | 16.62 | - |
| YUV | 106.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 110 | 0 | 0.81 | 0.52 | 0.10 | 338.39 | 0.78 | 0.53 |
| Hex | E5 | 2B | 6E | 0 | 51 | 34 | A | 152 | 4E | 35 |
| Octal | 345 | 53 | 156 | 0 | 121 | 64 | 12 | 522 | 116 | 65 |
| Binary | 11100101 | 101011 | 1101110 | 0 | 1010001 | 110100 | 1010 | 101010010 | 1001110 | 110101 |
Color Harmonies of #E52B6E
Complementary color
Monochromatic Colors of #E52B6E
Black with #E52B6E
Text Example
Text Example
White with #E52B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B6E; }
p { color: rgb(229,43,110); }
H1.HeaderClassName
{
color: #E52B6E;
}
.AnyTagClassName
{
color: #E52B6E;
}
</style>
background-color css
<style>
a { background-color: #E52B6E; }
a { background-color: rgb(229,43,110); }
div.DivClassName
{
background-color: #E52B6E;
}
.BgClassName
{
background-color: #E52B6E;
}
</style>
border-color css
<style>
span { border-color: #E52B6E; }
span { border-color: rgb(229,43,110); }
td.TdClassName
{
border-color: #E52B6E;
}
.TagClassName
{
border-color: #E52B6E;
}
</style>