Shades of Deep Blush #EF778A
Tints of Deep Blush #EF778A
RGB
CMYK
RGB Variations
Color information
#EF778A (or 0xEF778A) is known color: Deep Blush. HEX triplet: EF, 77 and 8A. RGB value is (239,119,138). Sum of RGB (Red+Green+Blue) = 239+119+138=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF778A is #108875. Grayscale: #9D9D9D. Windows color (decimal): -1083510 or 9074671. OLE color: 9074671.
HSL color Cylindrical-coordinate representation of color #EF778A: hue angle of 350.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF778A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 138 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.06 |
| HSL | 350.5º | 0.79% | 0.7% | - |
| HSV(B) | 350.5º | 0.5% | 0.94% | - |
| XYZ | 46.78 | 33.38 | 28.02 | - |
| YUV | 157.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 138 | 0 | 0.50 | 0.42 | 0.06 | 350.5 | 0.79 | 0.7 |
| Hex | EF | 77 | 8A | 0 | 32 | 2A | 6 | 15E | 4F | 46 |
| Octal | 357 | 167 | 212 | 0 | 62 | 52 | 6 | 536 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10001010 | 0 | 110010 | 101010 | 110 | 101011110 | 1001111 | 1000110 |
Color Harmonies of #EF778A
Complementary color
Monochromatic Colors of #EF778A
Black with #EF778A
Text Example
Text Example
White with #EF778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF778A; }
p { color: rgb(239,119,138); }
H1.HeaderClassName
{
color: #EF778A;
}
.AnyTagClassName
{
color: #EF778A;
}
</style>
background-color css
<style>
a { background-color: #EF778A; }
a { background-color: rgb(239,119,138); }
div.DivClassName
{
background-color: #EF778A;
}
.BgClassName
{
background-color: #EF778A;
}
</style>
border-color css
<style>
span { border-color: #EF778A; }
span { border-color: rgb(239,119,138); }
td.TdClassName
{
border-color: #EF778A;
}
.TagClassName
{
border-color: #EF778A;
}
</style>