Shades of Sweet Pink #EF8B86
Tints of Sweet Pink #EF8B86
RGB
CMYK
RGB Variations
Color information
#EF8B86 (or 0xEF8B86) is known color: Sweet Pink. HEX triplet: EF, 8B and 86. RGB value is (239,139,134). Sum of RGB (Red+Green+Blue) = 239+139+134=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B86 is #107479. Grayscale: #A8A8A8. Windows color (decimal): -1078394 or 8817647. OLE color: 8817647.
HSL color Cylindrical-coordinate representation of color #EF8B86: hue angle of 2.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8B86 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 134 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.06 |
| HSL | 2.86º | 0.77% | 0.73% | - |
| HSV(B) | 2.86º | 0.44% | 0.94% | - |
| XYZ | 49.13 | 38.54 | 27.4 | - |
| YUV | 168.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 134 | 0 | 0.42 | 0.44 | 0.06 | 2.86 | 0.77 | 0.73 |
| Hex | EF | 8B | 86 | 0 | 2A | 2C | 6 | 3 | 4D | 49 |
| Octal | 357 | 213 | 206 | 0 | 52 | 54 | 6 | 3 | 115 | 111 |
| Binary | 11101111 | 10001011 | 10000110 | 0 | 101010 | 101100 | 110 | 11 | 1001101 | 1001001 |
Color Harmonies of #EF8B86
Complementary color
Monochromatic Colors of #EF8B86
Black with #EF8B86
Text Example
Text Example
White with #EF8B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B86; }
p { color: rgb(239,139,134); }
H1.HeaderClassName
{
color: #EF8B86;
}
.AnyTagClassName
{
color: #EF8B86;
}
</style>
background-color css
<style>
a { background-color: #EF8B86; }
a { background-color: rgb(239,139,134); }
div.DivClassName
{
background-color: #EF8B86;
}
.BgClassName
{
background-color: #EF8B86;
}
</style>
border-color css
<style>
span { border-color: #EF8B86; }
span { border-color: rgb(239,139,134); }
td.TdClassName
{
border-color: #EF8B86;
}
.TagClassName
{
border-color: #EF8B86;
}
</style>