Shades of Sweet Pink #EC9C9B
Tints of Sweet Pink #EC9C9B
RGB
CMYK
RGB Variations
Color information
#EC9C9B (or 0xEC9C9B) is known color: Sweet Pink. HEX triplet: EC, 9C and 9B. RGB value is (236,156,155). Sum of RGB (Red+Green+Blue) = 236+156+155=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C9B is #136364. Grayscale: #B3B3B3. Windows color (decimal): -1270629 or 10198252. OLE color: 10198252.
HSL color Cylindrical-coordinate representation of color #EC9C9B: hue angle of 0.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9C9B is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 155 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.07 |
| HSL | 0.74º | 0.68% | 0.77% | - |
| HSV(B) | 0.74º | 0.34% | 0.93% | - |
| XYZ | 52.4 | 43.98 | 36.74 | - |
| YUV | 179.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 155 | 0 | 0.34 | 0.34 | 0.07 | 0.74 | 0.68 | 0.77 |
| Hex | EC | 9C | 9B | 0 | 22 | 22 | 7 | 1 | 44 | 4D |
| Octal | 354 | 234 | 233 | 0 | 42 | 42 | 7 | 1 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10011011 | 0 | 100010 | 100010 | 111 | 1 | 1000100 | 1001101 |
Color Harmonies of #EC9C9B
Complementary color
Monochromatic Colors of #EC9C9B
Black with #EC9C9B
Text Example
Text Example
White with #EC9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C9B; }
p { color: rgb(236,156,155); }
H1.HeaderClassName
{
color: #EC9C9B;
}
.AnyTagClassName
{
color: #EC9C9B;
}
</style>
background-color css
<style>
a { background-color: #EC9C9B; }
a { background-color: rgb(236,156,155); }
div.DivClassName
{
background-color: #EC9C9B;
}
.BgClassName
{
background-color: #EC9C9B;
}
</style>
border-color css
<style>
span { border-color: #EC9C9B; }
span { border-color: rgb(236,156,155); }
td.TdClassName
{
border-color: #EC9C9B;
}
.TagClassName
{
border-color: #EC9C9B;
}
</style>