Shades of Sweet Pink #EF8F8A
Tints of Sweet Pink #EF8F8A
RGB
CMYK
RGB Variations
Color information
#EF8F8A (or 0xEF8F8A) is known color: Sweet Pink. HEX triplet: EF, 8F and 8A. RGB value is (239,143,138). Sum of RGB (Red+Green+Blue) = 239+143+138=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F8A is #107075. Grayscale: #ABABAB. Windows color (decimal): -1077366 or 9080815. OLE color: 9080815.
HSL color Cylindrical-coordinate representation of color #EF8F8A: hue angle of 2.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8F8A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 138 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.06 |
| HSL | 2.97º | 0.76% | 0.74% | - |
| HSV(B) | 2.97º | 0.42% | 0.94% | - |
| XYZ | 50.01 | 39.83 | 29.1 | - |
| YUV | 171.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 138 | 0 | 0.40 | 0.42 | 0.06 | 2.97 | 0.76 | 0.74 |
| Hex | EF | 8F | 8A | 0 | 28 | 2A | 6 | 3 | 4C | 4A |
| Octal | 357 | 217 | 212 | 0 | 50 | 52 | 6 | 3 | 114 | 112 |
| Binary | 11101111 | 10001111 | 10001010 | 0 | 101000 | 101010 | 110 | 11 | 1001100 | 1001010 |
Color Harmonies of #EF8F8A
Complementary color
Monochromatic Colors of #EF8F8A
Black with #EF8F8A
Text Example
Text Example
White with #EF8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F8A; }
p { color: rgb(239,143,138); }
H1.HeaderClassName
{
color: #EF8F8A;
}
.AnyTagClassName
{
color: #EF8F8A;
}
</style>
background-color css
<style>
a { background-color: #EF8F8A; }
a { background-color: rgb(239,143,138); }
div.DivClassName
{
background-color: #EF8F8A;
}
.BgClassName
{
background-color: #EF8F8A;
}
</style>
border-color css
<style>
span { border-color: #EF8F8A; }
span { border-color: rgb(239,143,138); }
td.TdClassName
{
border-color: #EF8F8A;
}
.TagClassName
{
border-color: #EF8F8A;
}
</style>