Shades of Sweet Pink #EF8989
Tints of Sweet Pink #EF8989
RGB
CMYK
RGB Variations
Color information
#EF8989 (or 0xEF8989) is known color: Sweet Pink. HEX triplet: EF, 89 and 89. RGB value is (239,137,137). Sum of RGB (Red+Green+Blue) = 239+137+137=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8989 is #107676. Grayscale: #A7A7A7. Windows color (decimal): -1078903 or 9013743. OLE color: 9013743.
HSL color Cylindrical-coordinate representation of color #EF8989: hue angle of 0º 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 #EF8989 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 137 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.06 |
| HSL | 0º | 0.76% | 0.74% | - |
| HSV(B) | 0º | 0.43% | 0.94% | - |
| XYZ | 49.06 | 38.05 | 28.43 | - |
| YUV | 167.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 137 | 0 | 0.43 | 0.43 | 0.06 | 0 | 0.76 | 0.74 |
| Hex | EF | 89 | 89 | 0 | 2B | 2B | 6 | 0 | 4C | 4A |
| Octal | 357 | 211 | 211 | 0 | 53 | 53 | 6 | 0 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10001001 | 0 | 101011 | 101011 | 110 | 0 | 1001100 | 1001010 |
Color Harmonies of #EF8989
Complementary color
Monochromatic Colors of #EF8989
Black with #EF8989
Text Example
Text Example
White with #EF8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8989; }
p { color: rgb(239,137,137); }
H1.HeaderClassName
{
color: #EF8989;
}
.AnyTagClassName
{
color: #EF8989;
}
</style>
background-color css
<style>
a { background-color: #EF8989; }
a { background-color: rgb(239,137,137); }
div.DivClassName
{
background-color: #EF8989;
}
.BgClassName
{
background-color: #EF8989;
}
</style>
border-color css
<style>
span { border-color: #EF8989; }
span { border-color: rgb(239,137,137); }
td.TdClassName
{
border-color: #EF8989;
}
.TagClassName
{
border-color: #EF8989;
}
</style>