Shades of Cerise #E9385B
Tints of Cerise #E9385B
RGB
CMYK
RGB Variations
Color information
#E9385B (or 0xE9385B) is known color: Cerise. HEX triplet: E9, 38 and 5B. RGB value is (233,56,91). Sum of RGB (Red+Green+Blue) = 233+56+91=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385B is #16C7A4. Grayscale: #707070. Windows color (decimal): -1492901 or 5978345. OLE color: 5978345.
HSL color Cylindrical-coordinate representation of color #E9385B: hue angle of 348.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9385B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 91 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.09 |
| HSL | 348.14º | 0.8% | 0.57% | - |
| HSV(B) | 348.14º | 0.76% | 0.91% | - |
| XYZ | 36.91 | 20.91 | 11.99 | - |
| YUV | 112.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 91 | 0 | 0.76 | 0.61 | 0.09 | 348.14 | 0.8 | 0.57 |
| Hex | E9 | 38 | 5B | 0 | 4C | 3D | 9 | 15C | 50 | 39 |
| Octal | 351 | 70 | 133 | 0 | 114 | 75 | 11 | 534 | 120 | 71 |
| Binary | 11101001 | 111000 | 1011011 | 0 | 1001100 | 111101 | 1001 | 101011100 | 1010000 | 111001 |
Color Harmonies of #E9385B
Complementary color
Monochromatic Colors of #E9385B
Black with #E9385B
Text Example
Text Example
White with #E9385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9385B; }
p { color: rgb(233,56,91); }
H1.HeaderClassName
{
color: #E9385B;
}
.AnyTagClassName
{
color: #E9385B;
}
</style>
background-color css
<style>
a { background-color: #E9385B; }
a { background-color: rgb(233,56,91); }
div.DivClassName
{
background-color: #E9385B;
}
.BgClassName
{
background-color: #E9385B;
}
</style>
border-color css
<style>
span { border-color: #E9385B; }
span { border-color: rgb(233,56,91); }
td.TdClassName
{
border-color: #E9385B;
}
.TagClassName
{
border-color: #E9385B;
}
</style>