Shades of Sweet Pink #EF9A94
Tints of Sweet Pink #EF9A94
RGB
CMYK
RGB Variations
Color information
#EF9A94 (or 0xEF9A94) is known color: Sweet Pink. HEX triplet: EF, 9A and 94. RGB value is (239,154,148). Sum of RGB (Red+Green+Blue) = 239+154+148=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A94 is #10656B. Grayscale: #B2B2B2. Windows color (decimal): -1074540 or 9738991. OLE color: 9738991.
HSL color Cylindrical-coordinate representation of color #EF9A94: hue angle of 3.96º 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 #EF9A94 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 148 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.06 |
| HSL | 3.96º | 0.74% | 0.76% | - |
| HSV(B) | 3.96º | 0.38% | 0.94% | - |
| XYZ | 52.5 | 43.6 | 33.67 | - |
| YUV | 178.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 148 | 0 | 0.36 | 0.38 | 0.06 | 3.96 | 0.74 | 0.76 |
| Hex | EF | 9A | 94 | 0 | 24 | 26 | 6 | 4 | 4A | 4C |
| Octal | 357 | 232 | 224 | 0 | 44 | 46 | 6 | 4 | 112 | 114 |
| Binary | 11101111 | 10011010 | 10010100 | 0 | 100100 | 100110 | 110 | 100 | 1001010 | 1001100 |
Color Harmonies of #EF9A94
Complementary color
Monochromatic Colors of #EF9A94
Black with #EF9A94
Text Example
Text Example
White with #EF9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A94; }
p { color: rgb(239,154,148); }
H1.HeaderClassName
{
color: #EF9A94;
}
.AnyTagClassName
{
color: #EF9A94;
}
</style>
background-color css
<style>
a { background-color: #EF9A94; }
a { background-color: rgb(239,154,148); }
div.DivClassName
{
background-color: #EF9A94;
}
.BgClassName
{
background-color: #EF9A94;
}
</style>
border-color css
<style>
span { border-color: #EF9A94; }
span { border-color: rgb(239,154,148); }
td.TdClassName
{
border-color: #EF9A94;
}
.TagClassName
{
border-color: #EF9A94;
}
</style>