Shades of Sweet Pink #ECA09A
Tints of Sweet Pink #ECA09A
RGB
CMYK
RGB Variations
Color information
#ECA09A (or 0xECA09A) is known color: Sweet Pink. HEX triplet: EC, A0 and 9A. RGB value is (236,160,154). Sum of RGB (Red+Green+Blue) = 236+160+154=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA09A is #135F65. Grayscale: #B6B6B6. Windows color (decimal): -1269606 or 10133740. OLE color: 10133740.
HSL color Cylindrical-coordinate representation of color #ECA09A: hue angle of 4.39º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECA09A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 154 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.07 |
| HSL | 4.39º | 0.68% | 0.76% | - |
| HSV(B) | 4.39º | 0.35% | 0.93% | - |
| XYZ | 53 | 45.31 | 36.52 | - |
| YUV | 182.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 154 | 0 | 0.32 | 0.35 | 0.07 | 4.39 | 0.68 | 0.76 |
| Hex | EC | A0 | 9A | 0 | 20 | 23 | 7 | 4 | 44 | 4C |
| Octal | 354 | 240 | 232 | 0 | 40 | 43 | 7 | 4 | 104 | 114 |
| Binary | 11101100 | 10100000 | 10011010 | 0 | 100000 | 100011 | 111 | 100 | 1000100 | 1001100 |
Color Harmonies of #ECA09A
Complementary color
Monochromatic Colors of #ECA09A
Black with #ECA09A
Text Example
Text Example
White with #ECA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA09A; }
p { color: rgb(236,160,154); }
H1.HeaderClassName
{
color: #ECA09A;
}
.AnyTagClassName
{
color: #ECA09A;
}
</style>
background-color css
<style>
a { background-color: #ECA09A; }
a { background-color: rgb(236,160,154); }
div.DivClassName
{
background-color: #ECA09A;
}
.BgClassName
{
background-color: #ECA09A;
}
</style>
border-color css
<style>
span { border-color: #ECA09A; }
span { border-color: rgb(236,160,154); }
td.TdClassName
{
border-color: #ECA09A;
}
.TagClassName
{
border-color: #ECA09A;
}
</style>