Shades of Cerise #E5385B
Tints of Cerise #E5385B
RGB
CMYK
RGB Variations
Color information
#E5385B (or 0xE5385B) is known color: Cerise. HEX triplet: E5, 38 and 5B. RGB value is (229,56,91). Sum of RGB (Red+Green+Blue) = 229+56+91=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5385B is #1AC7A4. Grayscale: #6F6F6F. Windows color (decimal): -1755045 or 5978341. OLE color: 5978341.
HSL color Cylindrical-coordinate representation of color #E5385B: hue angle of 347.86º 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 #E5385B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 91 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.10 |
| HSL | 347.86º | 0.77% | 0.56% | - |
| HSV(B) | 347.86º | 0.76% | 0.9% | - |
| XYZ | 35.62 | 20.24 | 11.93 | - |
| YUV | 111.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 91 | 0 | 0.76 | 0.60 | 0.10 | 347.86 | 0.77 | 0.56 |
| Hex | E5 | 38 | 5B | 0 | 4C | 3C | A | 15C | 4D | 38 |
| Octal | 345 | 70 | 133 | 0 | 114 | 74 | 12 | 534 | 115 | 70 |
| Binary | 11100101 | 111000 | 1011011 | 0 | 1001100 | 111100 | 1010 | 101011100 | 1001101 | 111000 |
Color Harmonies of #E5385B
Complementary color
Monochromatic Colors of #E5385B
Black with #E5385B
Text Example
Text Example
White with #E5385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5385B; }
p { color: rgb(229,56,91); }
H1.HeaderClassName
{
color: #E5385B;
}
.AnyTagClassName
{
color: #E5385B;
}
</style>
background-color css
<style>
a { background-color: #E5385B; }
a { background-color: rgb(229,56,91); }
div.DivClassName
{
background-color: #E5385B;
}
.BgClassName
{
background-color: #E5385B;
}
</style>
border-color css
<style>
span { border-color: #E5385B; }
span { border-color: rgb(229,56,91); }
td.TdClassName
{
border-color: #E5385B;
}
.TagClassName
{
border-color: #E5385B;
}
</style>