Shades of Sweet Pink #EF968C
Tints of Sweet Pink #EF968C
RGB
CMYK
RGB Variations
Color information
#EF968C (or 0xEF968C) is known color: Sweet Pink. HEX triplet: EF, 96 and 8C. RGB value is (239,150,140). Sum of RGB (Red+Green+Blue) = 239+150+140=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968C is #106973. Grayscale: #AFAFAF. Windows color (decimal): -1075572 or 9213679. OLE color: 9213679.
HSL color Cylindrical-coordinate representation of color #EF968C: hue angle of 6.06º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF968C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 140 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.06 |
| HSL | 6.06º | 0.76% | 0.74% | - |
| HSV(B) | 6.06º | 0.41% | 0.94% | - |
| XYZ | 51.24 | 42.06 | 30.23 | - |
| YUV | 175.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 140 | 0 | 0.37 | 0.41 | 0.06 | 6.06 | 0.76 | 0.74 |
| Hex | EF | 96 | 8C | 0 | 25 | 29 | 6 | 6 | 4C | 4A |
| Octal | 357 | 226 | 214 | 0 | 45 | 51 | 6 | 6 | 114 | 112 |
| Binary | 11101111 | 10010110 | 10001100 | 0 | 100101 | 101001 | 110 | 110 | 1001100 | 1001010 |
Color Harmonies of #EF968C
Complementary color
Monochromatic Colors of #EF968C
Black with #EF968C
Text Example
Text Example
White with #EF968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF968C; }
p { color: rgb(239,150,140); }
H1.HeaderClassName
{
color: #EF968C;
}
.AnyTagClassName
{
color: #EF968C;
}
</style>
background-color css
<style>
a { background-color: #EF968C; }
a { background-color: rgb(239,150,140); }
div.DivClassName
{
background-color: #EF968C;
}
.BgClassName
{
background-color: #EF968C;
}
</style>
border-color css
<style>
span { border-color: #EF968C; }
span { border-color: rgb(239,150,140); }
td.TdClassName
{
border-color: #EF968C;
}
.TagClassName
{
border-color: #EF968C;
}
</style>