Shades of Deep Blush #EA788B
Tints of Deep Blush #EA788B
RGB
CMYK
RGB Variations
Color information
#EA788B (or 0xEA788B) is known color: Deep Blush. HEX triplet: EA, 78 and 8B. RGB value is (234,120,139). Sum of RGB (Red+Green+Blue) = 234+120+139=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA788B is #158774. Grayscale: #9C9C9C. Windows color (decimal): -1410933 or 9140458. OLE color: 9140458.
HSL color Cylindrical-coordinate representation of color #EA788B: hue angle of 350º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA788B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 139 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.08 |
| HSL | 350º | 0.73% | 0.69% | - |
| HSV(B) | 350º | 0.49% | 0.92% | - |
| XYZ | 45.31 | 32.79 | 28.37 | - |
| YUV | 156.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 139 | 0 | 0.49 | 0.41 | 0.08 | 350 | 0.73 | 0.69 |
| Hex | EA | 78 | 8B | 0 | 31 | 29 | 8 | 15E | 49 | 45 |
| Octal | 352 | 170 | 213 | 0 | 61 | 51 | 10 | 536 | 111 | 105 |
| Binary | 11101010 | 1111000 | 10001011 | 0 | 110001 | 101001 | 1000 | 101011110 | 1001001 | 1000101 |
Color Harmonies of #EA788B
Complementary color
Monochromatic Colors of #EA788B
Black with #EA788B
Text Example
Text Example
White with #EA788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA788B; }
p { color: rgb(234,120,139); }
H1.HeaderClassName
{
color: #EA788B;
}
.AnyTagClassName
{
color: #EA788B;
}
</style>
background-color css
<style>
a { background-color: #EA788B; }
a { background-color: rgb(234,120,139); }
div.DivClassName
{
background-color: #EA788B;
}
.BgClassName
{
background-color: #EA788B;
}
</style>
border-color css
<style>
span { border-color: #EA788B; }
span { border-color: rgb(234,120,139); }
td.TdClassName
{
border-color: #EA788B;
}
.TagClassName
{
border-color: #EA788B;
}
</style>