Shades of Sweet Pink #EC9590
Tints of Sweet Pink #EC9590
RGB
CMYK
RGB Variations
Color information
#EC9590 (or 0xEC9590) is known color: Sweet Pink. HEX triplet: EC, 95 and 90. RGB value is (236,149,144). Sum of RGB (Red+Green+Blue) = 236+149+144=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9590 is #136A6F. Grayscale: #AEAEAE. Windows color (decimal): -1272432 or 9475564. OLE color: 9475564.
HSL color Cylindrical-coordinate representation of color #EC9590: hue angle of 3.26º 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 #EC9590 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 144 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.07 |
| HSL | 3.26º | 0.71% | 0.75% | - |
| HSV(B) | 3.26º | 0.39% | 0.93% | - |
| XYZ | 50.37 | 41.34 | 31.71 | - |
| YUV | 174.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 144 | 0 | 0.37 | 0.39 | 0.07 | 3.26 | 0.71 | 0.75 |
| Hex | EC | 95 | 90 | 0 | 25 | 27 | 7 | 3 | 47 | 4B |
| Octal | 354 | 225 | 220 | 0 | 45 | 47 | 7 | 3 | 107 | 113 |
| Binary | 11101100 | 10010101 | 10010000 | 0 | 100101 | 100111 | 111 | 11 | 1000111 | 1001011 |
Color Harmonies of #EC9590
Complementary color
Monochromatic Colors of #EC9590
Black with #EC9590
Text Example
Text Example
White with #EC9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9590; }
p { color: rgb(236,149,144); }
H1.HeaderClassName
{
color: #EC9590;
}
.AnyTagClassName
{
color: #EC9590;
}
</style>
background-color css
<style>
a { background-color: #EC9590; }
a { background-color: rgb(236,149,144); }
div.DivClassName
{
background-color: #EC9590;
}
.BgClassName
{
background-color: #EC9590;
}
</style>
border-color css
<style>
span { border-color: #EC9590; }
span { border-color: rgb(236,149,144); }
td.TdClassName
{
border-color: #EC9590;
}
.TagClassName
{
border-color: #EC9590;
}
</style>