Shades of Lavender Rose #ECA1D9
Tints of Lavender Rose #ECA1D9
RGB
CMYK
RGB Variations
Color information
#ECA1D9 (or 0xECA1D9) is known color: Lavender Rose. HEX triplet: EC, A1 and D9. RGB value is (236,161,217). Sum of RGB (Red+Green+Blue) = 236+161+217=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1D9 is #135E26. Grayscale: #BDBDBD. Windows color (decimal): -1269287 or 14262764. OLE color: 14262764.
HSL color Cylindrical-coordinate representation of color #ECA1D9: hue angle of 315.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA1D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 217 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315.2º | 0.66% | 0.78% | - |
| HSV(B) | 315.2º | 0.32% | 0.93% | - |
| XYZ | 59.86 | 48.33 | 71.82 | - |
| YUV | 189.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 217 | 0 | 0.32 | 0.08 | 0.07 | 315.2 | 0.66 | 0.78 |
| Hex | EC | A1 | D9 | 0 | 20 | 8 | 7 | 13B | 42 | 4E |
| Octal | 354 | 241 | 331 | 0 | 40 | 10 | 7 | 473 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11011001 | 0 | 100000 | 1000 | 111 | 100111011 | 1000010 | 1001110 |
Color Harmonies of #ECA1D9
Complementary color
Monochromatic Colors of #ECA1D9
Black with #ECA1D9
Text Example
Text Example
White with #ECA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1D9; }
p { color: rgb(236,161,217); }
H1.HeaderClassName
{
color: #ECA1D9;
}
.AnyTagClassName
{
color: #ECA1D9;
}
</style>
background-color css
<style>
a { background-color: #ECA1D9; }
a { background-color: rgb(236,161,217); }
div.DivClassName
{
background-color: #ECA1D9;
}
.BgClassName
{
background-color: #ECA1D9;
}
</style>
border-color css
<style>
span { border-color: #ECA1D9; }
span { border-color: rgb(236,161,217); }
td.TdClassName
{
border-color: #ECA1D9;
}
.TagClassName
{
border-color: #ECA1D9;
}
</style>