Shades of Deep Cerise #E7319B
Tints of Deep Cerise #E7319B
RGB
CMYK
RGB Variations
Color information
#E7319B (or 0xE7319B) is known color: Deep Cerise. HEX triplet: E7, 31 and 9B. RGB value is (231,49,155). Sum of RGB (Red+Green+Blue) = 231+49+155=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7319B is #18CE64. Grayscale: #737373. Windows color (decimal): -1625701 or 10170855. OLE color: 10170855.
HSL color Cylindrical-coordinate representation of color #E7319B: hue angle of 325.05º degrees, saturation: 0.79, 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 #E7319B is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 155 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.09 |
| HSL | 325.05º | 0.79% | 0.55% | - |
| HSV(B) | 325.05º | 0.79% | 0.91% | - |
| XYZ | 39.97 | 21.55 | 33.06 | - |
| YUV | 115.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 155 | 0 | 0.79 | 0.33 | 0.09 | 325.05 | 0.79 | 0.55 |
| Hex | E7 | 31 | 9B | 0 | 4F | 21 | 9 | 145 | 4F | 37 |
| Octal | 347 | 61 | 233 | 0 | 117 | 41 | 11 | 505 | 117 | 67 |
| Binary | 11100111 | 110001 | 10011011 | 0 | 1001111 | 100001 | 1001 | 101000101 | 1001111 | 110111 |
Color Harmonies of #E7319B
Complementary color
Monochromatic Colors of #E7319B
Black with #E7319B
Text Example
Text Example
White with #E7319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7319B; }
p { color: rgb(231,49,155); }
H1.HeaderClassName
{
color: #E7319B;
}
.AnyTagClassName
{
color: #E7319B;
}
</style>
background-color css
<style>
a { background-color: #E7319B; }
a { background-color: rgb(231,49,155); }
div.DivClassName
{
background-color: #E7319B;
}
.BgClassName
{
background-color: #E7319B;
}
</style>
border-color css
<style>
span { border-color: #E7319B; }
span { border-color: rgb(231,49,155); }
td.TdClassName
{
border-color: #E7319B;
}
.TagClassName
{
border-color: #E7319B;
}
</style>