Shades of Sweet Pink #EC9F9E
Tints of Sweet Pink #EC9F9E
RGB
CMYK
RGB Variations
Color information
#EC9F9E (or 0xEC9F9E) is known color: Sweet Pink. HEX triplet: EC, 9F and 9E. RGB value is (236,159,158). Sum of RGB (Red+Green+Blue) = 236+159+158=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F9E is #136061. Grayscale: #B5B5B5. Windows color (decimal): -1269858 or 10395628. OLE color: 10395628.
HSL color Cylindrical-coordinate representation of color #EC9F9E: hue angle of 0.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9F9E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 158 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.07 |
| HSL | 0.77º | 0.67% | 0.77% | - |
| HSV(B) | 0.77º | 0.33% | 0.93% | - |
| XYZ | 53.16 | 45.1 | 38.25 | - |
| YUV | 181.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 158 | 0 | 0.33 | 0.33 | 0.07 | 0.77 | 0.67 | 0.77 |
| Hex | EC | 9F | 9E | 0 | 21 | 21 | 7 | 1 | 43 | 4D |
| Octal | 354 | 237 | 236 | 0 | 41 | 41 | 7 | 1 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10011110 | 0 | 100001 | 100001 | 111 | 1 | 1000011 | 1001101 |
Color Harmonies of #EC9F9E
Complementary color
Monochromatic Colors of #EC9F9E
Black with #EC9F9E
Text Example
Text Example
White with #EC9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F9E; }
p { color: rgb(236,159,158); }
H1.HeaderClassName
{
color: #EC9F9E;
}
.AnyTagClassName
{
color: #EC9F9E;
}
</style>
background-color css
<style>
a { background-color: #EC9F9E; }
a { background-color: rgb(236,159,158); }
div.DivClassName
{
background-color: #EC9F9E;
}
.BgClassName
{
background-color: #EC9F9E;
}
</style>
border-color css
<style>
span { border-color: #EC9F9E; }
span { border-color: rgb(236,159,158); }
td.TdClassName
{
border-color: #EC9F9E;
}
.TagClassName
{
border-color: #EC9F9E;
}
</style>