Shades of Cerise #E9325F
Tints of Cerise #E9325F
RGB
CMYK
RGB Variations
Color information
#E9325F (or 0xE9325F) is known color: Cerise. HEX triplet: E9, 32 and 5F. RGB value is (233,50,95). Sum of RGB (Red+Green+Blue) = 233+50+95=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9325F is #16CDA0. Grayscale: #6D6D6D. Windows color (decimal): -1494433 or 6238953. OLE color: 6238953.
HSL color Cylindrical-coordinate representation of color #E9325F: hue angle of 345.25º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9325F is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 95 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.09 |
| HSL | 345.25º | 0.81% | 0.55% | - |
| HSV(B) | 345.25º | 0.79% | 0.91% | - |
| XYZ | 36.81 | 20.43 | 12.83 | - |
| YUV | 109.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 95 | 0 | 0.79 | 0.59 | 0.09 | 345.25 | 0.81 | 0.55 |
| Hex | E9 | 32 | 5F | 0 | 4F | 3B | 9 | 159 | 51 | 37 |
| Octal | 351 | 62 | 137 | 0 | 117 | 73 | 11 | 531 | 121 | 67 |
| Binary | 11101001 | 110010 | 1011111 | 0 | 1001111 | 111011 | 1001 | 101011001 | 1010001 | 110111 |
Color Harmonies of #E9325F
Complementary color
Monochromatic Colors of #E9325F
Black with #E9325F
Text Example
Text Example
White with #E9325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9325F; }
p { color: rgb(233,50,95); }
H1.HeaderClassName
{
color: #E9325F;
}
.AnyTagClassName
{
color: #E9325F;
}
</style>
background-color css
<style>
a { background-color: #E9325F; }
a { background-color: rgb(233,50,95); }
div.DivClassName
{
background-color: #E9325F;
}
.BgClassName
{
background-color: #E9325F;
}
</style>
border-color css
<style>
span { border-color: #E9325F; }
span { border-color: rgb(233,50,95); }
td.TdClassName
{
border-color: #E9325F;
}
.TagClassName
{
border-color: #E9325F;
}
</style>