Shades of Sweet Pink #EF9F9A
Tints of Sweet Pink #EF9F9A
RGB
CMYK
RGB Variations
Color information
#EF9F9A (or 0xEF9F9A) is known color: Sweet Pink. HEX triplet: EF, 9F and 9A. RGB value is (239,159,154). Sum of RGB (Red+Green+Blue) = 239+159+154=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F9A is #106065. Grayscale: #B6B6B6. Windows color (decimal): -1073254 or 10133487. OLE color: 10133487.
HSL color Cylindrical-coordinate representation of color #EF9F9A: hue angle of 3.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9F9A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 154 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.06 |
| HSL | 3.53º | 0.73% | 0.77% | - |
| HSV(B) | 3.53º | 0.36% | 0.94% | - |
| XYZ | 53.83 | 45.48 | 36.51 | - |
| YUV | 182.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 154 | 0 | 0.33 | 0.36 | 0.06 | 3.53 | 0.73 | 0.77 |
| Hex | EF | 9F | 9A | 0 | 21 | 24 | 6 | 4 | 49 | 4D |
| Octal | 357 | 237 | 232 | 0 | 41 | 44 | 6 | 4 | 111 | 115 |
| Binary | 11101111 | 10011111 | 10011010 | 0 | 100001 | 100100 | 110 | 100 | 1001001 | 1001101 |
Color Harmonies of #EF9F9A
Complementary color
Monochromatic Colors of #EF9F9A
Black with #EF9F9A
Text Example
Text Example
White with #EF9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F9A; }
p { color: rgb(239,159,154); }
H1.HeaderClassName
{
color: #EF9F9A;
}
.AnyTagClassName
{
color: #EF9F9A;
}
</style>
background-color css
<style>
a { background-color: #EF9F9A; }
a { background-color: rgb(239,159,154); }
div.DivClassName
{
background-color: #EF9F9A;
}
.BgClassName
{
background-color: #EF9F9A;
}
</style>
border-color css
<style>
span { border-color: #EF9F9A; }
span { border-color: rgb(239,159,154); }
td.TdClassName
{
border-color: #EF9F9A;
}
.TagClassName
{
border-color: #EF9F9A;
}
</style>