Shades of Sweet Pink #EF9C98
Tints of Sweet Pink #EF9C98
RGB
CMYK
RGB Variations
Color information
#EF9C98 (or 0xEF9C98) is known color: Sweet Pink. HEX triplet: EF, 9C and 98. RGB value is (239,156,152). Sum of RGB (Red+Green+Blue) = 239+156+152=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C98 is #106367. Grayscale: #B4B4B4. Windows color (decimal): -1074024 or 10001647. OLE color: 10001647.
HSL color Cylindrical-coordinate representation of color #EF9C98: hue angle of 2.76º 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 #EF9C98 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 152 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.06 |
| HSL | 2.76º | 0.73% | 0.77% | - |
| HSV(B) | 2.76º | 0.36% | 0.94% | - |
| XYZ | 53.15 | 44.39 | 35.47 | - |
| YUV | 180.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 152 | 0 | 0.35 | 0.36 | 0.06 | 2.76 | 0.73 | 0.77 |
| Hex | EF | 9C | 98 | 0 | 23 | 24 | 6 | 3 | 49 | 4D |
| Octal | 357 | 234 | 230 | 0 | 43 | 44 | 6 | 3 | 111 | 115 |
| Binary | 11101111 | 10011100 | 10011000 | 0 | 100011 | 100100 | 110 | 11 | 1001001 | 1001101 |
Color Harmonies of #EF9C98
Complementary color
Monochromatic Colors of #EF9C98
Black with #EF9C98
Text Example
Text Example
White with #EF9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C98; }
p { color: rgb(239,156,152); }
H1.HeaderClassName
{
color: #EF9C98;
}
.AnyTagClassName
{
color: #EF9C98;
}
</style>
background-color css
<style>
a { background-color: #EF9C98; }
a { background-color: rgb(239,156,152); }
div.DivClassName
{
background-color: #EF9C98;
}
.BgClassName
{
background-color: #EF9C98;
}
</style>
border-color css
<style>
span { border-color: #EF9C98; }
span { border-color: rgb(239,156,152); }
td.TdClassName
{
border-color: #EF9C98;
}
.TagClassName
{
border-color: #EF9C98;
}
</style>