Shades of Sweet Pink #EF968D
Tints of Sweet Pink #EF968D
RGB
CMYK
RGB Variations
Color information
#EF968D (or 0xEF968D) is known color: Sweet Pink. HEX triplet: EF, 96 and 8D. RGB value is (239,150,141). Sum of RGB (Red+Green+Blue) = 239+150+141=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968D is #106972. Grayscale: #AFAFAF. Windows color (decimal): -1075571 or 9279215. OLE color: 9279215.
HSL color Cylindrical-coordinate representation of color #EF968D: hue angle of 5.51º 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 #EF968D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 141 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.06 |
| HSL | 5.51º | 0.75% | 0.75% | - |
| HSV(B) | 5.51º | 0.41% | 0.94% | - |
| XYZ | 51.31 | 42.09 | 30.62 | - |
| YUV | 175.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 141 | 0 | 0.37 | 0.41 | 0.06 | 5.51 | 0.75 | 0.75 |
| Hex | EF | 96 | 8D | 0 | 25 | 29 | 6 | 6 | 4B | 4B |
| Octal | 357 | 226 | 215 | 0 | 45 | 51 | 6 | 6 | 113 | 113 |
| Binary | 11101111 | 10010110 | 10001101 | 0 | 100101 | 101001 | 110 | 110 | 1001011 | 1001011 |
Color Harmonies of #EF968D
Complementary color
Monochromatic Colors of #EF968D
Black with #EF968D
Text Example
Text Example
White with #EF968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF968D; }
p { color: rgb(239,150,141); }
H1.HeaderClassName
{
color: #EF968D;
}
.AnyTagClassName
{
color: #EF968D;
}
</style>
background-color css
<style>
a { background-color: #EF968D; }
a { background-color: rgb(239,150,141); }
div.DivClassName
{
background-color: #EF968D;
}
.BgClassName
{
background-color: #EF968D;
}
</style>
border-color css
<style>
span { border-color: #EF968D; }
span { border-color: rgb(239,150,141); }
td.TdClassName
{
border-color: #EF968D;
}
.TagClassName
{
border-color: #EF968D;
}
</style>