Shades of Cerise #E7325B
Tints of Cerise #E7325B
RGB
CMYK
RGB Variations
Color information
#E7325B (or 0xE7325B) is known color: Cerise. HEX triplet: E7, 32 and 5B. RGB value is (231,50,91). Sum of RGB (Red+Green+Blue) = 231+50+91=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7325B is #18CDA4. Grayscale: #6C6C6C. Windows color (decimal): -1625509 or 5976807. OLE color: 5976807.
HSL color Cylindrical-coordinate representation of color #E7325B: hue angle of 346.41º 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 #E7325B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 91 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.09 |
| HSL | 346.41º | 0.79% | 0.55% | - |
| HSV(B) | 346.41º | 0.78% | 0.91% | - |
| XYZ | 35.98 | 20.03 | 11.87 | - |
| YUV | 108.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 91 | 0 | 0.78 | 0.61 | 0.09 | 346.41 | 0.79 | 0.55 |
| Hex | E7 | 32 | 5B | 0 | 4E | 3D | 9 | 15A | 4F | 37 |
| Octal | 347 | 62 | 133 | 0 | 116 | 75 | 11 | 532 | 117 | 67 |
| Binary | 11100111 | 110010 | 1011011 | 0 | 1001110 | 111101 | 1001 | 101011010 | 1001111 | 110111 |
Color Harmonies of #E7325B
Complementary color
Monochromatic Colors of #E7325B
Black with #E7325B
Text Example
Text Example
White with #E7325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7325B; }
p { color: rgb(231,50,91); }
H1.HeaderClassName
{
color: #E7325B;
}
.AnyTagClassName
{
color: #E7325B;
}
</style>
background-color css
<style>
a { background-color: #E7325B; }
a { background-color: rgb(231,50,91); }
div.DivClassName
{
background-color: #E7325B;
}
.BgClassName
{
background-color: #E7325B;
}
</style>
border-color css
<style>
span { border-color: #E7325B; }
span { border-color: rgb(231,50,91); }
td.TdClassName
{
border-color: #E7325B;
}
.TagClassName
{
border-color: #E7325B;
}
</style>