Shades of Cerise #E5385F
Tints of Cerise #E5385F
RGB
CMYK
RGB Variations
Color information
#E5385F (or 0xE5385F) is known color: Cerise. HEX triplet: E5, 38 and 5F. RGB value is (229,56,95). Sum of RGB (Red+Green+Blue) = 229+56+95=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5385F is #1AC7A0. Grayscale: #707070. Windows color (decimal): -1755041 or 6240485. OLE color: 6240485.
HSL color Cylindrical-coordinate representation of color #E5385F: hue angle of 346.47º 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 #E5385F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 95 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.10 |
| HSL | 346.47º | 0.77% | 0.56% | - |
| HSV(B) | 346.47º | 0.76% | 0.9% | - |
| XYZ | 35.79 | 20.31 | 12.86 | - |
| YUV | 112.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 95 | 0 | 0.76 | 0.59 | 0.10 | 346.47 | 0.77 | 0.56 |
| Hex | E5 | 38 | 5F | 0 | 4C | 3B | A | 15A | 4D | 38 |
| Octal | 345 | 70 | 137 | 0 | 114 | 73 | 12 | 532 | 115 | 70 |
| Binary | 11100101 | 111000 | 1011111 | 0 | 1001100 | 111011 | 1010 | 101011010 | 1001101 | 111000 |
Color Harmonies of #E5385F
Complementary color
Monochromatic Colors of #E5385F
Black with #E5385F
Text Example
Text Example
White with #E5385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5385F; }
p { color: rgb(229,56,95); }
H1.HeaderClassName
{
color: #E5385F;
}
.AnyTagClassName
{
color: #E5385F;
}
</style>
background-color css
<style>
a { background-color: #E5385F; }
a { background-color: rgb(229,56,95); }
div.DivClassName
{
background-color: #E5385F;
}
.BgClassName
{
background-color: #E5385F;
}
</style>
border-color css
<style>
span { border-color: #E5385F; }
span { border-color: rgb(229,56,95); }
td.TdClassName
{
border-color: #E5385F;
}
.TagClassName
{
border-color: #E5385F;
}
</style>