Shades of Sweet Pink #EF9F9D
Tints of Sweet Pink #EF9F9D
RGB
CMYK
RGB Variations
Color information
#EF9F9D (or 0xEF9F9D) is known color: Sweet Pink. HEX triplet: EF, 9F and 9D. RGB value is (239,159,157). Sum of RGB (Red+Green+Blue) = 239+159+157=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F9D is #106062. Grayscale: #B6B6B6. Windows color (decimal): -1073251 or 10330095. OLE color: 10330095.
HSL color Cylindrical-coordinate representation of color #EF9F9D: hue angle of 1.46º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9F9D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 157 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.06 |
| HSL | 1.46º | 0.72% | 0.78% | - |
| HSV(B) | 1.46º | 0.34% | 0.94% | - |
| XYZ | 54.08 | 45.58 | 37.85 | - |
| YUV | 182.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 157 | 0 | 0.33 | 0.34 | 0.06 | 1.46 | 0.72 | 0.78 |
| Hex | EF | 9F | 9D | 0 | 21 | 22 | 6 | 1 | 48 | 4E |
| Octal | 357 | 237 | 235 | 0 | 41 | 42 | 6 | 1 | 110 | 116 |
| Binary | 11101111 | 10011111 | 10011101 | 0 | 100001 | 100010 | 110 | 1 | 1001000 | 1001110 |
Color Harmonies of #EF9F9D
Complementary color
Monochromatic Colors of #EF9F9D
Black with #EF9F9D
Text Example
Text Example
White with #EF9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F9D; }
p { color: rgb(239,159,157); }
H1.HeaderClassName
{
color: #EF9F9D;
}
.AnyTagClassName
{
color: #EF9F9D;
}
</style>
background-color css
<style>
a { background-color: #EF9F9D; }
a { background-color: rgb(239,159,157); }
div.DivClassName
{
background-color: #EF9F9D;
}
.BgClassName
{
background-color: #EF9F9D;
}
</style>
border-color css
<style>
span { border-color: #EF9F9D; }
span { border-color: rgb(239,159,157); }
td.TdClassName
{
border-color: #EF9F9D;
}
.TagClassName
{
border-color: #EF9F9D;
}
</style>