Shades of Sweet Pink #EF9F99
Tints of Sweet Pink #EF9F99
RGB
CMYK
RGB Variations
Color information
#EF9F99 (or 0xEF9F99) is known color: Sweet Pink. HEX triplet: EF, 9F and 99. RGB value is (239,159,153). Sum of RGB (Red+Green+Blue) = 239+159+153=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F99 is #106066. Grayscale: #B6B6B6. Windows color (decimal): -1073255 or 10067951. OLE color: 10067951.
HSL color Cylindrical-coordinate representation of color #EF9F99: hue angle of 4.19º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9F99 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 153 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.06 |
| HSL | 4.19º | 0.73% | 0.77% | - |
| HSV(B) | 4.19º | 0.36% | 0.94% | - |
| XYZ | 53.74 | 45.45 | 36.08 | - |
| YUV | 182.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 153 | 0 | 0.33 | 0.36 | 0.06 | 4.19 | 0.73 | 0.77 |
| Hex | EF | 9F | 99 | 0 | 21 | 24 | 6 | 4 | 49 | 4D |
| Octal | 357 | 237 | 231 | 0 | 41 | 44 | 6 | 4 | 111 | 115 |
| Binary | 11101111 | 10011111 | 10011001 | 0 | 100001 | 100100 | 110 | 100 | 1001001 | 1001101 |
Color Harmonies of #EF9F99
Complementary color
Monochromatic Colors of #EF9F99
Black with #EF9F99
Text Example
Text Example
White with #EF9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F99; }
p { color: rgb(239,159,153); }
H1.HeaderClassName
{
color: #EF9F99;
}
.AnyTagClassName
{
color: #EF9F99;
}
</style>
background-color css
<style>
a { background-color: #EF9F99; }
a { background-color: rgb(239,159,153); }
div.DivClassName
{
background-color: #EF9F99;
}
.BgClassName
{
background-color: #EF9F99;
}
</style>
border-color css
<style>
span { border-color: #EF9F99; }
span { border-color: rgb(239,159,153); }
td.TdClassName
{
border-color: #EF9F99;
}
.TagClassName
{
border-color: #EF9F99;
}
</style>