Shades of Lavender Pink #ECA6CE
Tints of Lavender Pink #ECA6CE
RGB
CMYK
RGB Variations
Color information
#ECA6CE (or 0xECA6CE) is known color: Lavender Pink. HEX triplet: EC, A6 and CE. RGB value is (236,166,206). Sum of RGB (Red+Green+Blue) = 236+166+206=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6CE is #135931. Grayscale: #BFBFBF. Windows color (decimal): -1268018 or 13543148. OLE color: 13543148.
HSL color Cylindrical-coordinate representation of color #ECA6CE: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6CE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 206 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.07 |
| HSL | 325.71º | 0.65% | 0.79% | - |
| HSV(B) | 325.71º | 0.3% | 0.93% | - |
| XYZ | 59.37 | 49.56 | 64.83 | - |
| YUV | 191.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 206 | 0 | 0.30 | 0.13 | 0.07 | 325.71 | 0.65 | 0.79 |
| Hex | EC | A6 | CE | 0 | 1E | D | 7 | 146 | 41 | 4F |
| Octal | 354 | 246 | 316 | 0 | 36 | 15 | 7 | 506 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11001110 | 0 | 11110 | 1101 | 111 | 101000110 | 1000001 | 1001111 |
Color Harmonies of #ECA6CE
Complementary color
Monochromatic Colors of #ECA6CE
Black with #ECA6CE
Text Example
Text Example
White with #ECA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6CE; }
p { color: rgb(236,166,206); }
H1.HeaderClassName
{
color: #ECA6CE;
}
.AnyTagClassName
{
color: #ECA6CE;
}
</style>
background-color css
<style>
a { background-color: #ECA6CE; }
a { background-color: rgb(236,166,206); }
div.DivClassName
{
background-color: #ECA6CE;
}
.BgClassName
{
background-color: #ECA6CE;
}
</style>
border-color css
<style>
span { border-color: #ECA6CE; }
span { border-color: rgb(236,166,206); }
td.TdClassName
{
border-color: #ECA6CE;
}
.TagClassName
{
border-color: #ECA6CE;
}
</style>