Shades of Deep Cerise #E5388D
Tints of Deep Cerise #E5388D
RGB
CMYK
RGB Variations
Color information
#E5388D (or 0xE5388D) is known color: Deep Cerise. HEX triplet: E5, 38 and 8D. RGB value is (229,56,141). Sum of RGB (Red+Green+Blue) = 229+56+141=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5388D is #1AC772. Grayscale: #757575. Windows color (decimal): -1754995 or 9255141. OLE color: 9255141.
HSL color Cylindrical-coordinate representation of color #E5388D: hue angle of 330.52º 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 #E5388D is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 141 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.10 |
| HSL | 330.52º | 0.77% | 0.56% | - |
| HSV(B) | 330.52º | 0.76% | 0.9% | - |
| XYZ | 38.53 | 21.41 | 27.3 | - |
| YUV | 117.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 141 | 0 | 0.76 | 0.38 | 0.10 | 330.52 | 0.77 | 0.56 |
| Hex | E5 | 38 | 8D | 0 | 4C | 26 | A | 14B | 4D | 38 |
| Octal | 345 | 70 | 215 | 0 | 114 | 46 | 12 | 513 | 115 | 70 |
| Binary | 11100101 | 111000 | 10001101 | 0 | 1001100 | 100110 | 1010 | 101001011 | 1001101 | 111000 |
Color Harmonies of #E5388D
Complementary color
Monochromatic Colors of #E5388D
Black with #E5388D
Text Example
Text Example
White with #E5388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5388D; }
p { color: rgb(229,56,141); }
H1.HeaderClassName
{
color: #E5388D;
}
.AnyTagClassName
{
color: #E5388D;
}
</style>
background-color css
<style>
a { background-color: #E5388D; }
a { background-color: rgb(229,56,141); }
div.DivClassName
{
background-color: #E5388D;
}
.BgClassName
{
background-color: #E5388D;
}
</style>
border-color css
<style>
span { border-color: #E5388D; }
span { border-color: rgb(229,56,141); }
td.TdClassName
{
border-color: #E5388D;
}
.TagClassName
{
border-color: #E5388D;
}
</style>