Shades of Lavender Pink #ECACC9
Tints of Lavender Pink #ECACC9
RGB
CMYK
RGB Variations
Color information
#ECACC9 (or 0xECACC9) is known color: Lavender Pink. HEX triplet: EC, AC and C9. RGB value is (236,172,201). Sum of RGB (Red+Green+Blue) = 236+172+201=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC9 is #135336. Grayscale: #C2C2C2. Windows color (decimal): -1266487 or 13217004. OLE color: 13217004.
HSL color Cylindrical-coordinate representation of color #ECACC9: hue angle of 332.81º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACC9 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 201 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.07 |
| HSL | 332.81º | 0.63% | 0.8% | - |
| HSV(B) | 332.81º | 0.27% | 0.93% | - |
| XYZ | 59.89 | 51.55 | 62.05 | - |
| YUV | 194.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 201 | 0 | 0.27 | 0.15 | 0.07 | 332.81 | 0.63 | 0.8 |
| Hex | EC | AC | C9 | 0 | 1B | F | 7 | 14D | 3F | 50 |
| Octal | 354 | 254 | 311 | 0 | 33 | 17 | 7 | 515 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11001001 | 0 | 11011 | 1111 | 111 | 101001101 | 111111 | 1010000 |
Color Harmonies of #ECACC9
Complementary color
Monochromatic Colors of #ECACC9
Black with #ECACC9
Text Example
Text Example
White with #ECACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACC9; }
p { color: rgb(236,172,201); }
H1.HeaderClassName
{
color: #ECACC9;
}
.AnyTagClassName
{
color: #ECACC9;
}
</style>
background-color css
<style>
a { background-color: #ECACC9; }
a { background-color: rgb(236,172,201); }
div.DivClassName
{
background-color: #ECACC9;
}
.BgClassName
{
background-color: #ECACC9;
}
</style>
border-color css
<style>
span { border-color: #ECACC9; }
span { border-color: rgb(236,172,201); }
td.TdClassName
{
border-color: #ECACC9;
}
.TagClassName
{
border-color: #ECACC9;
}
</style>