Shades of Lavender Pink #ECA5D2
Tints of Lavender Pink #ECA5D2
RGB
CMYK
RGB Variations
Color information
#ECA5D2 (or 0xECA5D2) is known color: Lavender Pink. HEX triplet: EC, A5 and D2. RGB value is (236,165,210). Sum of RGB (Red+Green+Blue) = 236+165+210=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5D2 is #135A2D. Grayscale: #BFBFBF. Windows color (decimal): -1268270 or 13805036. OLE color: 13805036.
HSL color Cylindrical-coordinate representation of color #ECA5D2: hue angle of 321.97º 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 #ECA5D2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 210 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.07 |
| HSL | 321.97º | 0.65% | 0.79% | - |
| HSV(B) | 321.97º | 0.3% | 0.93% | - |
| XYZ | 59.68 | 49.4 | 67.36 | - |
| YUV | 191.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 210 | 0 | 0.30 | 0.11 | 0.07 | 321.97 | 0.65 | 0.79 |
| Hex | EC | A5 | D2 | 0 | 1E | B | 7 | 142 | 41 | 4F |
| Octal | 354 | 245 | 322 | 0 | 36 | 13 | 7 | 502 | 101 | 117 |
| Binary | 11101100 | 10100101 | 11010010 | 0 | 11110 | 1011 | 111 | 101000010 | 1000001 | 1001111 |
Color Harmonies of #ECA5D2
Complementary color
Monochromatic Colors of #ECA5D2
Black with #ECA5D2
Text Example
Text Example
White with #ECA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA5D2; }
p { color: rgb(236,165,210); }
H1.HeaderClassName
{
color: #ECA5D2;
}
.AnyTagClassName
{
color: #ECA5D2;
}
</style>
background-color css
<style>
a { background-color: #ECA5D2; }
a { background-color: rgb(236,165,210); }
div.DivClassName
{
background-color: #ECA5D2;
}
.BgClassName
{
background-color: #ECA5D2;
}
</style>
border-color css
<style>
span { border-color: #ECA5D2; }
span { border-color: rgb(236,165,210); }
td.TdClassName
{
border-color: #ECA5D2;
}
.TagClassName
{
border-color: #ECA5D2;
}
</style>