Shades of Deep Cerise #E7328F
Tints of Deep Cerise #E7328F
RGB
CMYK
RGB Variations
Color information
#E7328F (or 0xE7328F) is known color: Deep Cerise. HEX triplet: E7, 32 and 8F. RGB value is (231,50,143). Sum of RGB (Red+Green+Blue) = 231+50+143=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7328F is #18CD70. Grayscale: #727272. Windows color (decimal): -1625457 or 9384679. OLE color: 9384679.
HSL color Cylindrical-coordinate representation of color #E7328F: hue angle of 329.17º 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 #E7328F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 143 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.09 |
| HSL | 329.17º | 0.79% | 0.55% | - |
| HSV(B) | 329.17º | 0.78% | 0.91% | - |
| XYZ | 39.05 | 21.25 | 28.03 | - |
| YUV | 114.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 143 | 0 | 0.78 | 0.38 | 0.09 | 329.17 | 0.79 | 0.55 |
| Hex | E7 | 32 | 8F | 0 | 4E | 26 | 9 | 149 | 4F | 37 |
| Octal | 347 | 62 | 217 | 0 | 116 | 46 | 11 | 511 | 117 | 67 |
| Binary | 11100111 | 110010 | 10001111 | 0 | 1001110 | 100110 | 1001 | 101001001 | 1001111 | 110111 |
Color Harmonies of #E7328F
Complementary color
Monochromatic Colors of #E7328F
Black with #E7328F
Text Example
Text Example
White with #E7328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7328F; }
p { color: rgb(231,50,143); }
H1.HeaderClassName
{
color: #E7328F;
}
.AnyTagClassName
{
color: #E7328F;
}
</style>
background-color css
<style>
a { background-color: #E7328F; }
a { background-color: rgb(231,50,143); }
div.DivClassName
{
background-color: #E7328F;
}
.BgClassName
{
background-color: #E7328F;
}
</style>
border-color css
<style>
span { border-color: #E7328F; }
span { border-color: rgb(231,50,143); }
td.TdClassName
{
border-color: #E7328F;
}
.TagClassName
{
border-color: #E7328F;
}
</style>