Shades of Lavender Pink #ECA3D1
Tints of Lavender Pink #ECA3D1
RGB
CMYK
RGB Variations
Color information
#ECA3D1 (or 0xECA3D1) is known color: Lavender Pink. HEX triplet: EC, A3 and D1. RGB value is (236,163,209). Sum of RGB (Red+Green+Blue) = 236+163+209=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3D1 is #135C2E. Grayscale: #BDBDBD. Windows color (decimal): -1268783 or 13738988. OLE color: 13738988.
HSL color Cylindrical-coordinate representation of color #ECA3D1: hue angle of 322.19º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA3D1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 209 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.07 |
| HSL | 322.19º | 0.66% | 0.78% | - |
| HSV(B) | 322.19º | 0.31% | 0.93% | - |
| XYZ | 59.2 | 48.63 | 66.59 | - |
| YUV | 190.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 209 | 0 | 0.31 | 0.11 | 0.07 | 322.19 | 0.66 | 0.78 |
| Hex | EC | A3 | D1 | 0 | 1F | B | 7 | 142 | 42 | 4E |
| Octal | 354 | 243 | 321 | 0 | 37 | 13 | 7 | 502 | 102 | 116 |
| Binary | 11101100 | 10100011 | 11010001 | 0 | 11111 | 1011 | 111 | 101000010 | 1000010 | 1001110 |
Color Harmonies of #ECA3D1
Complementary color
Monochromatic Colors of #ECA3D1
Black with #ECA3D1
Text Example
Text Example
White with #ECA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA3D1; }
p { color: rgb(236,163,209); }
H1.HeaderClassName
{
color: #ECA3D1;
}
.AnyTagClassName
{
color: #ECA3D1;
}
</style>
background-color css
<style>
a { background-color: #ECA3D1; }
a { background-color: rgb(236,163,209); }
div.DivClassName
{
background-color: #ECA3D1;
}
.BgClassName
{
background-color: #ECA3D1;
}
</style>
border-color css
<style>
span { border-color: #ECA3D1; }
span { border-color: rgb(236,163,209); }
td.TdClassName
{
border-color: #ECA3D1;
}
.TagClassName
{
border-color: #ECA3D1;
}
</style>