Shades of Sweet Pink #EFA099
Tints of Sweet Pink #EFA099
RGB
CMYK
RGB Variations
Color information
#EFA099 (or 0xEFA099) is known color: Sweet Pink. HEX triplet: EF, A0 and 99. RGB value is (239,160,153). Sum of RGB (Red+Green+Blue) = 239+160+153=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA099 is #105F66. Grayscale: #B6B6B6. Windows color (decimal): -1072999 or 10068207. OLE color: 10068207.
HSL color Cylindrical-coordinate representation of color #EFA099: hue angle of 4.88º 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 #EFA099 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 153 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.06 |
| HSL | 4.88º | 0.73% | 0.77% | - |
| HSV(B) | 4.88º | 0.36% | 0.94% | - |
| XYZ | 53.92 | 45.79 | 36.13 | - |
| YUV | 182.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 153 | 0 | 0.33 | 0.36 | 0.06 | 4.88 | 0.73 | 0.77 |
| Hex | EF | A0 | 99 | 0 | 21 | 24 | 6 | 5 | 49 | 4D |
| Octal | 357 | 240 | 231 | 0 | 41 | 44 | 6 | 5 | 111 | 115 |
| Binary | 11101111 | 10100000 | 10011001 | 0 | 100001 | 100100 | 110 | 101 | 1001001 | 1001101 |
Color Harmonies of #EFA099
Complementary color
Monochromatic Colors of #EFA099
Black with #EFA099
Text Example
Text Example
White with #EFA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA099; }
p { color: rgb(239,160,153); }
H1.HeaderClassName
{
color: #EFA099;
}
.AnyTagClassName
{
color: #EFA099;
}
</style>
background-color css
<style>
a { background-color: #EFA099; }
a { background-color: rgb(239,160,153); }
div.DivClassName
{
background-color: #EFA099;
}
.BgClassName
{
background-color: #EFA099;
}
</style>
border-color css
<style>
span { border-color: #EFA099; }
span { border-color: rgb(239,160,153); }
td.TdClassName
{
border-color: #EFA099;
}
.TagClassName
{
border-color: #EFA099;
}
</style>