Shades of Sweet Pink #EF988E
Tints of Sweet Pink #EF988E
RGB
CMYK
RGB Variations
Color information
#EF988E (or 0xEF988E) is known color: Sweet Pink. HEX triplet: EF, 98 and 8E. RGB value is (239,152,142). Sum of RGB (Red+Green+Blue) = 239+152+142=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF988E is #106771. Grayscale: #B1B1B1. Windows color (decimal): -1075058 or 9345263. OLE color: 9345263.
HSL color Cylindrical-coordinate representation of color #EF988E: hue angle of 6.19º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF988E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 142 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.06 |
| HSL | 6.19º | 0.75% | 0.75% | - |
| HSV(B) | 6.19º | 0.41% | 0.94% | - |
| XYZ | 51.71 | 42.76 | 31.12 | - |
| YUV | 176.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 142 | 0 | 0.36 | 0.41 | 0.06 | 6.19 | 0.75 | 0.75 |
| Hex | EF | 98 | 8E | 0 | 24 | 29 | 6 | 6 | 4B | 4B |
| Octal | 357 | 230 | 216 | 0 | 44 | 51 | 6 | 6 | 113 | 113 |
| Binary | 11101111 | 10011000 | 10001110 | 0 | 100100 | 101001 | 110 | 110 | 1001011 | 1001011 |
Color Harmonies of #EF988E
Complementary color
Monochromatic Colors of #EF988E
Black with #EF988E
Text Example
Text Example
White with #EF988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF988E; }
p { color: rgb(239,152,142); }
H1.HeaderClassName
{
color: #EF988E;
}
.AnyTagClassName
{
color: #EF988E;
}
</style>
background-color css
<style>
a { background-color: #EF988E; }
a { background-color: rgb(239,152,142); }
div.DivClassName
{
background-color: #EF988E;
}
.BgClassName
{
background-color: #EF988E;
}
</style>
border-color css
<style>
span { border-color: #EF988E; }
span { border-color: rgb(239,152,142); }
td.TdClassName
{
border-color: #EF988E;
}
.TagClassName
{
border-color: #EF988E;
}
</style>