Shades of Sweet Pink #EC9588
Tints of Sweet Pink #EC9588
RGB
CMYK
RGB Variations
Color information
#EC9588 (or 0xEC9588) is known color: Sweet Pink. HEX triplet: EC, 95 and 88. RGB value is (236,149,136). Sum of RGB (Red+Green+Blue) = 236+149+136=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9588 is #136A77. Grayscale: #ADADAD. Windows color (decimal): -1272440 or 8951276. OLE color: 8951276.
HSL color Cylindrical-coordinate representation of color #EC9588: hue angle of 7.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC9588 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 136 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.07 |
| HSL | 7.8º | 0.72% | 0.73% | - |
| HSV(B) | 7.8º | 0.42% | 0.93% | - |
| XYZ | 49.78 | 41.11 | 28.6 | - |
| YUV | 173.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 136 | 0 | 0.37 | 0.42 | 0.07 | 7.8 | 0.72 | 0.73 |
| Hex | EC | 95 | 88 | 0 | 25 | 2A | 7 | 8 | 48 | 49 |
| Octal | 354 | 225 | 210 | 0 | 45 | 52 | 7 | 10 | 110 | 111 |
| Binary | 11101100 | 10010101 | 10001000 | 0 | 100101 | 101010 | 111 | 1000 | 1001000 | 1001001 |
Color Harmonies of #EC9588
Complementary color
Monochromatic Colors of #EC9588
Black with #EC9588
Text Example
Text Example
White with #EC9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9588; }
p { color: rgb(236,149,136); }
H1.HeaderClassName
{
color: #EC9588;
}
.AnyTagClassName
{
color: #EC9588;
}
</style>
background-color css
<style>
a { background-color: #EC9588; }
a { background-color: rgb(236,149,136); }
div.DivClassName
{
background-color: #EC9588;
}
.BgClassName
{
background-color: #EC9588;
}
</style>
border-color css
<style>
span { border-color: #EC9588; }
span { border-color: rgb(236,149,136); }
td.TdClassName
{
border-color: #EC9588;
}
.TagClassName
{
border-color: #EC9588;
}
</style>