Shades of Lavender Pink #ECA8D0
Tints of Lavender Pink #ECA8D0
RGB
CMYK
RGB Variations
Color information
#ECA8D0 (or 0xECA8D0) is known color: Lavender Pink. HEX triplet: EC, A8 and D0. RGB value is (236,168,208). Sum of RGB (Red+Green+Blue) = 236+168+208=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8D0 is #13572F. Grayscale: #C0C0C0. Windows color (decimal): -1267504 or 13674732. OLE color: 13674732.
HSL color Cylindrical-coordinate representation of color #ECA8D0: hue angle of 324.71º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8D0 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 208 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.07 |
| HSL | 324.71º | 0.64% | 0.79% | - |
| HSV(B) | 324.71º | 0.29% | 0.93% | - |
| XYZ | 59.98 | 50.39 | 66.24 | - |
| YUV | 192.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 208 | 0 | 0.29 | 0.12 | 0.07 | 324.71 | 0.64 | 0.79 |
| Hex | EC | A8 | D0 | 0 | 1D | C | 7 | 145 | 40 | 4F |
| Octal | 354 | 250 | 320 | 0 | 35 | 14 | 7 | 505 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11010000 | 0 | 11101 | 1100 | 111 | 101000101 | 1000000 | 1001111 |
Color Harmonies of #ECA8D0
Complementary color
Monochromatic Colors of #ECA8D0
Black with #ECA8D0
Text Example
Text Example
White with #ECA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8D0; }
p { color: rgb(236,168,208); }
H1.HeaderClassName
{
color: #ECA8D0;
}
.AnyTagClassName
{
color: #ECA8D0;
}
</style>
background-color css
<style>
a { background-color: #ECA8D0; }
a { background-color: rgb(236,168,208); }
div.DivClassName
{
background-color: #ECA8D0;
}
.BgClassName
{
background-color: #ECA8D0;
}
</style>
border-color css
<style>
span { border-color: #ECA8D0; }
span { border-color: rgb(236,168,208); }
td.TdClassName
{
border-color: #ECA8D0;
}
.TagClassName
{
border-color: #ECA8D0;
}
</style>