Shades of Lavender Rose #ECA0DB
Tints of Lavender Rose #ECA0DB
RGB
CMYK
RGB Variations
Color information
#ECA0DB (or 0xECA0DB) is known color: Lavender Rose. HEX triplet: EC, A0 and DB. RGB value is (236,160,219). Sum of RGB (Red+Green+Blue) = 236+160+219=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0DB is #135F24. Grayscale: #BDBDBD. Windows color (decimal): -1269541 or 14393580. OLE color: 14393580.
HSL color Cylindrical-coordinate representation of color #ECA0DB: hue angle of 313.42º 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 #ECA0DB is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 219 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 313.42º | 0.67% | 0.78% | - |
| HSV(B) | 313.42º | 0.32% | 0.93% | - |
| XYZ | 59.95 | 48.09 | 73.14 | - |
| YUV | 189.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 219 | 0 | 0.32 | 0.07 | 0.07 | 313.42 | 0.67 | 0.78 |
| Hex | EC | A0 | DB | 0 | 20 | 7 | 7 | 139 | 43 | 4E |
| Octal | 354 | 240 | 333 | 0 | 40 | 7 | 7 | 471 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11011011 | 0 | 100000 | 111 | 111 | 100111001 | 1000011 | 1001110 |
Color Harmonies of #ECA0DB
Complementary color
Monochromatic Colors of #ECA0DB
Black with #ECA0DB
Text Example
Text Example
White with #ECA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0DB; }
p { color: rgb(236,160,219); }
H1.HeaderClassName
{
color: #ECA0DB;
}
.AnyTagClassName
{
color: #ECA0DB;
}
</style>
background-color css
<style>
a { background-color: #ECA0DB; }
a { background-color: rgb(236,160,219); }
div.DivClassName
{
background-color: #ECA0DB;
}
.BgClassName
{
background-color: #ECA0DB;
}
</style>
border-color css
<style>
span { border-color: #ECA0DB; }
span { border-color: rgb(236,160,219); }
td.TdClassName
{
border-color: #ECA0DB;
}
.TagClassName
{
border-color: #ECA0DB;
}
</style>