Shades of Deep Blush #EF6B89
Tints of Deep Blush #EF6B89
RGB
CMYK
RGB Variations
Color information
#EF6B89 (or 0xEF6B89) is known color: Deep Blush. HEX triplet: EF, 6B and 89. RGB value is (239,107,137). Sum of RGB (Red+Green+Blue) = 239+107+137=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6B89 is #109476. Grayscale: #959595. Windows color (decimal): -1086583 or 9006063. OLE color: 9006063.
HSL color Cylindrical-coordinate representation of color #EF6B89: hue angle of 346.36º 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 #EF6B89 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 137 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.06 |
| HSL | 346.36º | 0.8% | 0.68% | - |
| HSV(B) | 346.36º | 0.55% | 0.94% | - |
| XYZ | 45.37 | 30.67 | 27.2 | - |
| YUV | 149.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 137 | 0 | 0.55 | 0.43 | 0.06 | 346.36 | 0.8 | 0.68 |
| Hex | EF | 6B | 89 | 0 | 37 | 2B | 6 | 15A | 50 | 44 |
| Octal | 357 | 153 | 211 | 0 | 67 | 53 | 6 | 532 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10001001 | 0 | 110111 | 101011 | 110 | 101011010 | 1010000 | 1000100 |
Color Harmonies of #EF6B89
Complementary color
Monochromatic Colors of #EF6B89
Black with #EF6B89
Text Example
Text Example
White with #EF6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B89; }
p { color: rgb(239,107,137); }
H1.HeaderClassName
{
color: #EF6B89;
}
.AnyTagClassName
{
color: #EF6B89;
}
</style>
background-color css
<style>
a { background-color: #EF6B89; }
a { background-color: rgb(239,107,137); }
div.DivClassName
{
background-color: #EF6B89;
}
.BgClassName
{
background-color: #EF6B89;
}
</style>
border-color css
<style>
span { border-color: #EF6B89; }
span { border-color: rgb(239,107,137); }
td.TdClassName
{
border-color: #EF6B89;
}
.TagClassName
{
border-color: #EF6B89;
}
</style>