Shades of Deep Blush #EF6E8F
Tints of Deep Blush #EF6E8F
RGB
CMYK
RGB Variations
Color information
#EF6E8F (or 0xEF6E8F) is known color: Deep Blush. HEX triplet: EF, 6E and 8F. RGB value is (239,110,143). Sum of RGB (Red+Green+Blue) = 239+110+143=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6E8F is #109170. Grayscale: #989898. Windows color (decimal): -1085809 or 9400047. OLE color: 9400047.
HSL color Cylindrical-coordinate representation of color #EF6E8F: hue angle of 344.65º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6E8F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 143 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.06 |
| HSL | 344.65º | 0.8% | 0.68% | - |
| HSV(B) | 344.65º | 0.54% | 0.94% | - |
| XYZ | 46.13 | 31.49 | 29.63 | - |
| YUV | 152.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 143 | 0 | 0.54 | 0.40 | 0.06 | 344.65 | 0.8 | 0.68 |
| Hex | EF | 6E | 8F | 0 | 36 | 28 | 6 | 159 | 50 | 44 |
| Octal | 357 | 156 | 217 | 0 | 66 | 50 | 6 | 531 | 120 | 104 |
| Binary | 11101111 | 1101110 | 10001111 | 0 | 110110 | 101000 | 110 | 101011001 | 1010000 | 1000100 |
Color Harmonies of #EF6E8F
Complementary color
Monochromatic Colors of #EF6E8F
Black with #EF6E8F
Text Example
Text Example
White with #EF6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E8F; }
p { color: rgb(239,110,143); }
H1.HeaderClassName
{
color: #EF6E8F;
}
.AnyTagClassName
{
color: #EF6E8F;
}
</style>
background-color css
<style>
a { background-color: #EF6E8F; }
a { background-color: rgb(239,110,143); }
div.DivClassName
{
background-color: #EF6E8F;
}
.BgClassName
{
background-color: #EF6E8F;
}
</style>
border-color css
<style>
span { border-color: #EF6E8F; }
span { border-color: rgb(239,110,143); }
td.TdClassName
{
border-color: #EF6E8F;
}
.TagClassName
{
border-color: #EF6E8F;
}
</style>