Shades of Sweet Pink #EC9489
Tints of Sweet Pink #EC9489
RGB
CMYK
RGB Variations
Color information
#EC9489 (or 0xEC9489) is known color: Sweet Pink. HEX triplet: EC, 94 and 89. RGB value is (236,148,137). Sum of RGB (Red+Green+Blue) = 236+148+137=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9489 is #136B76. Grayscale: #ADADAD. Windows color (decimal): -1272695 or 9016556. OLE color: 9016556.
HSL color Cylindrical-coordinate representation of color #EC9489: hue angle of 6.67º 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 #EC9489 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 137 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.07 |
| HSL | 6.67º | 0.72% | 0.73% | - |
| HSV(B) | 6.67º | 0.42% | 0.93% | - |
| XYZ | 49.7 | 40.82 | 28.93 | - |
| YUV | 173.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 137 | 0 | 0.37 | 0.42 | 0.07 | 6.67 | 0.72 | 0.73 |
| Hex | EC | 94 | 89 | 0 | 25 | 2A | 7 | 7 | 48 | 49 |
| Octal | 354 | 224 | 211 | 0 | 45 | 52 | 7 | 7 | 110 | 111 |
| Binary | 11101100 | 10010100 | 10001001 | 0 | 100101 | 101010 | 111 | 111 | 1001000 | 1001001 |
Color Harmonies of #EC9489
Complementary color
Monochromatic Colors of #EC9489
Black with #EC9489
Text Example
Text Example
White with #EC9489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9489; }
p { color: rgb(236,148,137); }
H1.HeaderClassName
{
color: #EC9489;
}
.AnyTagClassName
{
color: #EC9489;
}
</style>
background-color css
<style>
a { background-color: #EC9489; }
a { background-color: rgb(236,148,137); }
div.DivClassName
{
background-color: #EC9489;
}
.BgClassName
{
background-color: #EC9489;
}
</style>
border-color css
<style>
span { border-color: #EC9489; }
span { border-color: rgb(236,148,137); }
td.TdClassName
{
border-color: #EC9489;
}
.TagClassName
{
border-color: #EC9489;
}
</style>