Shades of Cerise #E5386A
Tints of Cerise #E5386A
RGB
CMYK
RGB Variations
Color information
#E5386A (or 0xE5386A) is known color: Cerise. HEX triplet: E5, 38 and 6A. RGB value is (229,56,106). Sum of RGB (Red+Green+Blue) = 229+56+106=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5386A is #1AC795. Grayscale: #717171. Windows color (decimal): -1755030 or 6961381. OLE color: 6961381.
HSL color Cylindrical-coordinate representation of color #E5386A: hue angle of 342.66º 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 #E5386A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 106 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.10 |
| HSL | 342.66º | 0.77% | 0.56% | - |
| HSV(B) | 342.66º | 0.76% | 0.9% | - |
| XYZ | 36.33 | 20.53 | 15.68 | - |
| YUV | 113.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 106 | 0 | 0.76 | 0.54 | 0.10 | 342.66 | 0.77 | 0.56 |
| Hex | E5 | 38 | 6A | 0 | 4C | 36 | A | 157 | 4D | 38 |
| Octal | 345 | 70 | 152 | 0 | 114 | 66 | 12 | 527 | 115 | 70 |
| Binary | 11100101 | 111000 | 1101010 | 0 | 1001100 | 110110 | 1010 | 101010111 | 1001101 | 111000 |
Color Harmonies of #E5386A
Complementary color
Monochromatic Colors of #E5386A
Black with #E5386A
Text Example
Text Example
White with #E5386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5386A; }
p { color: rgb(229,56,106); }
H1.HeaderClassName
{
color: #E5386A;
}
.AnyTagClassName
{
color: #E5386A;
}
</style>
background-color css
<style>
a { background-color: #E5386A; }
a { background-color: rgb(229,56,106); }
div.DivClassName
{
background-color: #E5386A;
}
.BgClassName
{
background-color: #E5386A;
}
</style>
border-color css
<style>
span { border-color: #E5386A; }
span { border-color: rgb(229,56,106); }
td.TdClassName
{
border-color: #E5386A;
}
.TagClassName
{
border-color: #E5386A;
}
</style>