Shades of Cerise #E52D5B
Tints of Cerise #E52D5B
RGB
CMYK
RGB Variations
Color information
#E52D5B (or 0xE52D5B) is known color: Cerise. HEX triplet: E5, 2D and 5B. RGB value is (229,45,91). Sum of RGB (Red+Green+Blue) = 229+45+91=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D5B is #1AD2A4. Grayscale: #696969. Windows color (decimal): -1757861 or 5975525. OLE color: 5975525.
HSL color Cylindrical-coordinate representation of color #E52D5B: hue angle of 345º 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 #E52D5B is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 91 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.10 |
| HSL | 345º | 0.78% | 0.54% | - |
| HSV(B) | 345º | 0.8% | 0.9% | - |
| XYZ | 35.14 | 19.29 | 11.77 | - |
| YUV | 105.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 91 | 0 | 0.80 | 0.60 | 0.10 | 345 | 0.78 | 0.54 |
| Hex | E5 | 2D | 5B | 0 | 50 | 3C | A | 159 | 4E | 36 |
| Octal | 345 | 55 | 133 | 0 | 120 | 74 | 12 | 531 | 116 | 66 |
| Binary | 11100101 | 101101 | 1011011 | 0 | 1010000 | 111100 | 1010 | 101011001 | 1001110 | 110110 |
Color Harmonies of #E52D5B
Complementary color
Monochromatic Colors of #E52D5B
Black with #E52D5B
Text Example
Text Example
White with #E52D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D5B; }
p { color: rgb(229,45,91); }
H1.HeaderClassName
{
color: #E52D5B;
}
.AnyTagClassName
{
color: #E52D5B;
}
</style>
background-color css
<style>
a { background-color: #E52D5B; }
a { background-color: rgb(229,45,91); }
div.DivClassName
{
background-color: #E52D5B;
}
.BgClassName
{
background-color: #E52D5B;
}
</style>
border-color css
<style>
span { border-color: #E52D5B; }
span { border-color: rgb(229,45,91); }
td.TdClassName
{
border-color: #E52D5B;
}
.TagClassName
{
border-color: #E52D5B;
}
</style>