Shades of Sweet Pink #EC9689
Tints of Sweet Pink #EC9689
RGB
CMYK
RGB Variations
Color information
#EC9689 (or 0xEC9689) is known color: Sweet Pink. HEX triplet: EC, 96 and 89. RGB value is (236,150,137). Sum of RGB (Red+Green+Blue) = 236+150+137=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9689 is #136976. Grayscale: #AEAEAE. Windows color (decimal): -1272183 or 9017068. OLE color: 9017068.
HSL color Cylindrical-coordinate representation of color #EC9689: hue angle of 7.88º 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 #EC9689 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 137 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.07 |
| HSL | 7.88º | 0.72% | 0.73% | - |
| HSV(B) | 7.88º | 0.42% | 0.93% | - |
| XYZ | 50.01 | 41.45 | 29.03 | - |
| YUV | 174.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 137 | 0 | 0.36 | 0.42 | 0.07 | 7.88 | 0.72 | 0.73 |
| Hex | EC | 96 | 89 | 0 | 24 | 2A | 7 | 8 | 48 | 49 |
| Octal | 354 | 226 | 211 | 0 | 44 | 52 | 7 | 10 | 110 | 111 |
| Binary | 11101100 | 10010110 | 10001001 | 0 | 100100 | 101010 | 111 | 1000 | 1001000 | 1001001 |
Color Harmonies of #EC9689
Complementary color
Monochromatic Colors of #EC9689
Black with #EC9689
Text Example
Text Example
White with #EC9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9689; }
p { color: rgb(236,150,137); }
H1.HeaderClassName
{
color: #EC9689;
}
.AnyTagClassName
{
color: #EC9689;
}
</style>
background-color css
<style>
a { background-color: #EC9689; }
a { background-color: rgb(236,150,137); }
div.DivClassName
{
background-color: #EC9689;
}
.BgClassName
{
background-color: #EC9689;
}
</style>
border-color css
<style>
span { border-color: #EC9689; }
span { border-color: rgb(236,150,137); }
td.TdClassName
{
border-color: #EC9689;
}
.TagClassName
{
border-color: #EC9689;
}
</style>