Shades of Sweet Pink #EF958A
Tints of Sweet Pink #EF958A
RGB
CMYK
RGB Variations
Color information
#EF958A (or 0xEF958A) is known color: Sweet Pink. HEX triplet: EF, 95 and 8A. RGB value is (239,149,138). Sum of RGB (Red+Green+Blue) = 239+149+138=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF958A is #106A75. Grayscale: #AEAEAE. Windows color (decimal): -1075830 or 9082351. OLE color: 9082351.
HSL color Cylindrical-coordinate representation of color #EF958A: hue angle of 6.53º 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 #EF958A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.06 |
| HSL | 6.53º | 0.76% | 0.74% | - |
| HSV(B) | 6.53º | 0.42% | 0.94% | - |
| XYZ | 50.93 | 41.68 | 29.41 | - |
| YUV | 174.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 138 | 0 | 0.38 | 0.42 | 0.06 | 6.53 | 0.76 | 0.74 |
| Hex | EF | 95 | 8A | 0 | 26 | 2A | 6 | 7 | 4C | 4A |
| Octal | 357 | 225 | 212 | 0 | 46 | 52 | 6 | 7 | 114 | 112 |
| Binary | 11101111 | 10010101 | 10001010 | 0 | 100110 | 101010 | 110 | 111 | 1001100 | 1001010 |
Color Harmonies of #EF958A
Complementary color
Monochromatic Colors of #EF958A
Black with #EF958A
Text Example
Text Example
White with #EF958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF958A; }
p { color: rgb(239,149,138); }
H1.HeaderClassName
{
color: #EF958A;
}
.AnyTagClassName
{
color: #EF958A;
}
</style>
background-color css
<style>
a { background-color: #EF958A; }
a { background-color: rgb(239,149,138); }
div.DivClassName
{
background-color: #EF958A;
}
.BgClassName
{
background-color: #EF958A;
}
</style>
border-color css
<style>
span { border-color: #EF958A; }
span { border-color: rgb(239,149,138); }
td.TdClassName
{
border-color: #EF958A;
}
.TagClassName
{
border-color: #EF958A;
}
</style>