Shades of Sweet Pink #EF8C84
Tints of Sweet Pink #EF8C84
RGB
CMYK
RGB Variations
Color information
#EF8C84 (or 0xEF8C84) is known color: Sweet Pink. HEX triplet: EF, 8C and 84. RGB value is (239,140,132). Sum of RGB (Red+Green+Blue) = 239+140+132=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C84 is #10737B. Grayscale: #A8A8A8. Windows color (decimal): -1078140 or 8686831. OLE color: 8686831.
HSL color Cylindrical-coordinate representation of color #EF8C84: hue angle of 4.49º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8C84 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 132 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.06 |
| HSL | 4.49º | 0.77% | 0.73% | - |
| HSV(B) | 4.49º | 0.45% | 0.94% | - |
| XYZ | 49.14 | 38.77 | 26.72 | - |
| YUV | 168.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 132 | 0 | 0.41 | 0.45 | 0.06 | 4.49 | 0.77 | 0.73 |
| Hex | EF | 8C | 84 | 0 | 29 | 2D | 6 | 4 | 4D | 49 |
| Octal | 357 | 214 | 204 | 0 | 51 | 55 | 6 | 4 | 115 | 111 |
| Binary | 11101111 | 10001100 | 10000100 | 0 | 101001 | 101101 | 110 | 100 | 1001101 | 1001001 |
Color Harmonies of #EF8C84
Complementary color
Monochromatic Colors of #EF8C84
Black with #EF8C84
Text Example
Text Example
White with #EF8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C84; }
p { color: rgb(239,140,132); }
H1.HeaderClassName
{
color: #EF8C84;
}
.AnyTagClassName
{
color: #EF8C84;
}
</style>
background-color css
<style>
a { background-color: #EF8C84; }
a { background-color: rgb(239,140,132); }
div.DivClassName
{
background-color: #EF8C84;
}
.BgClassName
{
background-color: #EF8C84;
}
</style>
border-color css
<style>
span { border-color: #EF8C84; }
span { border-color: rgb(239,140,132); }
td.TdClassName
{
border-color: #EF8C84;
}
.TagClassName
{
border-color: #EF8C84;
}
</style>