Shades of Deep Blush #EF7785
Tints of Deep Blush #EF7785
RGB
CMYK
RGB Variations
Color information
#EF7785 (or 0xEF7785) is known color: Deep Blush. HEX triplet: EF, 77 and 85. RGB value is (239,119,133). Sum of RGB (Red+Green+Blue) = 239+119+133=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7785 is #10887A. Grayscale: #9C9C9C. Windows color (decimal): -1083515 or 8746991. OLE color: 8746991.
HSL color Cylindrical-coordinate representation of color #EF7785: hue angle of 353º 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 #EF7785 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 133 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.06 |
| HSL | 353º | 0.79% | 0.7% | - |
| HSV(B) | 353º | 0.5% | 0.94% | - |
| XYZ | 46.43 | 33.24 | 26.16 | - |
| YUV | 156.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 133 | 0 | 0.50 | 0.44 | 0.06 | 353 | 0.79 | 0.7 |
| Hex | EF | 77 | 85 | 0 | 32 | 2C | 6 | 161 | 4F | 46 |
| Octal | 357 | 167 | 205 | 0 | 62 | 54 | 6 | 541 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10000101 | 0 | 110010 | 101100 | 110 | 101100001 | 1001111 | 1000110 |
Color Harmonies of #EF7785
Complementary color
Monochromatic Colors of #EF7785
Black with #EF7785
Text Example
Text Example
White with #EF7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7785; }
p { color: rgb(239,119,133); }
H1.HeaderClassName
{
color: #EF7785;
}
.AnyTagClassName
{
color: #EF7785;
}
</style>
background-color css
<style>
a { background-color: #EF7785; }
a { background-color: rgb(239,119,133); }
div.DivClassName
{
background-color: #EF7785;
}
.BgClassName
{
background-color: #EF7785;
}
</style>
border-color css
<style>
span { border-color: #EF7785; }
span { border-color: rgb(239,119,133); }
td.TdClassName
{
border-color: #EF7785;
}
.TagClassName
{
border-color: #EF7785;
}
</style>