Shades of Sweet Pink #EF9C9A
Tints of Sweet Pink #EF9C9A
RGB
CMYK
RGB Variations
Color information
#EF9C9A (or 0xEF9C9A) is known color: Sweet Pink. HEX triplet: EF, 9C and 9A. RGB value is (239,156,154). Sum of RGB (Red+Green+Blue) = 239+156+154=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C9A is #106365. Grayscale: #B4B4B4. Windows color (decimal): -1074022 or 10132719. OLE color: 10132719.
HSL color Cylindrical-coordinate representation of color #EF9C9A: hue angle of 1.41º 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 #EF9C9A is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 154 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.06 |
| HSL | 1.41º | 0.73% | 0.77% | - |
| HSV(B) | 1.41º | 0.36% | 0.94% | - |
| XYZ | 53.32 | 44.46 | 36.34 | - |
| YUV | 180.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 154 | 0 | 0.35 | 0.36 | 0.06 | 1.41 | 0.73 | 0.77 |
| Hex | EF | 9C | 9A | 0 | 23 | 24 | 6 | 1 | 49 | 4D |
| Octal | 357 | 234 | 232 | 0 | 43 | 44 | 6 | 1 | 111 | 115 |
| Binary | 11101111 | 10011100 | 10011010 | 0 | 100011 | 100100 | 110 | 1 | 1001001 | 1001101 |
Color Harmonies of #EF9C9A
Complementary color
Monochromatic Colors of #EF9C9A
Black with #EF9C9A
Text Example
Text Example
White with #EF9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C9A; }
p { color: rgb(239,156,154); }
H1.HeaderClassName
{
color: #EF9C9A;
}
.AnyTagClassName
{
color: #EF9C9A;
}
</style>
background-color css
<style>
a { background-color: #EF9C9A; }
a { background-color: rgb(239,156,154); }
div.DivClassName
{
background-color: #EF9C9A;
}
.BgClassName
{
background-color: #EF9C9A;
}
</style>
border-color css
<style>
span { border-color: #EF9C9A; }
span { border-color: rgb(239,156,154); }
td.TdClassName
{
border-color: #EF9C9A;
}
.TagClassName
{
border-color: #EF9C9A;
}
</style>