Shades of Sweet Pink #ECA09B
Tints of Sweet Pink #ECA09B
RGB
CMYK
RGB Variations
Color information
#ECA09B (or 0xECA09B) is known color: Sweet Pink. HEX triplet: EC, A0 and 9B. RGB value is (236,160,155). Sum of RGB (Red+Green+Blue) = 236+160+155=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA09B is #135F64. Grayscale: #B6B6B6. Windows color (decimal): -1269605 or 10199276. OLE color: 10199276.
HSL color Cylindrical-coordinate representation of color #ECA09B: hue angle of 3.7º 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 #ECA09B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 155 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.07 |
| HSL | 3.7º | 0.68% | 0.77% | - |
| HSV(B) | 3.7º | 0.34% | 0.93% | - |
| XYZ | 53.08 | 45.34 | 36.96 | - |
| YUV | 182.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 155 | 0 | 0.32 | 0.34 | 0.07 | 3.7 | 0.68 | 0.77 |
| Hex | EC | A0 | 9B | 0 | 20 | 22 | 7 | 4 | 44 | 4D |
| Octal | 354 | 240 | 233 | 0 | 40 | 42 | 7 | 4 | 104 | 115 |
| Binary | 11101100 | 10100000 | 10011011 | 0 | 100000 | 100010 | 111 | 100 | 1000100 | 1001101 |
Color Harmonies of #ECA09B
Complementary color
Monochromatic Colors of #ECA09B
Black with #ECA09B
Text Example
Text Example
White with #ECA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA09B; }
p { color: rgb(236,160,155); }
H1.HeaderClassName
{
color: #ECA09B;
}
.AnyTagClassName
{
color: #ECA09B;
}
</style>
background-color css
<style>
a { background-color: #ECA09B; }
a { background-color: rgb(236,160,155); }
div.DivClassName
{
background-color: #ECA09B;
}
.BgClassName
{
background-color: #ECA09B;
}
</style>
border-color css
<style>
span { border-color: #ECA09B; }
span { border-color: rgb(236,160,155); }
td.TdClassName
{
border-color: #ECA09B;
}
.TagClassName
{
border-color: #ECA09B;
}
</style>