Shades of Sweet Pink #EF9A8F
Tints of Sweet Pink #EF9A8F
RGB
CMYK
RGB Variations
Color information
#EF9A8F (or 0xEF9A8F) is known color: Sweet Pink. HEX triplet: EF, 9A and 8F. RGB value is (239,154,143). Sum of RGB (Red+Green+Blue) = 239+154+143=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8F is #106570. Grayscale: #B2B2B2. Windows color (decimal): -1074545 or 9411311. OLE color: 9411311.
HSL color Cylindrical-coordinate representation of color #EF9A8F: hue angle of 6.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF9A8F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 143 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.06 |
| HSL | 6.88º | 0.75% | 0.75% | - |
| HSV(B) | 6.88º | 0.4% | 0.94% | - |
| XYZ | 52.11 | 43.45 | 31.63 | - |
| YUV | 178.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 143 | 0 | 0.36 | 0.40 | 0.06 | 6.88 | 0.75 | 0.75 |
| Hex | EF | 9A | 8F | 0 | 24 | 28 | 6 | 7 | 4B | 4B |
| Octal | 357 | 232 | 217 | 0 | 44 | 50 | 6 | 7 | 113 | 113 |
| Binary | 11101111 | 10011010 | 10001111 | 0 | 100100 | 101000 | 110 | 111 | 1001011 | 1001011 |
Color Harmonies of #EF9A8F
Complementary color
Monochromatic Colors of #EF9A8F
Black with #EF9A8F
Text Example
Text Example
White with #EF9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A8F; }
p { color: rgb(239,154,143); }
H1.HeaderClassName
{
color: #EF9A8F;
}
.AnyTagClassName
{
color: #EF9A8F;
}
</style>
background-color css
<style>
a { background-color: #EF9A8F; }
a { background-color: rgb(239,154,143); }
div.DivClassName
{
background-color: #EF9A8F;
}
.BgClassName
{
background-color: #EF9A8F;
}
</style>
border-color css
<style>
span { border-color: #EF9A8F; }
span { border-color: rgb(239,154,143); }
td.TdClassName
{
border-color: #EF9A8F;
}
.TagClassName
{
border-color: #EF9A8F;
}
</style>