Shades of Cerise #E9355F
Tints of Cerise #E9355F
RGB
CMYK
RGB Variations
Color information
#E9355F (or 0xE9355F) is known color: Cerise. HEX triplet: E9, 35 and 5F. RGB value is (233,53,95). Sum of RGB (Red+Green+Blue) = 233+53+95=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9355F is #16CAA0. Grayscale: #6F6F6F. Windows color (decimal): -1493665 or 6239721. OLE color: 6239721.
HSL color Cylindrical-coordinate representation of color #E9355F: hue angle of 346º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9355F is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 95 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.09 |
| HSL | 346º | 0.8% | 0.56% | - |
| HSV(B) | 346º | 0.77% | 0.91% | - |
| XYZ | 36.94 | 20.7 | 12.87 | - |
| YUV | 111.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 95 | 0 | 0.77 | 0.59 | 0.09 | 346 | 0.8 | 0.56 |
| Hex | E9 | 35 | 5F | 0 | 4D | 3B | 9 | 15A | 50 | 38 |
| Octal | 351 | 65 | 137 | 0 | 115 | 73 | 11 | 532 | 120 | 70 |
| Binary | 11101001 | 110101 | 1011111 | 0 | 1001101 | 111011 | 1001 | 101011010 | 1010000 | 111000 |
Color Harmonies of #E9355F
Complementary color
Monochromatic Colors of #E9355F
Black with #E9355F
Text Example
Text Example
White with #E9355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9355F; }
p { color: rgb(233,53,95); }
H1.HeaderClassName
{
color: #E9355F;
}
.AnyTagClassName
{
color: #E9355F;
}
</style>
background-color css
<style>
a { background-color: #E9355F; }
a { background-color: rgb(233,53,95); }
div.DivClassName
{
background-color: #E9355F;
}
.BgClassName
{
background-color: #E9355F;
}
</style>
border-color css
<style>
span { border-color: #E9355F; }
span { border-color: rgb(233,53,95); }
td.TdClassName
{
border-color: #E9355F;
}
.TagClassName
{
border-color: #E9355F;
}
</style>