Shades of Sweet Pink #EF8C89
Tints of Sweet Pink #EF8C89
RGB
CMYK
RGB Variations
Color information
#EF8C89 (or 0xEF8C89) is known color: Sweet Pink. HEX triplet: EF, 8C and 89. RGB value is (239,140,137). Sum of RGB (Red+Green+Blue) = 239+140+137=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C89 is #107376. Grayscale: #A9A9A9. Windows color (decimal): -1078135 or 9014511. OLE color: 9014511.
HSL color Cylindrical-coordinate representation of color #EF8C89: hue angle of 1.76º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8C89 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 137 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.06 |
| HSL | 1.76º | 0.76% | 0.74% | - |
| HSV(B) | 1.76º | 0.43% | 0.94% | - |
| XYZ | 49.49 | 38.91 | 28.57 | - |
| YUV | 169.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 137 | 0 | 0.41 | 0.43 | 0.06 | 1.76 | 0.76 | 0.74 |
| Hex | EF | 8C | 89 | 0 | 29 | 2B | 6 | 2 | 4C | 4A |
| Octal | 357 | 214 | 211 | 0 | 51 | 53 | 6 | 2 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10001001 | 0 | 101001 | 101011 | 110 | 10 | 1001100 | 1001010 |
Color Harmonies of #EF8C89
Complementary color
Monochromatic Colors of #EF8C89
Black with #EF8C89
Text Example
Text Example
White with #EF8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C89; }
p { color: rgb(239,140,137); }
H1.HeaderClassName
{
color: #EF8C89;
}
.AnyTagClassName
{
color: #EF8C89;
}
</style>
background-color css
<style>
a { background-color: #EF8C89; }
a { background-color: rgb(239,140,137); }
div.DivClassName
{
background-color: #EF8C89;
}
.BgClassName
{
background-color: #EF8C89;
}
</style>
border-color css
<style>
span { border-color: #EF8C89; }
span { border-color: rgb(239,140,137); }
td.TdClassName
{
border-color: #EF8C89;
}
.TagClassName
{
border-color: #EF8C89;
}
</style>