Shades of Lavender Rose #ECA1DD
Tints of Lavender Rose #ECA1DD
RGB
CMYK
RGB Variations
Color information
#ECA1DD (or 0xECA1DD) is known color: Lavender Rose. HEX triplet: EC, A1 and DD. RGB value is (236,161,221). Sum of RGB (Red+Green+Blue) = 236+161+221=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1DD is #135E22. Grayscale: #BEBEBE. Windows color (decimal): -1269283 or 14524908. OLE color: 14524908.
HSL color Cylindrical-coordinate representation of color #ECA1DD: hue angle of 312º 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 #ECA1DD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 221 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.07 |
| HSL | 312º | 0.66% | 0.78% | - |
| HSV(B) | 312º | 0.32% | 0.93% | - |
| XYZ | 60.39 | 48.54 | 74.59 | - |
| YUV | 190.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 221 | 0 | 0.32 | 0.06 | 0.07 | 312 | 0.66 | 0.78 |
| Hex | EC | A1 | DD | 0 | 20 | 6 | 7 | 138 | 42 | 4E |
| Octal | 354 | 241 | 335 | 0 | 40 | 6 | 7 | 470 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11011101 | 0 | 100000 | 110 | 111 | 100111000 | 1000010 | 1001110 |
Color Harmonies of #ECA1DD
Complementary color
Monochromatic Colors of #ECA1DD
Black with #ECA1DD
Text Example
Text Example
White with #ECA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1DD; }
p { color: rgb(236,161,221); }
H1.HeaderClassName
{
color: #ECA1DD;
}
.AnyTagClassName
{
color: #ECA1DD;
}
</style>
background-color css
<style>
a { background-color: #ECA1DD; }
a { background-color: rgb(236,161,221); }
div.DivClassName
{
background-color: #ECA1DD;
}
.BgClassName
{
background-color: #ECA1DD;
}
</style>
border-color css
<style>
span { border-color: #ECA1DD; }
span { border-color: rgb(236,161,221); }
td.TdClassName
{
border-color: #ECA1DD;
}
.TagClassName
{
border-color: #ECA1DD;
}
</style>