Shades of Sweet Pink #ECA09D
Tints of Sweet Pink #ECA09D
RGB
CMYK
RGB Variations
Color information
#ECA09D (or 0xECA09D) is known color: Sweet Pink. HEX triplet: EC, A0 and 9D. RGB value is (236,160,157). Sum of RGB (Red+Green+Blue) = 236+160+157=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA09D is #135F62. Grayscale: #B6B6B6. Windows color (decimal): -1269603 or 10330348. OLE color: 10330348.
HSL color Cylindrical-coordinate representation of color #ECA09D: hue angle of 2.28º 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 #ECA09D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 157 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.07 |
| HSL | 2.28º | 0.68% | 0.77% | - |
| HSV(B) | 2.28º | 0.33% | 0.93% | - |
| XYZ | 53.25 | 45.41 | 37.86 | - |
| YUV | 182.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 157 | 0 | 0.32 | 0.33 | 0.07 | 2.28 | 0.68 | 0.77 |
| Hex | EC | A0 | 9D | 0 | 20 | 21 | 7 | 2 | 44 | 4D |
| Octal | 354 | 240 | 235 | 0 | 40 | 41 | 7 | 2 | 104 | 115 |
| Binary | 11101100 | 10100000 | 10011101 | 0 | 100000 | 100001 | 111 | 10 | 1000100 | 1001101 |
Color Harmonies of #ECA09D
Complementary color
Monochromatic Colors of #ECA09D
Black with #ECA09D
Text Example
Text Example
White with #ECA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA09D; }
p { color: rgb(236,160,157); }
H1.HeaderClassName
{
color: #ECA09D;
}
.AnyTagClassName
{
color: #ECA09D;
}
</style>
background-color css
<style>
a { background-color: #ECA09D; }
a { background-color: rgb(236,160,157); }
div.DivClassName
{
background-color: #ECA09D;
}
.BgClassName
{
background-color: #ECA09D;
}
</style>
border-color css
<style>
span { border-color: #ECA09D; }
span { border-color: rgb(236,160,157); }
td.TdClassName
{
border-color: #ECA09D;
}
.TagClassName
{
border-color: #ECA09D;
}
</style>