Shades of Sweet Pink #EC9D9D
Tints of Sweet Pink #EC9D9D
RGB
CMYK
RGB Variations
Color information
#EC9D9D (or 0xEC9D9D) is known color: Sweet Pink. HEX triplet: EC, 9D and 9D. RGB value is (236,157,157). Sum of RGB (Red+Green+Blue) = 236+157+157=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D9D is #136262. Grayscale: #B4B4B4. Windows color (decimal): -1270371 or 10329580. OLE color: 10329580.
HSL color Cylindrical-coordinate representation of color #EC9D9D: hue angle of 0º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9D9D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 157 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.07 |
| HSL | 0º | 0.68% | 0.77% | - |
| HSV(B) | 0º | 0.33% | 0.93% | - |
| XYZ | 52.73 | 44.38 | 37.69 | - |
| YUV | 180.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 157 | 0 | 0.33 | 0.33 | 0.07 | 0 | 0.68 | 0.77 |
| Hex | EC | 9D | 9D | 0 | 21 | 21 | 7 | 0 | 44 | 4D |
| Octal | 354 | 235 | 235 | 0 | 41 | 41 | 7 | 0 | 104 | 115 |
| Binary | 11101100 | 10011101 | 10011101 | 0 | 100001 | 100001 | 111 | 0 | 1000100 | 1001101 |
Color Harmonies of #EC9D9D
Complementary color
Monochromatic Colors of #EC9D9D
Black with #EC9D9D
Text Example
Text Example
White with #EC9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D9D; }
p { color: rgb(236,157,157); }
H1.HeaderClassName
{
color: #EC9D9D;
}
.AnyTagClassName
{
color: #EC9D9D;
}
</style>
background-color css
<style>
a { background-color: #EC9D9D; }
a { background-color: rgb(236,157,157); }
div.DivClassName
{
background-color: #EC9D9D;
}
.BgClassName
{
background-color: #EC9D9D;
}
</style>
border-color css
<style>
span { border-color: #EC9D9D; }
span { border-color: rgb(236,157,157); }
td.TdClassName
{
border-color: #EC9D9D;
}
.TagClassName
{
border-color: #EC9D9D;
}
</style>