Shades of Deep Cerise #E52B7F
Tints of Deep Cerise #E52B7F
RGB
CMYK
RGB Variations
Color information
#E52B7F (or 0xE52B7F) is known color: Deep Cerise. HEX triplet: E5, 2B and 7F. RGB value is (229,43,127). Sum of RGB (Red+Green+Blue) = 229+43+127=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B7F is #1AD480. Grayscale: #6C6C6C. Windows color (decimal): -1758337 or 8334309. OLE color: 8334309.
HSL color Cylindrical-coordinate representation of color #E52B7F: hue angle of 332.9º 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 #E52B7F is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 127 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.10 |
| HSL | 332.9º | 0.78% | 0.53% | - |
| HSV(B) | 332.9º | 0.81% | 0.9% | - |
| XYZ | 37.01 | 19.92 | 21.97 | - |
| YUV | 108.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 127 | 0 | 0.81 | 0.45 | 0.10 | 332.9 | 0.78 | 0.53 |
| Hex | E5 | 2B | 7F | 0 | 51 | 2D | A | 14D | 4E | 35 |
| Octal | 345 | 53 | 177 | 0 | 121 | 55 | 12 | 515 | 116 | 65 |
| Binary | 11100101 | 101011 | 1111111 | 0 | 1010001 | 101101 | 1010 | 101001101 | 1001110 | 110101 |
Color Harmonies of #E52B7F
Complementary color
Monochromatic Colors of #E52B7F
Black with #E52B7F
Text Example
Text Example
White with #E52B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B7F; }
p { color: rgb(229,43,127); }
H1.HeaderClassName
{
color: #E52B7F;
}
.AnyTagClassName
{
color: #E52B7F;
}
</style>
background-color css
<style>
a { background-color: #E52B7F; }
a { background-color: rgb(229,43,127); }
div.DivClassName
{
background-color: #E52B7F;
}
.BgClassName
{
background-color: #E52B7F;
}
</style>
border-color css
<style>
span { border-color: #E52B7F; }
span { border-color: rgb(229,43,127); }
td.TdClassName
{
border-color: #E52B7F;
}
.TagClassName
{
border-color: #E52B7F;
}
</style>