Shades of Deep Cerise #E7379B
Tints of Deep Cerise #E7379B
RGB
CMYK
RGB Variations
Color information
#E7379B (or 0xE7379B) is known color: Deep Cerise. HEX triplet: E7, 37 and 9B. RGB value is (231,55,155). Sum of RGB (Red+Green+Blue) = 231+55+155=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7379B is #18C864. Grayscale: #767676. Windows color (decimal): -1624165 or 10172391. OLE color: 10172391.
HSL color Cylindrical-coordinate representation of color #E7379B: hue angle of 325.91º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E7379B is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 155 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.09 |
| HSL | 325.91º | 0.79% | 0.56% | - |
| HSV(B) | 325.91º | 0.76% | 0.91% | - |
| XYZ | 40.24 | 22.09 | 33.15 | - |
| YUV | 119.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 155 | 0 | 0.76 | 0.33 | 0.09 | 325.91 | 0.79 | 0.56 |
| Hex | E7 | 37 | 9B | 0 | 4C | 21 | 9 | 146 | 4F | 38 |
| Octal | 347 | 67 | 233 | 0 | 114 | 41 | 11 | 506 | 117 | 70 |
| Binary | 11100111 | 110111 | 10011011 | 0 | 1001100 | 100001 | 1001 | 101000110 | 1001111 | 111000 |
Color Harmonies of #E7379B
Complementary color
Monochromatic Colors of #E7379B
Black with #E7379B
Text Example
Text Example
White with #E7379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7379B; }
p { color: rgb(231,55,155); }
H1.HeaderClassName
{
color: #E7379B;
}
.AnyTagClassName
{
color: #E7379B;
}
</style>
background-color css
<style>
a { background-color: #E7379B; }
a { background-color: rgb(231,55,155); }
div.DivClassName
{
background-color: #E7379B;
}
.BgClassName
{
background-color: #E7379B;
}
</style>
border-color css
<style>
span { border-color: #E7379B; }
span { border-color: rgb(231,55,155); }
td.TdClassName
{
border-color: #E7379B;
}
.TagClassName
{
border-color: #E7379B;
}
</style>