Shades of Deep Blush #E2788B
Tints of Deep Blush #E2788B
RGB
CMYK
RGB Variations
Color information
#E2788B (or 0xE2788B) is known color: Deep Blush. HEX triplet: E2, 78 and 8B. RGB value is (226,120,139). Sum of RGB (Red+Green+Blue) = 226+120+139=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2788B is #1D8774. Grayscale: #999999. Windows color (decimal): -1935221 or 9140450. OLE color: 9140450.
HSL color Cylindrical-coordinate representation of color #E2788B: hue angle of 349.25º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2788B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 139 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.11 |
| HSL | 349.25º | 0.65% | 0.68% | - |
| HSV(B) | 349.25º | 0.47% | 0.89% | - |
| XYZ | 42.74 | 31.47 | 28.25 | - |
| YUV | 153.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 139 | 0 | 0.47 | 0.38 | 0.11 | 349.25 | 0.65 | 0.68 |
| Hex | E2 | 78 | 8B | 0 | 2F | 26 | B | 15D | 41 | 44 |
| Octal | 342 | 170 | 213 | 0 | 57 | 46 | 13 | 535 | 101 | 104 |
| Binary | 11100010 | 1111000 | 10001011 | 0 | 101111 | 100110 | 1011 | 101011101 | 1000001 | 1000100 |
Color Harmonies of #E2788B
Complementary color
Monochromatic Colors of #E2788B
Black with #E2788B
Text Example
Text Example
White with #E2788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2788B; }
p { color: rgb(226,120,139); }
H1.HeaderClassName
{
color: #E2788B;
}
.AnyTagClassName
{
color: #E2788B;
}
</style>
background-color css
<style>
a { background-color: #E2788B; }
a { background-color: rgb(226,120,139); }
div.DivClassName
{
background-color: #E2788B;
}
.BgClassName
{
background-color: #E2788B;
}
</style>
border-color css
<style>
span { border-color: #E2788B; }
span { border-color: rgb(226,120,139); }
td.TdClassName
{
border-color: #E2788B;
}
.TagClassName
{
border-color: #E2788B;
}
</style>