Shades of Sweet Pink #EF8C81
Tints of Sweet Pink #EF8C81
RGB
CMYK
RGB Variations
Color information
#EF8C81 (or 0xEF8C81) is known color: Sweet Pink. HEX triplet: EF, 8C and 81. RGB value is (239,140,129). Sum of RGB (Red+Green+Blue) = 239+140+129=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C81 is #10737E. Grayscale: #A8A8A8. Windows color (decimal): -1078143 or 8490223. OLE color: 8490223.
HSL color Cylindrical-coordinate representation of color #EF8C81: hue angle of 6º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8C81 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 129 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.06 |
| HSL | 6º | 0.77% | 0.72% | - |
| HSV(B) | 6º | 0.46% | 0.94% | - |
| XYZ | 48.94 | 38.69 | 25.66 | - |
| YUV | 168.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 129 | 0 | 0.41 | 0.46 | 0.06 | 6 | 0.77 | 0.72 |
| Hex | EF | 8C | 81 | 0 | 29 | 2E | 6 | 6 | 4D | 48 |
| Octal | 357 | 214 | 201 | 0 | 51 | 56 | 6 | 6 | 115 | 110 |
| Binary | 11101111 | 10001100 | 10000001 | 0 | 101001 | 101110 | 110 | 110 | 1001101 | 1001000 |
Color Harmonies of #EF8C81
Complementary color
Monochromatic Colors of #EF8C81
Black with #EF8C81
Text Example
Text Example
White with #EF8C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C81; }
p { color: rgb(239,140,129); }
H1.HeaderClassName
{
color: #EF8C81;
}
.AnyTagClassName
{
color: #EF8C81;
}
</style>
background-color css
<style>
a { background-color: #EF8C81; }
a { background-color: rgb(239,140,129); }
div.DivClassName
{
background-color: #EF8C81;
}
.BgClassName
{
background-color: #EF8C81;
}
</style>
border-color css
<style>
span { border-color: #EF8C81; }
span { border-color: rgb(239,140,129); }
td.TdClassName
{
border-color: #EF8C81;
}
.TagClassName
{
border-color: #EF8C81;
}
</style>