Shades of Sweet Pink #EF9694
Tints of Sweet Pink #EF9694
RGB
CMYK
RGB Variations
Color information
#EF9694 (or 0xEF9694) is known color: Sweet Pink. HEX triplet: EF, 96 and 94. RGB value is (239,150,148). Sum of RGB (Red+Green+Blue) = 239+150+148=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9694 is #10696B. Grayscale: #B0B0B0. Windows color (decimal): -1075564 or 9737967. OLE color: 9737967.
HSL color Cylindrical-coordinate representation of color #EF9694: hue angle of 1.32º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9694 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 148 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.06 |
| HSL | 1.32º | 0.74% | 0.76% | - |
| HSV(B) | 1.32º | 0.38% | 0.94% | - |
| XYZ | 51.85 | 42.3 | 33.45 | - |
| YUV | 176.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 148 | 0 | 0.37 | 0.38 | 0.06 | 1.32 | 0.74 | 0.76 |
| Hex | EF | 96 | 94 | 0 | 25 | 26 | 6 | 1 | 4A | 4C |
| Octal | 357 | 226 | 224 | 0 | 45 | 46 | 6 | 1 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10010100 | 0 | 100101 | 100110 | 110 | 1 | 1001010 | 1001100 |
Color Harmonies of #EF9694
Complementary color
Monochromatic Colors of #EF9694
Black with #EF9694
Text Example
Text Example
White with #EF9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9694; }
p { color: rgb(239,150,148); }
H1.HeaderClassName
{
color: #EF9694;
}
.AnyTagClassName
{
color: #EF9694;
}
</style>
background-color css
<style>
a { background-color: #EF9694; }
a { background-color: rgb(239,150,148); }
div.DivClassName
{
background-color: #EF9694;
}
.BgClassName
{
background-color: #EF9694;
}
</style>
border-color css
<style>
span { border-color: #EF9694; }
span { border-color: rgb(239,150,148); }
td.TdClassName
{
border-color: #EF9694;
}
.TagClassName
{
border-color: #EF9694;
}
</style>