Shades of Cerise #E9345F
Tints of Cerise #E9345F
RGB
CMYK
RGB Variations
Color information
#E9345F (or 0xE9345F) is known color: Cerise. HEX triplet: E9, 34 and 5F. RGB value is (233,52,95). Sum of RGB (Red+Green+Blue) = 233+52+95=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9345F is #16CBA0. Grayscale: #6F6F6F. Windows color (decimal): -1493921 or 6239465. OLE color: 6239465.
HSL color Cylindrical-coordinate representation of color #E9345F: hue angle of 345.75º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9345F is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 95 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.09 |
| HSL | 345.75º | 0.8% | 0.56% | - |
| HSV(B) | 345.75º | 0.78% | 0.91% | - |
| XYZ | 36.9 | 20.61 | 12.86 | - |
| YUV | 111.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 95 | 0 | 0.78 | 0.59 | 0.09 | 345.75 | 0.8 | 0.56 |
| Hex | E9 | 34 | 5F | 0 | 4E | 3B | 9 | 15A | 50 | 38 |
| Octal | 351 | 64 | 137 | 0 | 116 | 73 | 11 | 532 | 120 | 70 |
| Binary | 11101001 | 110100 | 1011111 | 0 | 1001110 | 111011 | 1001 | 101011010 | 1010000 | 111000 |
Color Harmonies of #E9345F
Complementary color
Monochromatic Colors of #E9345F
Black with #E9345F
Text Example
Text Example
White with #E9345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9345F; }
p { color: rgb(233,52,95); }
H1.HeaderClassName
{
color: #E9345F;
}
.AnyTagClassName
{
color: #E9345F;
}
</style>
background-color css
<style>
a { background-color: #E9345F; }
a { background-color: rgb(233,52,95); }
div.DivClassName
{
background-color: #E9345F;
}
.BgClassName
{
background-color: #E9345F;
}
</style>
border-color css
<style>
span { border-color: #E9345F; }
span { border-color: rgb(233,52,95); }
td.TdClassName
{
border-color: #E9345F;
}
.TagClassName
{
border-color: #E9345F;
}
</style>