Shades of Deep Cerise #E5387A
Tints of Deep Cerise #E5387A
RGB
CMYK
RGB Variations
Color information
#E5387A (or 0xE5387A) is known color: Deep Cerise. HEX triplet: E5, 38 and 7A. RGB value is (229,56,122). Sum of RGB (Red+Green+Blue) = 229+56+122=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5387A is #1AC785. Grayscale: #737373. Windows color (decimal): -1755014 or 8009957. OLE color: 8009957.
HSL color Cylindrical-coordinate representation of color #E5387A: hue angle of 337.11º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5387A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 122 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.10 |
| HSL | 337.11º | 0.77% | 0.56% | - |
| HSV(B) | 337.11º | 0.76% | 0.9% | - |
| XYZ | 37.24 | 20.89 | 20.48 | - |
| YUV | 115.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 122 | 0 | 0.76 | 0.47 | 0.10 | 337.11 | 0.77 | 0.56 |
| Hex | E5 | 38 | 7A | 0 | 4C | 2F | A | 151 | 4D | 38 |
| Octal | 345 | 70 | 172 | 0 | 114 | 57 | 12 | 521 | 115 | 70 |
| Binary | 11100101 | 111000 | 1111010 | 0 | 1001100 | 101111 | 1010 | 101010001 | 1001101 | 111000 |
Color Harmonies of #E5387A
Complementary color
Monochromatic Colors of #E5387A
Black with #E5387A
Text Example
Text Example
White with #E5387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5387A; }
p { color: rgb(229,56,122); }
H1.HeaderClassName
{
color: #E5387A;
}
.AnyTagClassName
{
color: #E5387A;
}
</style>
background-color css
<style>
a { background-color: #E5387A; }
a { background-color: rgb(229,56,122); }
div.DivClassName
{
background-color: #E5387A;
}
.BgClassName
{
background-color: #E5387A;
}
</style>
border-color css
<style>
span { border-color: #E5387A; }
span { border-color: rgb(229,56,122); }
td.TdClassName
{
border-color: #E5387A;
}
.TagClassName
{
border-color: #E5387A;
}
</style>