Shades of Deep Blush #E8788A
Tints of Deep Blush #E8788A
RGB
CMYK
RGB Variations
Color information
#E8788A (or 0xE8788A) is known color: Deep Blush. HEX triplet: E8, 78 and 8A. RGB value is (232,120,138). Sum of RGB (Red+Green+Blue) = 232+120+138=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E8788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8788A is #178775. Grayscale: #9B9B9B. Windows color (decimal): -1542006 or 9074920. OLE color: 9074920.
HSL color Cylindrical-coordinate representation of color #E8788A: hue angle of 350.36º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8788A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 138 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.09 |
| HSL | 350.36º | 0.71% | 0.69% | - |
| HSV(B) | 350.36º | 0.48% | 0.91% | - |
| XYZ | 44.58 | 32.42 | 27.95 | - |
| YUV | 155.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 138 | 0 | 0.48 | 0.41 | 0.09 | 350.36 | 0.71 | 0.69 |
| Hex | E8 | 78 | 8A | 0 | 30 | 29 | 9 | 15E | 47 | 45 |
| Octal | 350 | 170 | 212 | 0 | 60 | 51 | 11 | 536 | 107 | 105 |
| Binary | 11101000 | 1111000 | 10001010 | 0 | 110000 | 101001 | 1001 | 101011110 | 1000111 | 1000101 |
Color Harmonies of #E8788A
Complementary color
Monochromatic Colors of #E8788A
Black with #E8788A
Text Example
Text Example
White with #E8788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8788A; }
p { color: rgb(232,120,138); }
H1.HeaderClassName
{
color: #E8788A;
}
.AnyTagClassName
{
color: #E8788A;
}
</style>
background-color css
<style>
a { background-color: #E8788A; }
a { background-color: rgb(232,120,138); }
div.DivClassName
{
background-color: #E8788A;
}
.BgClassName
{
background-color: #E8788A;
}
</style>
border-color css
<style>
span { border-color: #E8788A; }
span { border-color: rgb(232,120,138); }
td.TdClassName
{
border-color: #E8788A;
}
.TagClassName
{
border-color: #E8788A;
}
</style>