Shades of Cerise #E9385F
Tints of Cerise #E9385F
RGB
CMYK
RGB Variations
Color information
#E9385F (or 0xE9385F) is known color: Cerise. HEX triplet: E9, 38 and 5F. RGB value is (233,56,95). Sum of RGB (Red+Green+Blue) = 233+56+95=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385F is #16C7A0. Grayscale: #717171. Windows color (decimal): -1492897 or 6240489. OLE color: 6240489.
HSL color Cylindrical-coordinate representation of color #E9385F: hue angle of 346.78º 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 #E9385F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 95 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.09 |
| HSL | 346.78º | 0.8% | 0.57% | - |
| HSV(B) | 346.78º | 0.76% | 0.91% | - |
| XYZ | 37.08 | 20.98 | 12.92 | - |
| YUV | 113.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 95 | 0 | 0.76 | 0.59 | 0.09 | 346.78 | 0.8 | 0.57 |
| Hex | E9 | 38 | 5F | 0 | 4C | 3B | 9 | 15B | 50 | 39 |
| Octal | 351 | 70 | 137 | 0 | 114 | 73 | 11 | 533 | 120 | 71 |
| Binary | 11101001 | 111000 | 1011111 | 0 | 1001100 | 111011 | 1001 | 101011011 | 1010000 | 111001 |
Color Harmonies of #E9385F
Complementary color
Monochromatic Colors of #E9385F
Black with #E9385F
Text Example
Text Example
White with #E9385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9385F; }
p { color: rgb(233,56,95); }
H1.HeaderClassName
{
color: #E9385F;
}
.AnyTagClassName
{
color: #E9385F;
}
</style>
background-color css
<style>
a { background-color: #E9385F; }
a { background-color: rgb(233,56,95); }
div.DivClassName
{
background-color: #E9385F;
}
.BgClassName
{
background-color: #E9385F;
}
</style>
border-color css
<style>
span { border-color: #E9385F; }
span { border-color: rgb(233,56,95); }
td.TdClassName
{
border-color: #E9385F;
}
.TagClassName
{
border-color: #E9385F;
}
</style>