Shades of Lavender Rose #ECA1DC
Tints of Lavender Rose #ECA1DC
RGB
CMYK
RGB Variations
Color information
#ECA1DC (or 0xECA1DC) is known color: Lavender Rose. HEX triplet: EC, A1 and DC. RGB value is (236,161,220). Sum of RGB (Red+Green+Blue) = 236+161+220=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1DC is #135E23. Grayscale: #BDBDBD. Windows color (decimal): -1269284 or 14459372. OLE color: 14459372.
HSL color Cylindrical-coordinate representation of color #ECA1DC: hue angle of 312.8º 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 #ECA1DC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 220 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 312.8º | 0.66% | 0.78% | - |
| HSV(B) | 312.8º | 0.32% | 0.93% | - |
| XYZ | 60.26 | 48.49 | 73.89 | - |
| YUV | 190.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 220 | 0 | 0.32 | 0.07 | 0.07 | 312.8 | 0.66 | 0.78 |
| Hex | EC | A1 | DC | 0 | 20 | 7 | 7 | 139 | 42 | 4E |
| Octal | 354 | 241 | 334 | 0 | 40 | 7 | 7 | 471 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11011100 | 0 | 100000 | 111 | 111 | 100111001 | 1000010 | 1001110 |
Color Harmonies of #ECA1DC
Complementary color
Monochromatic Colors of #ECA1DC
Black with #ECA1DC
Text Example
Text Example
White with #ECA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1DC; }
p { color: rgb(236,161,220); }
H1.HeaderClassName
{
color: #ECA1DC;
}
.AnyTagClassName
{
color: #ECA1DC;
}
</style>
background-color css
<style>
a { background-color: #ECA1DC; }
a { background-color: rgb(236,161,220); }
div.DivClassName
{
background-color: #ECA1DC;
}
.BgClassName
{
background-color: #ECA1DC;
}
</style>
border-color css
<style>
span { border-color: #ECA1DC; }
span { border-color: rgb(236,161,220); }
td.TdClassName
{
border-color: #ECA1DC;
}
.TagClassName
{
border-color: #ECA1DC;
}
</style>