Shades of Deep Blush #EF788A
Tints of Deep Blush #EF788A
RGB
CMYK
RGB Variations
Color information
#EF788A (or 0xEF788A) is known color: Deep Blush. HEX triplet: EF, 78 and 8A. RGB value is (239,120,138). Sum of RGB (Red+Green+Blue) = 239+120+138=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF788A is #108775. Grayscale: #9D9D9D. Windows color (decimal): -1083254 or 9074927. OLE color: 9074927.
HSL color Cylindrical-coordinate representation of color #EF788A: hue angle of 350.92º 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 #EF788A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 138 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.06 |
| HSL | 350.92º | 0.79% | 0.7% | - |
| HSV(B) | 350.92º | 0.5% | 0.94% | - |
| XYZ | 46.9 | 33.62 | 28.06 | - |
| YUV | 157.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 138 | 0 | 0.50 | 0.42 | 0.06 | 350.92 | 0.79 | 0.7 |
| Hex | EF | 78 | 8A | 0 | 32 | 2A | 6 | 15F | 4F | 46 |
| Octal | 357 | 170 | 212 | 0 | 62 | 52 | 6 | 537 | 117 | 106 |
| Binary | 11101111 | 1111000 | 10001010 | 0 | 110010 | 101010 | 110 | 101011111 | 1001111 | 1000110 |
Color Harmonies of #EF788A
Complementary color
Monochromatic Colors of #EF788A
Black with #EF788A
Text Example
Text Example
White with #EF788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF788A; }
p { color: rgb(239,120,138); }
H1.HeaderClassName
{
color: #EF788A;
}
.AnyTagClassName
{
color: #EF788A;
}
</style>
background-color css
<style>
a { background-color: #EF788A; }
a { background-color: rgb(239,120,138); }
div.DivClassName
{
background-color: #EF788A;
}
.BgClassName
{
background-color: #EF788A;
}
</style>
border-color css
<style>
span { border-color: #EF788A; }
span { border-color: rgb(239,120,138); }
td.TdClassName
{
border-color: #EF788A;
}
.TagClassName
{
border-color: #EF788A;
}
</style>