Shades of Lavender Rose #ECA0DA
Tints of Lavender Rose #ECA0DA
RGB
CMYK
RGB Variations
Color information
#ECA0DA (or 0xECA0DA) is known color: Lavender Rose. HEX triplet: EC, A0 and DA. RGB value is (236,160,218). Sum of RGB (Red+Green+Blue) = 236+160+218=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0DA is #135F25. Grayscale: #BDBDBD. Windows color (decimal): -1269542 or 14328044. OLE color: 14328044.
HSL color Cylindrical-coordinate representation of color #ECA0DA: hue angle of 314.21º 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 #ECA0DA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 218 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.21º | 0.67% | 0.78% | - |
| HSV(B) | 314.21º | 0.32% | 0.93% | - |
| XYZ | 59.82 | 48.04 | 72.45 | - |
| YUV | 189.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 218 | 0 | 0.32 | 0.08 | 0.07 | 314.21 | 0.67 | 0.78 |
| Hex | EC | A0 | DA | 0 | 20 | 8 | 7 | 13A | 43 | 4E |
| Octal | 354 | 240 | 332 | 0 | 40 | 10 | 7 | 472 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11011010 | 0 | 100000 | 1000 | 111 | 100111010 | 1000011 | 1001110 |
Color Harmonies of #ECA0DA
Complementary color
Monochromatic Colors of #ECA0DA
Black with #ECA0DA
Text Example
Text Example
White with #ECA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0DA; }
p { color: rgb(236,160,218); }
H1.HeaderClassName
{
color: #ECA0DA;
}
.AnyTagClassName
{
color: #ECA0DA;
}
</style>
background-color css
<style>
a { background-color: #ECA0DA; }
a { background-color: rgb(236,160,218); }
div.DivClassName
{
background-color: #ECA0DA;
}
.BgClassName
{
background-color: #ECA0DA;
}
</style>
border-color css
<style>
span { border-color: #ECA0DA; }
span { border-color: rgb(236,160,218); }
td.TdClassName
{
border-color: #ECA0DA;
}
.TagClassName
{
border-color: #ECA0DA;
}
</style>