Shades of Cerise #E9325C
Tints of Cerise #E9325C
RGB
CMYK
RGB Variations
Color information
#E9325C (or 0xE9325C) is known color: Cerise. HEX triplet: E9, 32 and 5C. RGB value is (233,50,92). Sum of RGB (Red+Green+Blue) = 233+50+92=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9325C is #16CDA3. Grayscale: #6D6D6D. Windows color (decimal): -1494436 or 6042345. OLE color: 6042345.
HSL color Cylindrical-coordinate representation of color #E9325C: hue angle of 346.23º 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 #E9325C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 92 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.09 |
| HSL | 346.23º | 0.81% | 0.55% | - |
| HSV(B) | 346.23º | 0.79% | 0.91% | - |
| XYZ | 36.68 | 20.38 | 12.13 | - |
| YUV | 109.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 92 | 0 | 0.79 | 0.61 | 0.09 | 346.23 | 0.81 | 0.55 |
| Hex | E9 | 32 | 5C | 0 | 4F | 3D | 9 | 15A | 51 | 37 |
| Octal | 351 | 62 | 134 | 0 | 117 | 75 | 11 | 532 | 121 | 67 |
| Binary | 11101001 | 110010 | 1011100 | 0 | 1001111 | 111101 | 1001 | 101011010 | 1010001 | 110111 |
Color Harmonies of #E9325C
Complementary color
Monochromatic Colors of #E9325C
Black with #E9325C
Text Example
Text Example
White with #E9325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9325C; }
p { color: rgb(233,50,92); }
H1.HeaderClassName
{
color: #E9325C;
}
.AnyTagClassName
{
color: #E9325C;
}
</style>
background-color css
<style>
a { background-color: #E9325C; }
a { background-color: rgb(233,50,92); }
div.DivClassName
{
background-color: #E9325C;
}
.BgClassName
{
background-color: #E9325C;
}
</style>
border-color css
<style>
span { border-color: #E9325C; }
span { border-color: rgb(233,50,92); }
td.TdClassName
{
border-color: #E9325C;
}
.TagClassName
{
border-color: #E9325C;
}
</style>