Shades of Sweet Pink #EF8D86
Tints of Sweet Pink #EF8D86
RGB
CMYK
RGB Variations
Color information
#EF8D86 (or 0xEF8D86) is known color: Sweet Pink. HEX triplet: EF, 8D and 86. RGB value is (239,141,134). Sum of RGB (Red+Green+Blue) = 239+141+134=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D86 is #107279. Grayscale: #A9A9A9. Windows color (decimal): -1077882 or 8818159. OLE color: 8818159.
HSL color Cylindrical-coordinate representation of color #EF8D86: hue angle of 4º 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 #EF8D86 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 134 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.06 |
| HSL | 4º | 0.77% | 0.73% | - |
| HSV(B) | 4º | 0.44% | 0.94% | - |
| XYZ | 49.42 | 39.12 | 27.5 | - |
| YUV | 169.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 134 | 0 | 0.41 | 0.44 | 0.06 | 4 | 0.77 | 0.73 |
| Hex | EF | 8D | 86 | 0 | 29 | 2C | 6 | 4 | 4D | 49 |
| Octal | 357 | 215 | 206 | 0 | 51 | 54 | 6 | 4 | 115 | 111 |
| Binary | 11101111 | 10001101 | 10000110 | 0 | 101001 | 101100 | 110 | 100 | 1001101 | 1001001 |
Color Harmonies of #EF8D86
Complementary color
Monochromatic Colors of #EF8D86
Black with #EF8D86
Text Example
Text Example
White with #EF8D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D86; }
p { color: rgb(239,141,134); }
H1.HeaderClassName
{
color: #EF8D86;
}
.AnyTagClassName
{
color: #EF8D86;
}
</style>
background-color css
<style>
a { background-color: #EF8D86; }
a { background-color: rgb(239,141,134); }
div.DivClassName
{
background-color: #EF8D86;
}
.BgClassName
{
background-color: #EF8D86;
}
</style>
border-color css
<style>
span { border-color: #EF8D86; }
span { border-color: rgb(239,141,134); }
td.TdClassName
{
border-color: #EF8D86;
}
.TagClassName
{
border-color: #EF8D86;
}
</style>