Shades of Deep Blush #EF6B8A
Tints of Deep Blush #EF6B8A
RGB
CMYK
RGB Variations
Color information
#EF6B8A (or 0xEF6B8A) is known color: Deep Blush. HEX triplet: EF, 6B and 8A. RGB value is (239,107,138). Sum of RGB (Red+Green+Blue) = 239+107+138=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6B8A is #109475. Grayscale: #969696. Windows color (decimal): -1086582 or 9071599. OLE color: 9071599.
HSL color Cylindrical-coordinate representation of color #EF6B8A: hue angle of 345.91º 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 #EF6B8A is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 138 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.06 |
| HSL | 345.91º | 0.8% | 0.68% | - |
| HSV(B) | 345.91º | 0.55% | 0.94% | - |
| XYZ | 45.44 | 30.7 | 27.58 | - |
| YUV | 150 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 138 | 0 | 0.55 | 0.42 | 0.06 | 345.91 | 0.8 | 0.68 |
| Hex | EF | 6B | 8A | 0 | 37 | 2A | 6 | 15A | 50 | 44 |
| Octal | 357 | 153 | 212 | 0 | 67 | 52 | 6 | 532 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10001010 | 0 | 110111 | 101010 | 110 | 101011010 | 1010000 | 1000100 |
Color Harmonies of #EF6B8A
Complementary color
Monochromatic Colors of #EF6B8A
Black with #EF6B8A
Text Example
Text Example
White with #EF6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B8A; }
p { color: rgb(239,107,138); }
H1.HeaderClassName
{
color: #EF6B8A;
}
.AnyTagClassName
{
color: #EF6B8A;
}
</style>
background-color css
<style>
a { background-color: #EF6B8A; }
a { background-color: rgb(239,107,138); }
div.DivClassName
{
background-color: #EF6B8A;
}
.BgClassName
{
background-color: #EF6B8A;
}
</style>
border-color css
<style>
span { border-color: #EF6B8A; }
span { border-color: rgb(239,107,138); }
td.TdClassName
{
border-color: #EF6B8A;
}
.TagClassName
{
border-color: #EF6B8A;
}
</style>