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