Shades of Deep Blush #EF6F88
Tints of Deep Blush #EF6F88
RGB
CMYK
RGB Variations
Color information
#EF6F88 (or 0xEF6F88) is known color: Deep Blush. HEX triplet: EF, 6F and 88. RGB value is (239,111,136). Sum of RGB (Red+Green+Blue) = 239+111+136=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6F88 is #109077. Grayscale: #989898. Windows color (decimal): -1085560 or 8941551. OLE color: 8941551.
HSL color Cylindrical-coordinate representation of color #EF6F88: hue angle of 348.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6F88 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 136 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.06 |
| HSL | 348.28º | 0.8% | 0.69% | - |
| HSV(B) | 348.28º | 0.54% | 0.94% | - |
| XYZ | 45.72 | 31.5 | 26.96 | - |
| YUV | 152.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 136 | 0 | 0.54 | 0.43 | 0.06 | 348.28 | 0.8 | 0.69 |
| Hex | EF | 6F | 88 | 0 | 36 | 2B | 6 | 15C | 50 | 45 |
| Octal | 357 | 157 | 210 | 0 | 66 | 53 | 6 | 534 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10001000 | 0 | 110110 | 101011 | 110 | 101011100 | 1010000 | 1000101 |
Color Harmonies of #EF6F88
Complementary color
Monochromatic Colors of #EF6F88
Black with #EF6F88
Text Example
Text Example
White with #EF6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F88; }
p { color: rgb(239,111,136); }
H1.HeaderClassName
{
color: #EF6F88;
}
.AnyTagClassName
{
color: #EF6F88;
}
</style>
background-color css
<style>
a { background-color: #EF6F88; }
a { background-color: rgb(239,111,136); }
div.DivClassName
{
background-color: #EF6F88;
}
.BgClassName
{
background-color: #EF6F88;
}
</style>
border-color css
<style>
span { border-color: #EF6F88; }
span { border-color: rgb(239,111,136); }
td.TdClassName
{
border-color: #EF6F88;
}
.TagClassName
{
border-color: #EF6F88;
}
</style>