Shades of Sweet Pink #EC9890
Tints of Sweet Pink #EC9890
RGB
CMYK
RGB Variations
Color information
#EC9890 (or 0xEC9890) is known color: Sweet Pink. HEX triplet: EC, 98 and 90. RGB value is (236,152,144). Sum of RGB (Red+Green+Blue) = 236+152+144=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9890 is #13676F. Grayscale: #B0B0B0. Windows color (decimal): -1271664 or 9476332. OLE color: 9476332.
HSL color Cylindrical-coordinate representation of color #EC9890: hue angle of 5.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC9890 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 144 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.07 |
| HSL | 5.22º | 0.71% | 0.75% | - |
| HSV(B) | 5.22º | 0.39% | 0.93% | - |
| XYZ | 50.85 | 42.3 | 31.87 | - |
| YUV | 176.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 144 | 0 | 0.36 | 0.39 | 0.07 | 5.22 | 0.71 | 0.75 |
| Hex | EC | 98 | 90 | 0 | 24 | 27 | 7 | 5 | 47 | 4B |
| Octal | 354 | 230 | 220 | 0 | 44 | 47 | 7 | 5 | 107 | 113 |
| Binary | 11101100 | 10011000 | 10010000 | 0 | 100100 | 100111 | 111 | 101 | 1000111 | 1001011 |
Color Harmonies of #EC9890
Complementary color
Monochromatic Colors of #EC9890
Black with #EC9890
Text Example
Text Example
White with #EC9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9890; }
p { color: rgb(236,152,144); }
H1.HeaderClassName
{
color: #EC9890;
}
.AnyTagClassName
{
color: #EC9890;
}
</style>
background-color css
<style>
a { background-color: #EC9890; }
a { background-color: rgb(236,152,144); }
div.DivClassName
{
background-color: #EC9890;
}
.BgClassName
{
background-color: #EC9890;
}
</style>
border-color css
<style>
span { border-color: #EC9890; }
span { border-color: rgb(236,152,144); }
td.TdClassName
{
border-color: #EC9890;
}
.TagClassName
{
border-color: #EC9890;
}
</style>