Shades of Cerise #E5386C
Tints of Cerise #E5386C
RGB
CMYK
RGB Variations
Color information
#E5386C (or 0xE5386C) is known color: Cerise. HEX triplet: E5, 38 and 6C. RGB value is (229,56,108). Sum of RGB (Red+Green+Blue) = 229+56+108=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5386C is #1AC793. Grayscale: #717171. Windows color (decimal): -1755028 or 7092453. OLE color: 7092453.
HSL color Cylindrical-coordinate representation of color #E5386C: hue angle of 341.97º 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 #E5386C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 108 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.10 |
| HSL | 341.97º | 0.77% | 0.56% | - |
| HSV(B) | 341.97º | 0.76% | 0.9% | - |
| XYZ | 36.43 | 20.57 | 16.24 | - |
| YUV | 113.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 108 | 0 | 0.76 | 0.53 | 0.10 | 341.97 | 0.77 | 0.56 |
| Hex | E5 | 38 | 6C | 0 | 4C | 35 | A | 156 | 4D | 38 |
| Octal | 345 | 70 | 154 | 0 | 114 | 65 | 12 | 526 | 115 | 70 |
| Binary | 11100101 | 111000 | 1101100 | 0 | 1001100 | 110101 | 1010 | 101010110 | 1001101 | 111000 |
Color Harmonies of #E5386C
Complementary color
Monochromatic Colors of #E5386C
Black with #E5386C
Text Example
Text Example
White with #E5386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5386C; }
p { color: rgb(229,56,108); }
H1.HeaderClassName
{
color: #E5386C;
}
.AnyTagClassName
{
color: #E5386C;
}
</style>
background-color css
<style>
a { background-color: #E5386C; }
a { background-color: rgb(229,56,108); }
div.DivClassName
{
background-color: #E5386C;
}
.BgClassName
{
background-color: #E5386C;
}
</style>
border-color css
<style>
span { border-color: #E5386C; }
span { border-color: rgb(229,56,108); }
td.TdClassName
{
border-color: #E5386C;
}
.TagClassName
{
border-color: #E5386C;
}
</style>