Shades of Sweet Pink #EF9A8D
Tints of Sweet Pink #EF9A8D
RGB
CMYK
RGB Variations
Color information
#EF9A8D (or 0xEF9A8D) is known color: Sweet Pink. HEX triplet: EF, 9A and 8D. RGB value is (239,154,141). Sum of RGB (Red+Green+Blue) = 239+154+141=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8D is #106572. Grayscale: #B2B2B2. Windows color (decimal): -1074547 or 9280239. OLE color: 9280239.
HSL color Cylindrical-coordinate representation of color #EF9A8D: hue angle of 7.96º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9A8D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 141 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.06 |
| HSL | 7.96º | 0.75% | 0.75% | - |
| HSV(B) | 7.96º | 0.41% | 0.94% | - |
| XYZ | 51.96 | 43.39 | 30.83 | - |
| YUV | 177.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 141 | 0 | 0.36 | 0.41 | 0.06 | 7.96 | 0.75 | 0.75 |
| Hex | EF | 9A | 8D | 0 | 24 | 29 | 6 | 8 | 4B | 4B |
| Octal | 357 | 232 | 215 | 0 | 44 | 51 | 6 | 10 | 113 | 113 |
| Binary | 11101111 | 10011010 | 10001101 | 0 | 100100 | 101001 | 110 | 1000 | 1001011 | 1001011 |
Color Harmonies of #EF9A8D
Complementary color
Monochromatic Colors of #EF9A8D
Black with #EF9A8D
Text Example
Text Example
White with #EF9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A8D; }
p { color: rgb(239,154,141); }
H1.HeaderClassName
{
color: #EF9A8D;
}
.AnyTagClassName
{
color: #EF9A8D;
}
</style>
background-color css
<style>
a { background-color: #EF9A8D; }
a { background-color: rgb(239,154,141); }
div.DivClassName
{
background-color: #EF9A8D;
}
.BgClassName
{
background-color: #EF9A8D;
}
</style>
border-color css
<style>
span { border-color: #EF9A8D; }
span { border-color: rgb(239,154,141); }
td.TdClassName
{
border-color: #EF9A8D;
}
.TagClassName
{
border-color: #EF9A8D;
}
</style>