Shades of Sweet Pink #EC9F9F
Tints of Sweet Pink #EC9F9F
RGB
CMYK
RGB Variations
Color information
#EC9F9F (or 0xEC9F9F) is known color: Sweet Pink. HEX triplet: EC, 9F and 9F. RGB value is (236,159,159). Sum of RGB (Red+Green+Blue) = 236+159+159=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F9F is #136060. Grayscale: #B6B6B6. Windows color (decimal): -1269857 or 10461164. OLE color: 10461164.
HSL color Cylindrical-coordinate representation of color #EC9F9F: hue angle of 0º 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 #EC9F9F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 159 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.07 |
| HSL | 0º | 0.67% | 0.77% | - |
| HSV(B) | 0º | 0.33% | 0.93% | - |
| XYZ | 53.25 | 45.13 | 38.71 | - |
| YUV | 182.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 159 | 0 | 0.33 | 0.33 | 0.07 | 0 | 0.67 | 0.77 |
| Hex | EC | 9F | 9F | 0 | 21 | 21 | 7 | 0 | 43 | 4D |
| Octal | 354 | 237 | 237 | 0 | 41 | 41 | 7 | 0 | 103 | 115 |
| Binary | 11101100 | 10011111 | 10011111 | 0 | 100001 | 100001 | 111 | 0 | 1000011 | 1001101 |
Color Harmonies of #EC9F9F
Complementary color
Monochromatic Colors of #EC9F9F
Black with #EC9F9F
Text Example
Text Example
White with #EC9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F9F; }
p { color: rgb(236,159,159); }
H1.HeaderClassName
{
color: #EC9F9F;
}
.AnyTagClassName
{
color: #EC9F9F;
}
</style>
background-color css
<style>
a { background-color: #EC9F9F; }
a { background-color: rgb(236,159,159); }
div.DivClassName
{
background-color: #EC9F9F;
}
.BgClassName
{
background-color: #EC9F9F;
}
</style>
border-color css
<style>
span { border-color: #EC9F9F; }
span { border-color: rgb(236,159,159); }
td.TdClassName
{
border-color: #EC9F9F;
}
.TagClassName
{
border-color: #EC9F9F;
}
</style>