Shades of Cerise #E7325F
Tints of Cerise #E7325F
RGB
CMYK
RGB Variations
Color information
#E7325F (or 0xE7325F) is known color: Cerise. HEX triplet: E7, 32 and 5F. RGB value is (231,50,95). Sum of RGB (Red+Green+Blue) = 231+50+95=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7325F is #18CDA0. Grayscale: #6D6D6D. Windows color (decimal): -1625505 or 6238951. OLE color: 6238951.
HSL color Cylindrical-coordinate representation of color #E7325F: hue angle of 345.08º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7325F is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 95 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.09 |
| HSL | 345.08º | 0.79% | 0.55% | - |
| HSV(B) | 345.08º | 0.78% | 0.91% | - |
| XYZ | 36.16 | 20.1 | 12.8 | - |
| YUV | 109.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 95 | 0 | 0.78 | 0.59 | 0.09 | 345.08 | 0.79 | 0.55 |
| Hex | E7 | 32 | 5F | 0 | 4E | 3B | 9 | 159 | 4F | 37 |
| Octal | 347 | 62 | 137 | 0 | 116 | 73 | 11 | 531 | 117 | 67 |
| Binary | 11100111 | 110010 | 1011111 | 0 | 1001110 | 111011 | 1001 | 101011001 | 1001111 | 110111 |
Color Harmonies of #E7325F
Complementary color
Monochromatic Colors of #E7325F
Black with #E7325F
Text Example
Text Example
White with #E7325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7325F; }
p { color: rgb(231,50,95); }
H1.HeaderClassName
{
color: #E7325F;
}
.AnyTagClassName
{
color: #E7325F;
}
</style>
background-color css
<style>
a { background-color: #E7325F; }
a { background-color: rgb(231,50,95); }
div.DivClassName
{
background-color: #E7325F;
}
.BgClassName
{
background-color: #E7325F;
}
</style>
border-color css
<style>
span { border-color: #E7325F; }
span { border-color: rgb(231,50,95); }
td.TdClassName
{
border-color: #E7325F;
}
.TagClassName
{
border-color: #E7325F;
}
</style>