Shades of Cerise #E9345C
Tints of Cerise #E9345C
RGB
CMYK
RGB Variations
Color information
#E9345C (or 0xE9345C) is known color: Cerise. HEX triplet: E9, 34 and 5C. RGB value is (233,52,92). Sum of RGB (Red+Green+Blue) = 233+52+92=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E9345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9345C is #16CBA3. Grayscale: #6E6E6E. Windows color (decimal): -1493924 or 6042857. OLE color: 6042857.
HSL color Cylindrical-coordinate representation of color #E9345C: hue angle of 346.74º 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 #E9345C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 92 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.09 |
| HSL | 346.74º | 0.8% | 0.56% | - |
| HSV(B) | 346.74º | 0.78% | 0.91% | - |
| XYZ | 36.76 | 20.55 | 12.15 | - |
| YUV | 110.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 92 | 0 | 0.78 | 0.61 | 0.09 | 346.74 | 0.8 | 0.56 |
| Hex | E9 | 34 | 5C | 0 | 4E | 3D | 9 | 15B | 50 | 38 |
| Octal | 351 | 64 | 134 | 0 | 116 | 75 | 11 | 533 | 120 | 70 |
| Binary | 11101001 | 110100 | 1011100 | 0 | 1001110 | 111101 | 1001 | 101011011 | 1010000 | 111000 |
Color Harmonies of #E9345C
Complementary color
Monochromatic Colors of #E9345C
Black with #E9345C
Text Example
Text Example
White with #E9345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9345C; }
p { color: rgb(233,52,92); }
H1.HeaderClassName
{
color: #E9345C;
}
.AnyTagClassName
{
color: #E9345C;
}
</style>
background-color css
<style>
a { background-color: #E9345C; }
a { background-color: rgb(233,52,92); }
div.DivClassName
{
background-color: #E9345C;
}
.BgClassName
{
background-color: #E9345C;
}
</style>
border-color css
<style>
span { border-color: #E9345C; }
span { border-color: rgb(233,52,92); }
td.TdClassName
{
border-color: #E9345C;
}
.TagClassName
{
border-color: #E9345C;
}
</style>