Shades of Deep Blush #EF6C8D
Tints of Deep Blush #EF6C8D
RGB
CMYK
RGB Variations
Color information
#EF6C8D (or 0xEF6C8D) is known color: Deep Blush. HEX triplet: EF, 6C and 8D. RGB value is (239,108,141). Sum of RGB (Red+Green+Blue) = 239+108+141=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6C8D is #109372. Grayscale: #969696. Windows color (decimal): -1086323 or 9268463. OLE color: 9268463.
HSL color Cylindrical-coordinate representation of color #EF6C8D: hue angle of 344.89º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6C8D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 141 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.06 |
| HSL | 344.89º | 0.8% | 0.68% | - |
| HSV(B) | 344.89º | 0.55% | 0.94% | - |
| XYZ | 45.77 | 31 | 28.77 | - |
| YUV | 150.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 141 | 0 | 0.55 | 0.41 | 0.06 | 344.89 | 0.8 | 0.68 |
| Hex | EF | 6C | 8D | 0 | 37 | 29 | 6 | 159 | 50 | 44 |
| Octal | 357 | 154 | 215 | 0 | 67 | 51 | 6 | 531 | 120 | 104 |
| Binary | 11101111 | 1101100 | 10001101 | 0 | 110111 | 101001 | 110 | 101011001 | 1010000 | 1000100 |
Color Harmonies of #EF6C8D
Complementary color
Monochromatic Colors of #EF6C8D
Black with #EF6C8D
Text Example
Text Example
White with #EF6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C8D; }
p { color: rgb(239,108,141); }
H1.HeaderClassName
{
color: #EF6C8D;
}
.AnyTagClassName
{
color: #EF6C8D;
}
</style>
background-color css
<style>
a { background-color: #EF6C8D; }
a { background-color: rgb(239,108,141); }
div.DivClassName
{
background-color: #EF6C8D;
}
.BgClassName
{
background-color: #EF6C8D;
}
</style>
border-color css
<style>
span { border-color: #EF6C8D; }
span { border-color: rgb(239,108,141); }
td.TdClassName
{
border-color: #EF6C8D;
}
.TagClassName
{
border-color: #EF6C8D;
}
</style>