Shades of Deep Cerise #E52B7A
Tints of Deep Cerise #E52B7A
RGB
CMYK
RGB Variations
Color information
#E52B7A (or 0xE52B7A) is known color: Deep Cerise. HEX triplet: E5, 2B and 7A. RGB value is (229,43,122). Sum of RGB (Red+Green+Blue) = 229+43+122=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B7A is #1AD485. Grayscale: #6B6B6B. Windows color (decimal): -1758342 or 8006629. OLE color: 8006629.
HSL color Cylindrical-coordinate representation of color #E52B7A: hue angle of 334.52º 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 #E52B7A is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 122 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.10 |
| HSL | 334.52º | 0.78% | 0.53% | - |
| HSV(B) | 334.52º | 0.81% | 0.9% | - |
| XYZ | 36.69 | 19.79 | 20.3 | - |
| YUV | 107.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 122 | 0 | 0.81 | 0.47 | 0.10 | 334.52 | 0.78 | 0.53 |
| Hex | E5 | 2B | 7A | 0 | 51 | 2F | A | 14F | 4E | 35 |
| Octal | 345 | 53 | 172 | 0 | 121 | 57 | 12 | 517 | 116 | 65 |
| Binary | 11100101 | 101011 | 1111010 | 0 | 1010001 | 101111 | 1010 | 101001111 | 1001110 | 110101 |
Color Harmonies of #E52B7A
Complementary color
Monochromatic Colors of #E52B7A
Black with #E52B7A
Text Example
Text Example
White with #E52B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B7A; }
p { color: rgb(229,43,122); }
H1.HeaderClassName
{
color: #E52B7A;
}
.AnyTagClassName
{
color: #E52B7A;
}
</style>
background-color css
<style>
a { background-color: #E52B7A; }
a { background-color: rgb(229,43,122); }
div.DivClassName
{
background-color: #E52B7A;
}
.BgClassName
{
background-color: #E52B7A;
}
</style>
border-color css
<style>
span { border-color: #E52B7A; }
span { border-color: rgb(229,43,122); }
td.TdClassName
{
border-color: #E52B7A;
}
.TagClassName
{
border-color: #E52B7A;
}
</style>