Shades of Deep Blush #EE788B
Tints of Deep Blush #EE788B
RGB
CMYK
RGB Variations
Color information
#EE788B (or 0xEE788B) is known color: Deep Blush. HEX triplet: EE, 78 and 8B. RGB value is (238,120,139). Sum of RGB (Red+Green+Blue) = 238+120+139=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE788B is #118774. Grayscale: #9D9D9D. Windows color (decimal): -1148789 or 9140462. OLE color: 9140462.
HSL color Cylindrical-coordinate representation of color #EE788B: hue angle of 350.34º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE788B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 139 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 350.34º | 0.78% | 0.7% | - |
| HSV(B) | 350.34º | 0.5% | 0.93% | - |
| XYZ | 46.64 | 33.47 | 28.43 | - |
| YUV | 157.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 139 | 0 | 0.50 | 0.42 | 0.07 | 350.34 | 0.78 | 0.7 |
| Hex | EE | 78 | 8B | 0 | 32 | 2A | 7 | 15E | 4E | 46 |
| Octal | 356 | 170 | 213 | 0 | 62 | 52 | 7 | 536 | 116 | 106 |
| Binary | 11101110 | 1111000 | 10001011 | 0 | 110010 | 101010 | 111 | 101011110 | 1001110 | 1000110 |
Color Harmonies of #EE788B
Complementary color
Monochromatic Colors of #EE788B
Black with #EE788B
Text Example
Text Example
White with #EE788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE788B; }
p { color: rgb(238,120,139); }
H1.HeaderClassName
{
color: #EE788B;
}
.AnyTagClassName
{
color: #EE788B;
}
</style>
background-color css
<style>
a { background-color: #EE788B; }
a { background-color: rgb(238,120,139); }
div.DivClassName
{
background-color: #EE788B;
}
.BgClassName
{
background-color: #EE788B;
}
</style>
border-color css
<style>
span { border-color: #EE788B; }
span { border-color: rgb(238,120,139); }
td.TdClassName
{
border-color: #EE788B;
}
.TagClassName
{
border-color: #EE788B;
}
</style>