Shades of Deep Blush #EE778B
Tints of Deep Blush #EE778B
RGB
CMYK
RGB Variations
Color information
#EE778B (or 0xEE778B) is known color: Deep Blush. HEX triplet: EE, 77 and 8B. RGB value is (238,119,139). Sum of RGB (Red+Green+Blue) = 238+119+139=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE778B is #118874. Grayscale: #9C9C9C. Windows color (decimal): -1149045 or 9140206. OLE color: 9140206.
HSL color Cylindrical-coordinate representation of color #EE778B: hue angle of 349.92º 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 #EE778B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 139 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 349.92º | 0.78% | 0.7% | - |
| HSV(B) | 349.92º | 0.5% | 0.93% | - |
| XYZ | 46.52 | 33.23 | 28.39 | - |
| YUV | 156.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 139 | 0 | 0.50 | 0.42 | 0.07 | 349.92 | 0.78 | 0.7 |
| Hex | EE | 77 | 8B | 0 | 32 | 2A | 7 | 15E | 4E | 46 |
| Octal | 356 | 167 | 213 | 0 | 62 | 52 | 7 | 536 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10001011 | 0 | 110010 | 101010 | 111 | 101011110 | 1001110 | 1000110 |
Color Harmonies of #EE778B
Complementary color
Monochromatic Colors of #EE778B
Black with #EE778B
Text Example
Text Example
White with #EE778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE778B; }
p { color: rgb(238,119,139); }
H1.HeaderClassName
{
color: #EE778B;
}
.AnyTagClassName
{
color: #EE778B;
}
</style>
background-color css
<style>
a { background-color: #EE778B; }
a { background-color: rgb(238,119,139); }
div.DivClassName
{
background-color: #EE778B;
}
.BgClassName
{
background-color: #EE778B;
}
</style>
border-color css
<style>
span { border-color: #EE778B; }
span { border-color: rgb(238,119,139); }
td.TdClassName
{
border-color: #EE778B;
}
.TagClassName
{
border-color: #EE778B;
}
</style>