Shades of Lavender Rose #ECA0D9
Tints of Lavender Rose #ECA0D9
RGB
CMYK
RGB Variations
Color information
#ECA0D9 (or 0xECA0D9) is known color: Lavender Rose. HEX triplet: EC, A0 and D9. RGB value is (236,160,217). Sum of RGB (Red+Green+Blue) = 236+160+217=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0D9 is #135F26. Grayscale: #BDBDBD. Windows color (decimal): -1269543 or 14262508. OLE color: 14262508.
HSL color Cylindrical-coordinate representation of color #ECA0D9: hue angle of 315º degrees, saturation: 0.67, 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 #ECA0D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 217 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315º | 0.67% | 0.78% | - |
| HSV(B) | 315º | 0.32% | 0.93% | - |
| XYZ | 59.69 | 47.98 | 71.76 | - |
| YUV | 189.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 217 | 0 | 0.32 | 0.08 | 0.07 | 315 | 0.67 | 0.78 |
| Hex | EC | A0 | D9 | 0 | 20 | 8 | 7 | 13B | 43 | 4E |
| Octal | 354 | 240 | 331 | 0 | 40 | 10 | 7 | 473 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11011001 | 0 | 100000 | 1000 | 111 | 100111011 | 1000011 | 1001110 |
Color Harmonies of #ECA0D9
Complementary color
Monochromatic Colors of #ECA0D9
Black with #ECA0D9
Text Example
Text Example
White with #ECA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0D9; }
p { color: rgb(236,160,217); }
H1.HeaderClassName
{
color: #ECA0D9;
}
.AnyTagClassName
{
color: #ECA0D9;
}
</style>
background-color css
<style>
a { background-color: #ECA0D9; }
a { background-color: rgb(236,160,217); }
div.DivClassName
{
background-color: #ECA0D9;
}
.BgClassName
{
background-color: #ECA0D9;
}
</style>
border-color css
<style>
span { border-color: #ECA0D9; }
span { border-color: rgb(236,160,217); }
td.TdClassName
{
border-color: #ECA0D9;
}
.TagClassName
{
border-color: #ECA0D9;
}
</style>