Shades of Sweet Pink #EF8F82
Tints of Sweet Pink #EF8F82
RGB
CMYK
RGB Variations
Color information
#EF8F82 (or 0xEF8F82) is known color: Sweet Pink. HEX triplet: EF, 8F and 82. RGB value is (239,143,130). Sum of RGB (Red+Green+Blue) = 239+143+130=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F82 is #10707D. Grayscale: #AAAAAA. Windows color (decimal): -1077374 or 8556527. OLE color: 8556527.
HSL color Cylindrical-coordinate representation of color #EF8F82: hue angle of 7.16º 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 #EF8F82 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 130 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.06 |
| HSL | 7.16º | 0.77% | 0.72% | - |
| HSV(B) | 7.16º | 0.46% | 0.94% | - |
| XYZ | 49.45 | 39.61 | 26.16 | - |
| YUV | 170.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 130 | 0 | 0.40 | 0.46 | 0.06 | 7.16 | 0.77 | 0.72 |
| Hex | EF | 8F | 82 | 0 | 28 | 2E | 6 | 7 | 4D | 48 |
| Octal | 357 | 217 | 202 | 0 | 50 | 56 | 6 | 7 | 115 | 110 |
| Binary | 11101111 | 10001111 | 10000010 | 0 | 101000 | 101110 | 110 | 111 | 1001101 | 1001000 |
Color Harmonies of #EF8F82
Complementary color
Monochromatic Colors of #EF8F82
Black with #EF8F82
Text Example
Text Example
White with #EF8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F82; }
p { color: rgb(239,143,130); }
H1.HeaderClassName
{
color: #EF8F82;
}
.AnyTagClassName
{
color: #EF8F82;
}
</style>
background-color css
<style>
a { background-color: #EF8F82; }
a { background-color: rgb(239,143,130); }
div.DivClassName
{
background-color: #EF8F82;
}
.BgClassName
{
background-color: #EF8F82;
}
</style>
border-color css
<style>
span { border-color: #EF8F82; }
span { border-color: rgb(239,143,130); }
td.TdClassName
{
border-color: #EF8F82;
}
.TagClassName
{
border-color: #EF8F82;
}
</style>