Shades of Cerise #E53B5A
Tints of Cerise #E53B5A
RGB
CMYK
RGB Variations
Color information
#E53B5A (or 0xE53B5A) is known color: Cerise. HEX triplet: E5, 3B and 5A. RGB value is (229,59,90). Sum of RGB (Red+Green+Blue) = 229+59+90=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53B5A is #1AC4A5. Grayscale: #717171. Windows color (decimal): -1754278 or 5913573. OLE color: 5913573.
HSL color Cylindrical-coordinate representation of color #E53B5A: hue angle of 349.06º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53B5A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 90 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.10 |
| HSL | 349.06º | 0.77% | 0.56% | - |
| HSV(B) | 349.06º | 0.74% | 0.9% | - |
| XYZ | 35.72 | 20.52 | 11.75 | - |
| YUV | 113.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 90 | 0 | 0.74 | 0.61 | 0.10 | 349.06 | 0.77 | 0.56 |
| Hex | E5 | 3B | 5A | 0 | 4A | 3D | A | 15D | 4D | 38 |
| Octal | 345 | 73 | 132 | 0 | 112 | 75 | 12 | 535 | 115 | 70 |
| Binary | 11100101 | 111011 | 1011010 | 0 | 1001010 | 111101 | 1010 | 101011101 | 1001101 | 111000 |
Color Harmonies of #E53B5A
Complementary color
Monochromatic Colors of #E53B5A
Black with #E53B5A
Text Example
Text Example
White with #E53B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53B5A; }
p { color: rgb(229,59,90); }
H1.HeaderClassName
{
color: #E53B5A;
}
.AnyTagClassName
{
color: #E53B5A;
}
</style>
background-color css
<style>
a { background-color: #E53B5A; }
a { background-color: rgb(229,59,90); }
div.DivClassName
{
background-color: #E53B5A;
}
.BgClassName
{
background-color: #E53B5A;
}
</style>
border-color css
<style>
span { border-color: #E53B5A; }
span { border-color: rgb(229,59,90); }
td.TdClassName
{
border-color: #E53B5A;
}
.TagClassName
{
border-color: #E53B5A;
}
</style>