Shades of Sweet Pink #EF998B
Tints of Sweet Pink #EF998B
RGB
CMYK
RGB Variations
Color information
#EF998B (or 0xEF998B) is known color: Sweet Pink. HEX triplet: EF, 99 and 8B. RGB value is (239,153,139). Sum of RGB (Red+Green+Blue) = 239+153+139=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF998B is #106674. Grayscale: #B1B1B1. Windows color (decimal): -1074805 or 9148911. OLE color: 9148911.
HSL color Cylindrical-coordinate representation of color #EF998B: hue angle of 8.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF998B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 139 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 8.4º | 0.76% | 0.74% | - |
| HSV(B) | 8.4º | 0.42% | 0.94% | - |
| XYZ | 51.65 | 43 | 30 | - |
| YUV | 177.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 139 | 0 | 0.36 | 0.42 | 0.06 | 8.4 | 0.76 | 0.74 |
| Hex | EF | 99 | 8B | 0 | 24 | 2A | 6 | 8 | 4C | 4A |
| Octal | 357 | 231 | 213 | 0 | 44 | 52 | 6 | 10 | 114 | 112 |
| Binary | 11101111 | 10011001 | 10001011 | 0 | 100100 | 101010 | 110 | 1000 | 1001100 | 1001010 |
Color Harmonies of #EF998B
Complementary color
Monochromatic Colors of #EF998B
Black with #EF998B
Text Example
Text Example
White with #EF998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF998B; }
p { color: rgb(239,153,139); }
H1.HeaderClassName
{
color: #EF998B;
}
.AnyTagClassName
{
color: #EF998B;
}
</style>
background-color css
<style>
a { background-color: #EF998B; }
a { background-color: rgb(239,153,139); }
div.DivClassName
{
background-color: #EF998B;
}
.BgClassName
{
background-color: #EF998B;
}
</style>
border-color css
<style>
span { border-color: #EF998B; }
span { border-color: rgb(239,153,139); }
td.TdClassName
{
border-color: #EF998B;
}
.TagClassName
{
border-color: #EF998B;
}
</style>