Shades of Deep Blush #EF6F81
Tints of Deep Blush #EF6F81
RGB
CMYK
RGB Variations
Color information
#EF6F81 (or 0xEF6F81) is known color: Deep Blush. HEX triplet: EF, 6F and 81. RGB value is (239,111,129). Sum of RGB (Red+Green+Blue) = 239+111+129=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6F81 is #10907E. Grayscale: #979797. Windows color (decimal): -1085567 or 8482799. OLE color: 8482799.
HSL color Cylindrical-coordinate representation of color #EF6F81: hue angle of 351.56º 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 #EF6F81 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 129 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.06 |
| HSL | 351.56º | 0.8% | 0.69% | - |
| HSV(B) | 351.56º | 0.54% | 0.94% | - |
| XYZ | 45.24 | 31.3 | 24.43 | - |
| YUV | 151.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 129 | 0 | 0.54 | 0.46 | 0.06 | 351.56 | 0.8 | 0.69 |
| Hex | EF | 6F | 81 | 0 | 36 | 2E | 6 | 160 | 50 | 45 |
| Octal | 357 | 157 | 201 | 0 | 66 | 56 | 6 | 540 | 120 | 105 |
| Binary | 11101111 | 1101111 | 10000001 | 0 | 110110 | 101110 | 110 | 101100000 | 1010000 | 1000101 |
Color Harmonies of #EF6F81
Complementary color
Monochromatic Colors of #EF6F81
Black with #EF6F81
Text Example
Text Example
White with #EF6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F81; }
p { color: rgb(239,111,129); }
H1.HeaderClassName
{
color: #EF6F81;
}
.AnyTagClassName
{
color: #EF6F81;
}
</style>
background-color css
<style>
a { background-color: #EF6F81; }
a { background-color: rgb(239,111,129); }
div.DivClassName
{
background-color: #EF6F81;
}
.BgClassName
{
background-color: #EF6F81;
}
</style>
border-color css
<style>
span { border-color: #EF6F81; }
span { border-color: rgb(239,111,129); }
td.TdClassName
{
border-color: #EF6F81;
}
.TagClassName
{
border-color: #EF6F81;
}
</style>