Shades of Sweet Pink #EC9C95
Tints of Sweet Pink #EC9C95
RGB
CMYK
RGB Variations
Color information
#EC9C95 (or 0xEC9C95) is known color: Sweet Pink. HEX triplet: EC, 9C and 95. RGB value is (236,156,149). Sum of RGB (Red+Green+Blue) = 236+156+149=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C95 is #13636A. Grayscale: #B3B3B3. Windows color (decimal): -1270635 or 9805036. OLE color: 9805036.
HSL color Cylindrical-coordinate representation of color #EC9C95: hue angle of 4.83º 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 #EC9C95 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 149 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.07 |
| HSL | 4.83º | 0.7% | 0.75% | - |
| HSV(B) | 4.83º | 0.37% | 0.93% | - |
| XYZ | 51.91 | 43.78 | 34.15 | - |
| YUV | 179.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 149 | 0 | 0.34 | 0.37 | 0.07 | 4.83 | 0.7 | 0.75 |
| Hex | EC | 9C | 95 | 0 | 22 | 25 | 7 | 5 | 46 | 4B |
| Octal | 354 | 234 | 225 | 0 | 42 | 45 | 7 | 5 | 106 | 113 |
| Binary | 11101100 | 10011100 | 10010101 | 0 | 100010 | 100101 | 111 | 101 | 1000110 | 1001011 |
Color Harmonies of #EC9C95
Complementary color
Monochromatic Colors of #EC9C95
Black with #EC9C95
Text Example
Text Example
White with #EC9C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C95; }
p { color: rgb(236,156,149); }
H1.HeaderClassName
{
color: #EC9C95;
}
.AnyTagClassName
{
color: #EC9C95;
}
</style>
background-color css
<style>
a { background-color: #EC9C95; }
a { background-color: rgb(236,156,149); }
div.DivClassName
{
background-color: #EC9C95;
}
.BgClassName
{
background-color: #EC9C95;
}
</style>
border-color css
<style>
span { border-color: #EC9C95; }
span { border-color: rgb(236,156,149); }
td.TdClassName
{
border-color: #EC9C95;
}
.TagClassName
{
border-color: #EC9C95;
}
</style>