Shades of Sweet Pink #EFA097
Tints of Sweet Pink #EFA097
RGB
CMYK
RGB Variations
Color information
#EFA097 (or 0xEFA097) is known color: Sweet Pink. HEX triplet: EF, A0 and 97. RGB value is (239,160,151). Sum of RGB (Red+Green+Blue) = 239+160+151=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA097 is #105F68. Grayscale: #B6B6B6. Windows color (decimal): -1073001 or 9937135. OLE color: 9937135.
HSL color Cylindrical-coordinate representation of color #EFA097: hue angle of 6.14º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA097 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 151 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.06 |
| HSL | 6.14º | 0.73% | 0.76% | - |
| HSV(B) | 6.14º | 0.37% | 0.94% | - |
| XYZ | 53.75 | 45.73 | 35.27 | - |
| YUV | 182.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 151 | 0 | 0.33 | 0.37 | 0.06 | 6.14 | 0.73 | 0.76 |
| Hex | EF | A0 | 97 | 0 | 21 | 25 | 6 | 6 | 49 | 4C |
| Octal | 357 | 240 | 227 | 0 | 41 | 45 | 6 | 6 | 111 | 114 |
| Binary | 11101111 | 10100000 | 10010111 | 0 | 100001 | 100101 | 110 | 110 | 1001001 | 1001100 |
Color Harmonies of #EFA097
Complementary color
Monochromatic Colors of #EFA097
Black with #EFA097
Text Example
Text Example
White with #EFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA097; }
p { color: rgb(239,160,151); }
H1.HeaderClassName
{
color: #EFA097;
}
.AnyTagClassName
{
color: #EFA097;
}
</style>
background-color css
<style>
a { background-color: #EFA097; }
a { background-color: rgb(239,160,151); }
div.DivClassName
{
background-color: #EFA097;
}
.BgClassName
{
background-color: #EFA097;
}
</style>
border-color css
<style>
span { border-color: #EFA097; }
span { border-color: rgb(239,160,151); }
td.TdClassName
{
border-color: #EFA097;
}
.TagClassName
{
border-color: #EFA097;
}
</style>