Shades of Deep Cerise #E52785
Tints of Deep Cerise #E52785
RGB
CMYK
RGB Variations
Color information
#E52785 (or 0xE52785) is known color: Deep Cerise. HEX triplet: E5, 27 and 85. RGB value is (229,39,133). Sum of RGB (Red+Green+Blue) = 229+39+133=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E52785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52785 is #1AD87A. Grayscale: #6A6A6A. Windows color (decimal): -1759355 or 8726501. OLE color: 8726501.
HSL color Cylindrical-coordinate representation of color #E52785: hue angle of 330.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52785 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 133 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.10 |
| HSL | 330.32º | 0.79% | 0.53% | - |
| HSV(B) | 330.32º | 0.83% | 0.9% | - |
| XYZ | 37.27 | 19.8 | 24.05 | - |
| YUV | 106.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 133 | 0 | 0.83 | 0.42 | 0.10 | 330.32 | 0.79 | 0.53 |
| Hex | E5 | 27 | 85 | 0 | 53 | 2A | A | 14A | 4F | 35 |
| Octal | 345 | 47 | 205 | 0 | 123 | 52 | 12 | 512 | 117 | 65 |
| Binary | 11100101 | 100111 | 10000101 | 0 | 1010011 | 101010 | 1010 | 101001010 | 1001111 | 110101 |
Color Harmonies of #E52785
Complementary color
Monochromatic Colors of #E52785
Black with #E52785
Text Example
Text Example
White with #E52785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52785; }
p { color: rgb(229,39,133); }
H1.HeaderClassName
{
color: #E52785;
}
.AnyTagClassName
{
color: #E52785;
}
</style>
background-color css
<style>
a { background-color: #E52785; }
a { background-color: rgb(229,39,133); }
div.DivClassName
{
background-color: #E52785;
}
.BgClassName
{
background-color: #E52785;
}
</style>
border-color css
<style>
span { border-color: #E52785; }
span { border-color: rgb(229,39,133); }
td.TdClassName
{
border-color: #E52785;
}
.TagClassName
{
border-color: #E52785;
}
</style>