Shades of Deep Cerise #E52B90
Tints of Deep Cerise #E52B90
RGB
CMYK
RGB Variations
Color information
#E52B90 (or 0xE52B90) is known color: Deep Cerise. HEX triplet: E5, 2B and 90. RGB value is (229,43,144). Sum of RGB (Red+Green+Blue) = 229+43+144=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52B90 is #1AD46F. Grayscale: #6D6D6D. Windows color (decimal): -1758320 or 9448421. OLE color: 9448421.
HSL color Cylindrical-coordinate representation of color #E52B90: hue angle of 327.42º 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 #E52B90 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 144 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.10 |
| HSL | 327.42º | 0.78% | 0.53% | - |
| HSV(B) | 327.42º | 0.81% | 0.9% | - |
| XYZ | 38.21 | 20.4 | 28.31 | - |
| YUV | 110.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 144 | 0 | 0.81 | 0.37 | 0.10 | 327.42 | 0.78 | 0.53 |
| Hex | E5 | 2B | 90 | 0 | 51 | 25 | A | 147 | 4E | 35 |
| Octal | 345 | 53 | 220 | 0 | 121 | 45 | 12 | 507 | 116 | 65 |
| Binary | 11100101 | 101011 | 10010000 | 0 | 1010001 | 100101 | 1010 | 101000111 | 1001110 | 110101 |
Color Harmonies of #E52B90
Complementary color
Monochromatic Colors of #E52B90
Black with #E52B90
Text Example
Text Example
White with #E52B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B90; }
p { color: rgb(229,43,144); }
H1.HeaderClassName
{
color: #E52B90;
}
.AnyTagClassName
{
color: #E52B90;
}
</style>
background-color css
<style>
a { background-color: #E52B90; }
a { background-color: rgb(229,43,144); }
div.DivClassName
{
background-color: #E52B90;
}
.BgClassName
{
background-color: #E52B90;
}
</style>
border-color css
<style>
span { border-color: #E52B90; }
span { border-color: rgb(229,43,144); }
td.TdClassName
{
border-color: #E52B90;
}
.TagClassName
{
border-color: #E52B90;
}
</style>