Shades of Sweet Pink #EFA096
Tints of Sweet Pink #EFA096
RGB
CMYK
RGB Variations
Color information
#EFA096 (or 0xEFA096) is known color: Sweet Pink. HEX triplet: EF, A0 and 96. RGB value is (239,160,150). Sum of RGB (Red+Green+Blue) = 239+160+150=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA096 is #105F69. Grayscale: #B6B6B6. Windows color (decimal): -1073002 or 9871599. OLE color: 9871599.
HSL color Cylindrical-coordinate representation of color #EFA096: hue angle of 6.74º degrees, saturation: 0.74, 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 #EFA096 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 150 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.06 |
| HSL | 6.74º | 0.74% | 0.76% | - |
| HSV(B) | 6.74º | 0.37% | 0.94% | - |
| XYZ | 53.67 | 45.69 | 34.85 | - |
| YUV | 182.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 150 | 0 | 0.33 | 0.37 | 0.06 | 6.74 | 0.74 | 0.76 |
| Hex | EF | A0 | 96 | 0 | 21 | 25 | 6 | 7 | 4A | 4C |
| Octal | 357 | 240 | 226 | 0 | 41 | 45 | 6 | 7 | 112 | 114 |
| Binary | 11101111 | 10100000 | 10010110 | 0 | 100001 | 100101 | 110 | 111 | 1001010 | 1001100 |
Color Harmonies of #EFA096
Complementary color
Monochromatic Colors of #EFA096
Black with #EFA096
Text Example
Text Example
White with #EFA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA096; }
p { color: rgb(239,160,150); }
H1.HeaderClassName
{
color: #EFA096;
}
.AnyTagClassName
{
color: #EFA096;
}
</style>
background-color css
<style>
a { background-color: #EFA096; }
a { background-color: rgb(239,160,150); }
div.DivClassName
{
background-color: #EFA096;
}
.BgClassName
{
background-color: #EFA096;
}
</style>
border-color css
<style>
span { border-color: #EFA096; }
span { border-color: rgb(239,160,150); }
td.TdClassName
{
border-color: #EFA096;
}
.TagClassName
{
border-color: #EFA096;
}
</style>