Shades of Deep Cerise #E5287D
Tints of Deep Cerise #E5287D
RGB
CMYK
RGB Variations
Color information
#E5287D (or 0xE5287D) is known color: Deep Cerise. HEX triplet: E5, 28 and 7D. RGB value is (229,40,125). Sum of RGB (Red+Green+Blue) = 229+40+125=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5287D is #1AD782. Grayscale: #6A6A6A. Windows color (decimal): -1759107 or 8202469. OLE color: 8202469.
HSL color Cylindrical-coordinate representation of color #E5287D: hue angle of 333.02º degrees, saturation: 0.78, 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 #E5287D is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 125 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.10 |
| HSL | 333.02º | 0.78% | 0.53% | - |
| HSV(B) | 333.02º | 0.83% | 0.9% | - |
| XYZ | 36.77 | 19.66 | 21.26 | - |
| YUV | 106.2 | 138.62 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 125 | 0 | 0.83 | 0.45 | 0.10 | 333.02 | 0.78 | 0.53 |
| Hex | E5 | 28 | 7D | 0 | 53 | 2D | A | 14D | 4E | 35 |
| Octal | 345 | 50 | 175 | 0 | 123 | 55 | 12 | 515 | 116 | 65 |
| Binary | 11100101 | 101000 | 1111101 | 0 | 1010011 | 101101 | 1010 | 101001101 | 1001110 | 110101 |
Color Harmonies of #E5287D
Complementary color
Monochromatic Colors of #E5287D
Black with #E5287D
Text Example
Text Example
White with #E5287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5287D; }
p { color: rgb(229,40,125); }
H1.HeaderClassName
{
color: #E5287D;
}
.AnyTagClassName
{
color: #E5287D;
}
</style>
background-color css
<style>
a { background-color: #E5287D; }
a { background-color: rgb(229,40,125); }
div.DivClassName
{
background-color: #E5287D;
}
.BgClassName
{
background-color: #E5287D;
}
</style>
border-color css
<style>
span { border-color: #E5287D; }
span { border-color: rgb(229,40,125); }
td.TdClassName
{
border-color: #E5287D;
}
.TagClassName
{
border-color: #E5287D;
}
</style>