Shades of Sweet Pink #EF968A
Tints of Sweet Pink #EF968A
RGB
CMYK
RGB Variations
Color information
#EF968A (or 0xEF968A) is known color: Sweet Pink. HEX triplet: EF, 96 and 8A. RGB value is (239,150,138). Sum of RGB (Red+Green+Blue) = 239+150+138=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968A is #106975. Grayscale: #AFAFAF. Windows color (decimal): -1075574 or 9082607. OLE color: 9082607.
HSL color Cylindrical-coordinate representation of color #EF968A: hue angle of 7.13º 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 #EF968A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 138 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.06 |
| HSL | 7.13º | 0.76% | 0.74% | - |
| HSV(B) | 7.13º | 0.42% | 0.94% | - |
| XYZ | 51.09 | 42 | 29.46 | - |
| YUV | 175.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 138 | 0 | 0.37 | 0.42 | 0.06 | 7.13 | 0.76 | 0.74 |
| Hex | EF | 96 | 8A | 0 | 25 | 2A | 6 | 7 | 4C | 4A |
| Octal | 357 | 226 | 212 | 0 | 45 | 52 | 6 | 7 | 114 | 112 |
| Binary | 11101111 | 10010110 | 10001010 | 0 | 100101 | 101010 | 110 | 111 | 1001100 | 1001010 |
Color Harmonies of #EF968A
Complementary color
Monochromatic Colors of #EF968A
Black with #EF968A
Text Example
Text Example
White with #EF968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF968A; }
p { color: rgb(239,150,138); }
H1.HeaderClassName
{
color: #EF968A;
}
.AnyTagClassName
{
color: #EF968A;
}
</style>
background-color css
<style>
a { background-color: #EF968A; }
a { background-color: rgb(239,150,138); }
div.DivClassName
{
background-color: #EF968A;
}
.BgClassName
{
background-color: #EF968A;
}
</style>
border-color css
<style>
span { border-color: #EF968A; }
span { border-color: rgb(239,150,138); }
td.TdClassName
{
border-color: #EF968A;
}
.TagClassName
{
border-color: #EF968A;
}
</style>