Shades of Deep Cerise #E7327A
Tints of Deep Cerise #E7327A
RGB
CMYK
RGB Variations
Color information
#E7327A (or 0xE7327A) is known color: Deep Cerise. HEX triplet: E7, 32 and 7A. RGB value is (231,50,122). Sum of RGB (Red+Green+Blue) = 231+50+122=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7327A is #18CD85. Grayscale: #707070. Windows color (decimal): -1625478 or 8008423. OLE color: 8008423.
HSL color Cylindrical-coordinate representation of color #E7327A: hue angle of 336.13º 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 #E7327A is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 122 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.09 |
| HSL | 336.13º | 0.79% | 0.55% | - |
| HSV(B) | 336.13º | 0.78% | 0.91% | - |
| XYZ | 37.61 | 20.68 | 20.42 | - |
| YUV | 112.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 122 | 0 | 0.78 | 0.47 | 0.09 | 336.13 | 0.79 | 0.55 |
| Hex | E7 | 32 | 7A | 0 | 4E | 2F | 9 | 150 | 4F | 37 |
| Octal | 347 | 62 | 172 | 0 | 116 | 57 | 11 | 520 | 117 | 67 |
| Binary | 11100111 | 110010 | 1111010 | 0 | 1001110 | 101111 | 1001 | 101010000 | 1001111 | 110111 |
Color Harmonies of #E7327A
Complementary color
Monochromatic Colors of #E7327A
Black with #E7327A
Text Example
Text Example
White with #E7327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7327A; }
p { color: rgb(231,50,122); }
H1.HeaderClassName
{
color: #E7327A;
}
.AnyTagClassName
{
color: #E7327A;
}
</style>
background-color css
<style>
a { background-color: #E7327A; }
a { background-color: rgb(231,50,122); }
div.DivClassName
{
background-color: #E7327A;
}
.BgClassName
{
background-color: #E7327A;
}
</style>
border-color css
<style>
span { border-color: #E7327A; }
span { border-color: rgb(231,50,122); }
td.TdClassName
{
border-color: #E7327A;
}
.TagClassName
{
border-color: #E7327A;
}
</style>