Shades of Cerise #E5385C
Tints of Cerise #E5385C
RGB
CMYK
RGB Variations
Color information
#E5385C (or 0xE5385C) is known color: Cerise. HEX triplet: E5, 38 and 5C. RGB value is (229,56,92). Sum of RGB (Red+Green+Blue) = 229+56+92=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5385C is #1AC7A3. Grayscale: #6F6F6F. Windows color (decimal): -1755044 or 6043877. OLE color: 6043877.
HSL color Cylindrical-coordinate representation of color #E5385C: hue angle of 347.51º 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 #E5385C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 92 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.10 |
| HSL | 347.51º | 0.77% | 0.56% | - |
| HSV(B) | 347.51º | 0.76% | 0.9% | - |
| XYZ | 35.66 | 20.26 | 12.16 | - |
| YUV | 111.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 92 | 0 | 0.76 | 0.60 | 0.10 | 347.51 | 0.77 | 0.56 |
| Hex | E5 | 38 | 5C | 0 | 4C | 3C | A | 15C | 4D | 38 |
| Octal | 345 | 70 | 134 | 0 | 114 | 74 | 12 | 534 | 115 | 70 |
| Binary | 11100101 | 111000 | 1011100 | 0 | 1001100 | 111100 | 1010 | 101011100 | 1001101 | 111000 |
Color Harmonies of #E5385C
Complementary color
Monochromatic Colors of #E5385C
Black with #E5385C
Text Example
Text Example
White with #E5385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5385C; }
p { color: rgb(229,56,92); }
H1.HeaderClassName
{
color: #E5385C;
}
.AnyTagClassName
{
color: #E5385C;
}
</style>
background-color css
<style>
a { background-color: #E5385C; }
a { background-color: rgb(229,56,92); }
div.DivClassName
{
background-color: #E5385C;
}
.BgClassName
{
background-color: #E5385C;
}
</style>
border-color css
<style>
span { border-color: #E5385C; }
span { border-color: rgb(229,56,92); }
td.TdClassName
{
border-color: #E5385C;
}
.TagClassName
{
border-color: #E5385C;
}
</style>