Shades of Deep Blush #E76988
Tints of Deep Blush #E76988
RGB
CMYK
RGB Variations
Color information
#E76988 (or 0xE76988) is known color: Deep Blush. HEX triplet: E7, 69 and 88. RGB value is (231,105,136). Sum of RGB (Red+Green+Blue) = 231+105+136=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E76988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76988 is #189677. Grayscale: #929292. Windows color (decimal): -1611384 or 8940007. OLE color: 8940007.
HSL color Cylindrical-coordinate representation of color #E76988: hue angle of 345.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76988 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 136 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.09 |
| HSL | 345.24º | 0.72% | 0.66% | - |
| HSV(B) | 345.24º | 0.55% | 0.91% | - |
| XYZ | 42.45 | 28.87 | 26.63 | - |
| YUV | 146.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 136 | 0 | 0.55 | 0.41 | 0.09 | 345.24 | 0.72 | 0.66 |
| Hex | E7 | 69 | 88 | 0 | 37 | 29 | 9 | 159 | 48 | 42 |
| Octal | 347 | 151 | 210 | 0 | 67 | 51 | 11 | 531 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10001000 | 0 | 110111 | 101001 | 1001 | 101011001 | 1001000 | 1000010 |
Color Harmonies of #E76988
Complementary color
Monochromatic Colors of #E76988
Black with #E76988
Text Example
Text Example
White with #E76988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76988; }
p { color: rgb(231,105,136); }
H1.HeaderClassName
{
color: #E76988;
}
.AnyTagClassName
{
color: #E76988;
}
</style>
background-color css
<style>
a { background-color: #E76988; }
a { background-color: rgb(231,105,136); }
div.DivClassName
{
background-color: #E76988;
}
.BgClassName
{
background-color: #E76988;
}
</style>
border-color css
<style>
span { border-color: #E76988; }
span { border-color: rgb(231,105,136); }
td.TdClassName
{
border-color: #E76988;
}
.TagClassName
{
border-color: #E76988;
}
</style>