Shades of Sweet Pink #EF9F9C
Tints of Sweet Pink #EF9F9C
RGB
CMYK
RGB Variations
Color information
#EF9F9C (or 0xEF9F9C) is known color: Sweet Pink. HEX triplet: EF, 9F and 9C. RGB value is (239,159,156). Sum of RGB (Red+Green+Blue) = 239+159+156=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F9C is #106063. Grayscale: #B6B6B6. Windows color (decimal): -1073252 or 10264559. OLE color: 10264559.
HSL color Cylindrical-coordinate representation of color #EF9F9C: hue angle of 2.17º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9F9C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 156 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.06 |
| HSL | 2.17º | 0.72% | 0.77% | - |
| HSV(B) | 2.17º | 0.35% | 0.94% | - |
| XYZ | 54 | 45.55 | 37.4 | - |
| YUV | 182.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 156 | 0 | 0.33 | 0.35 | 0.06 | 2.17 | 0.72 | 0.77 |
| Hex | EF | 9F | 9C | 0 | 21 | 23 | 6 | 2 | 48 | 4D |
| Octal | 357 | 237 | 234 | 0 | 41 | 43 | 6 | 2 | 110 | 115 |
| Binary | 11101111 | 10011111 | 10011100 | 0 | 100001 | 100011 | 110 | 10 | 1001000 | 1001101 |
Color Harmonies of #EF9F9C
Complementary color
Monochromatic Colors of #EF9F9C
Black with #EF9F9C
Text Example
Text Example
White with #EF9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F9C; }
p { color: rgb(239,159,156); }
H1.HeaderClassName
{
color: #EF9F9C;
}
.AnyTagClassName
{
color: #EF9F9C;
}
</style>
background-color css
<style>
a { background-color: #EF9F9C; }
a { background-color: rgb(239,159,156); }
div.DivClassName
{
background-color: #EF9F9C;
}
.BgClassName
{
background-color: #EF9F9C;
}
</style>
border-color css
<style>
span { border-color: #EF9F9C; }
span { border-color: rgb(239,159,156); }
td.TdClassName
{
border-color: #EF9F9C;
}
.TagClassName
{
border-color: #EF9F9C;
}
</style>