Shades of Sweet Pink #EF8C85
Tints of Sweet Pink #EF8C85
RGB
CMYK
RGB Variations
Color information
#EF8C85 (or 0xEF8C85) is known color: Sweet Pink. HEX triplet: EF, 8C and 85. RGB value is (239,140,133). Sum of RGB (Red+Green+Blue) = 239+140+133=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C85 is #10737A. Grayscale: #A8A8A8. Windows color (decimal): -1078139 or 8752367. OLE color: 8752367.
HSL color Cylindrical-coordinate representation of color #EF8C85: hue angle of 3.96º 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 #EF8C85 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 133 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.06 |
| HSL | 3.96º | 0.77% | 0.73% | - |
| HSV(B) | 3.96º | 0.44% | 0.94% | - |
| XYZ | 49.21 | 38.8 | 27.09 | - |
| YUV | 168.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 133 | 0 | 0.41 | 0.44 | 0.06 | 3.96 | 0.77 | 0.73 |
| Hex | EF | 8C | 85 | 0 | 29 | 2C | 6 | 4 | 4D | 49 |
| Octal | 357 | 214 | 205 | 0 | 51 | 54 | 6 | 4 | 115 | 111 |
| Binary | 11101111 | 10001100 | 10000101 | 0 | 101001 | 101100 | 110 | 100 | 1001101 | 1001001 |
Color Harmonies of #EF8C85
Complementary color
Monochromatic Colors of #EF8C85
Black with #EF8C85
Text Example
Text Example
White with #EF8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C85; }
p { color: rgb(239,140,133); }
H1.HeaderClassName
{
color: #EF8C85;
}
.AnyTagClassName
{
color: #EF8C85;
}
</style>
background-color css
<style>
a { background-color: #EF8C85; }
a { background-color: rgb(239,140,133); }
div.DivClassName
{
background-color: #EF8C85;
}
.BgClassName
{
background-color: #EF8C85;
}
</style>
border-color css
<style>
span { border-color: #EF8C85; }
span { border-color: rgb(239,140,133); }
td.TdClassName
{
border-color: #EF8C85;
}
.TagClassName
{
border-color: #EF8C85;
}
</style>