Shades of Sweet Pink #EC9895
Tints of Sweet Pink #EC9895
RGB
CMYK
RGB Variations
Color information
#EC9895 (or 0xEC9895) is known color: Sweet Pink. HEX triplet: EC, 98 and 95. RGB value is (236,152,149). Sum of RGB (Red+Green+Blue) = 236+152+149=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9895 is #13676A. Grayscale: #B0B0B0. Windows color (decimal): -1271659 or 9804012. OLE color: 9804012.
HSL color Cylindrical-coordinate representation of color #EC9895: hue angle of 2.07º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9895 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 149 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.07 |
| HSL | 2.07º | 0.7% | 0.75% | - |
| HSV(B) | 2.07º | 0.37% | 0.93% | - |
| XYZ | 51.25 | 42.46 | 33.93 | - |
| YUV | 176.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 149 | 0 | 0.36 | 0.37 | 0.07 | 2.07 | 0.7 | 0.75 |
| Hex | EC | 98 | 95 | 0 | 24 | 25 | 7 | 2 | 46 | 4B |
| Octal | 354 | 230 | 225 | 0 | 44 | 45 | 7 | 2 | 106 | 113 |
| Binary | 11101100 | 10011000 | 10010101 | 0 | 100100 | 100101 | 111 | 10 | 1000110 | 1001011 |
Color Harmonies of #EC9895
Complementary color
Monochromatic Colors of #EC9895
Black with #EC9895
Text Example
Text Example
White with #EC9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9895; }
p { color: rgb(236,152,149); }
H1.HeaderClassName
{
color: #EC9895;
}
.AnyTagClassName
{
color: #EC9895;
}
</style>
background-color css
<style>
a { background-color: #EC9895; }
a { background-color: rgb(236,152,149); }
div.DivClassName
{
background-color: #EC9895;
}
.BgClassName
{
background-color: #EC9895;
}
</style>
border-color css
<style>
span { border-color: #EC9895; }
span { border-color: rgb(236,152,149); }
td.TdClassName
{
border-color: #EC9895;
}
.TagClassName
{
border-color: #EC9895;
}
</style>