Shades of Sweet Pink #EC9F9D
Tints of Sweet Pink #EC9F9D
RGB
CMYK
RGB Variations
Color information
#EC9F9D (or 0xEC9F9D) is known color: Sweet Pink. HEX triplet: EC, 9F and 9D. RGB value is (236,159,157). Sum of RGB (Red+Green+Blue) = 236+159+157=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F9D is #136062. Grayscale: #B5B5B5. Windows color (decimal): -1269859 or 10330092. OLE color: 10330092.
HSL color Cylindrical-coordinate representation of color #EC9F9D: hue angle of 1.52º degrees, saturation: 0.68, 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 #EC9F9D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 157 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.07 |
| HSL | 1.52º | 0.68% | 0.77% | - |
| HSV(B) | 1.52º | 0.33% | 0.93% | - |
| XYZ | 53.08 | 45.06 | 37.8 | - |
| YUV | 181.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 157 | 0 | 0.33 | 0.33 | 0.07 | 1.52 | 0.68 | 0.77 |
| Hex | EC | 9F | 9D | 0 | 21 | 21 | 7 | 2 | 44 | 4D |
| Octal | 354 | 237 | 235 | 0 | 41 | 41 | 7 | 2 | 104 | 115 |
| Binary | 11101100 | 10011111 | 10011101 | 0 | 100001 | 100001 | 111 | 10 | 1000100 | 1001101 |
Color Harmonies of #EC9F9D
Complementary color
Monochromatic Colors of #EC9F9D
Black with #EC9F9D
Text Example
Text Example
White with #EC9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F9D; }
p { color: rgb(236,159,157); }
H1.HeaderClassName
{
color: #EC9F9D;
}
.AnyTagClassName
{
color: #EC9F9D;
}
</style>
background-color css
<style>
a { background-color: #EC9F9D; }
a { background-color: rgb(236,159,157); }
div.DivClassName
{
background-color: #EC9F9D;
}
.BgClassName
{
background-color: #EC9F9D;
}
</style>
border-color css
<style>
span { border-color: #EC9F9D; }
span { border-color: rgb(236,159,157); }
td.TdClassName
{
border-color: #EC9F9D;
}
.TagClassName
{
border-color: #EC9F9D;
}
</style>