Shades of Deep Blush #EA788A
Tints of Deep Blush #EA788A
RGB
CMYK
RGB Variations
Color information
#EA788A (or 0xEA788A) is known color: Deep Blush. HEX triplet: EA, 78 and 8A. RGB value is (234,120,138). Sum of RGB (Red+Green+Blue) = 234+120+138=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA788A is #158775. Grayscale: #9C9C9C. Windows color (decimal): -1410934 or 9074922. OLE color: 9074922.
HSL color Cylindrical-coordinate representation of color #EA788A: hue angle of 350.53º 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 #EA788A is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 138 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.08 |
| HSL | 350.53º | 0.73% | 0.69% | - |
| HSV(B) | 350.53º | 0.49% | 0.92% | - |
| XYZ | 45.24 | 32.76 | 27.98 | - |
| YUV | 156.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 138 | 0 | 0.49 | 0.41 | 0.08 | 350.53 | 0.73 | 0.69 |
| Hex | EA | 78 | 8A | 0 | 31 | 29 | 8 | 15F | 49 | 45 |
| Octal | 352 | 170 | 212 | 0 | 61 | 51 | 10 | 537 | 111 | 105 |
| Binary | 11101010 | 1111000 | 10001010 | 0 | 110001 | 101001 | 1000 | 101011111 | 1001001 | 1000101 |
Color Harmonies of #EA788A
Complementary color
Monochromatic Colors of #EA788A
Black with #EA788A
Text Example
Text Example
White with #EA788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA788A; }
p { color: rgb(234,120,138); }
H1.HeaderClassName
{
color: #EA788A;
}
.AnyTagClassName
{
color: #EA788A;
}
</style>
background-color css
<style>
a { background-color: #EA788A; }
a { background-color: rgb(234,120,138); }
div.DivClassName
{
background-color: #EA788A;
}
.BgClassName
{
background-color: #EA788A;
}
</style>
border-color css
<style>
span { border-color: #EA788A; }
span { border-color: rgb(234,120,138); }
td.TdClassName
{
border-color: #EA788A;
}
.TagClassName
{
border-color: #EA788A;
}
</style>