Shades of Sweet Pink #EF9585
Tints of Sweet Pink #EF9585
RGB
CMYK
RGB Variations
Color information
#EF9585 (or 0xEF9585) is known color: Sweet Pink. HEX triplet: EF, 95 and 85. RGB value is (239,149,133). Sum of RGB (Red+Green+Blue) = 239+149+133=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9585 is #106A7A. Grayscale: #AEAEAE. Windows color (decimal): -1075835 or 8754671. OLE color: 8754671.
HSL color Cylindrical-coordinate representation of color #EF9585: hue angle of 9.06º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF9585 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 133 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.06 |
| HSL | 9.06º | 0.77% | 0.73% | - |
| HSV(B) | 9.06º | 0.44% | 0.94% | - |
| XYZ | 50.58 | 41.54 | 27.54 | - |
| YUV | 174.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 133 | 0 | 0.38 | 0.44 | 0.06 | 9.06 | 0.77 | 0.73 |
| Hex | EF | 95 | 85 | 0 | 26 | 2C | 6 | 9 | 4D | 49 |
| Octal | 357 | 225 | 205 | 0 | 46 | 54 | 6 | 11 | 115 | 111 |
| Binary | 11101111 | 10010101 | 10000101 | 0 | 100110 | 101100 | 110 | 1001 | 1001101 | 1001001 |
Color Harmonies of #EF9585
Complementary color
Monochromatic Colors of #EF9585
Black with #EF9585
Text Example
Text Example
White with #EF9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9585; }
p { color: rgb(239,149,133); }
H1.HeaderClassName
{
color: #EF9585;
}
.AnyTagClassName
{
color: #EF9585;
}
</style>
background-color css
<style>
a { background-color: #EF9585; }
a { background-color: rgb(239,149,133); }
div.DivClassName
{
background-color: #EF9585;
}
.BgClassName
{
background-color: #EF9585;
}
</style>
border-color css
<style>
span { border-color: #EF9585; }
span { border-color: rgb(239,149,133); }
td.TdClassName
{
border-color: #EF9585;
}
.TagClassName
{
border-color: #EF9585;
}
</style>