Shades of Lavender Pink #ECAACC
Tints of Lavender Pink #ECAACC
RGB
CMYK
RGB Variations
Color information
#ECAACC (or 0xECAACC) is known color: Lavender Pink. HEX triplet: EC, AA and CC. RGB value is (236,170,204). Sum of RGB (Red+Green+Blue) = 236+170+204=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACC is #135533. Grayscale: #C1C1C1. Windows color (decimal): -1266996 or 13413100. OLE color: 13413100.
HSL color Cylindrical-coordinate representation of color #ECAACC: hue angle of 329.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAACC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 204 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.07 |
| HSL | 329.09º | 0.63% | 0.8% | - |
| HSV(B) | 329.09º | 0.28% | 0.93% | - |
| XYZ | 59.87 | 50.94 | 63.8 | - |
| YUV | 193.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 204 | 0 | 0.28 | 0.14 | 0.07 | 329.09 | 0.63 | 0.8 |
| Hex | EC | AA | CC | 0 | 1C | E | 7 | 149 | 3F | 50 |
| Octal | 354 | 252 | 314 | 0 | 34 | 16 | 7 | 511 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11001100 | 0 | 11100 | 1110 | 111 | 101001001 | 111111 | 1010000 |
Color Harmonies of #ECAACC
Complementary color
Monochromatic Colors of #ECAACC
Black with #ECAACC
Text Example
Text Example
White with #ECAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAACC; }
p { color: rgb(236,170,204); }
H1.HeaderClassName
{
color: #ECAACC;
}
.AnyTagClassName
{
color: #ECAACC;
}
</style>
background-color css
<style>
a { background-color: #ECAACC; }
a { background-color: rgb(236,170,204); }
div.DivClassName
{
background-color: #ECAACC;
}
.BgClassName
{
background-color: #ECAACC;
}
</style>
border-color css
<style>
span { border-color: #ECAACC; }
span { border-color: rgb(236,170,204); }
td.TdClassName
{
border-color: #ECAACC;
}
.TagClassName
{
border-color: #ECAACC;
}
</style>