Shades of Deep Blush #EF7685
Tints of Deep Blush #EF7685
RGB
CMYK
RGB Variations
Color information
#EF7685 (or 0xEF7685) is known color: Deep Blush. HEX triplet: EF, 76 and 85. RGB value is (239,118,133). Sum of RGB (Red+Green+Blue) = 239+118+133=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7685 is #10897A. Grayscale: #9B9B9B. Windows color (decimal): -1083771 or 8746735. OLE color: 8746735.
HSL color Cylindrical-coordinate representation of color #EF7685: hue angle of 352.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7685 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 133 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.06 |
| HSL | 352.56º | 0.79% | 0.7% | - |
| HSV(B) | 352.56º | 0.51% | 0.94% | - |
| XYZ | 46.31 | 33 | 26.12 | - |
| YUV | 155.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 133 | 0 | 0.51 | 0.44 | 0.06 | 352.56 | 0.79 | 0.7 |
| Hex | EF | 76 | 85 | 0 | 33 | 2C | 6 | 161 | 4F | 46 |
| Octal | 357 | 166 | 205 | 0 | 63 | 54 | 6 | 541 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10000101 | 0 | 110011 | 101100 | 110 | 101100001 | 1001111 | 1000110 |
Color Harmonies of #EF7685
Complementary color
Monochromatic Colors of #EF7685
Black with #EF7685
Text Example
Text Example
White with #EF7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7685; }
p { color: rgb(239,118,133); }
H1.HeaderClassName
{
color: #EF7685;
}
.AnyTagClassName
{
color: #EF7685;
}
</style>
background-color css
<style>
a { background-color: #EF7685; }
a { background-color: rgb(239,118,133); }
div.DivClassName
{
background-color: #EF7685;
}
.BgClassName
{
background-color: #EF7685;
}
</style>
border-color css
<style>
span { border-color: #EF7685; }
span { border-color: rgb(239,118,133); }
td.TdClassName
{
border-color: #EF7685;
}
.TagClassName
{
border-color: #EF7685;
}
</style>