Shades of Lavender Rose #ECA6DE
Tints of Lavender Rose #ECA6DE
RGB
CMYK
RGB Variations
Color information
#ECA6DE (or 0xECA6DE) is known color: Lavender Rose. HEX triplet: EC, A6 and DE. RGB value is (236,166,222). Sum of RGB (Red+Green+Blue) = 236+166+222=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6DE is #135921. Grayscale: #C1C1C1. Windows color (decimal): -1268002 or 14591724. OLE color: 14591724.
HSL color Cylindrical-coordinate representation of color #ECA6DE: hue angle of 312º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6DE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 222 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 312º | 0.65% | 0.79% | - |
| HSV(B) | 312º | 0.3% | 0.93% | - |
| XYZ | 61.41 | 50.38 | 75.59 | - |
| YUV | 193.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 222 | 0 | 0.30 | 0.06 | 0.07 | 312 | 0.65 | 0.79 |
| Hex | EC | A6 | DE | 0 | 1E | 6 | 7 | 138 | 41 | 4F |
| Octal | 354 | 246 | 336 | 0 | 36 | 6 | 7 | 470 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11011110 | 0 | 11110 | 110 | 111 | 100111000 | 1000001 | 1001111 |
Color Harmonies of #ECA6DE
Complementary color
Monochromatic Colors of #ECA6DE
Black with #ECA6DE
Text Example
Text Example
White with #ECA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6DE; }
p { color: rgb(236,166,222); }
H1.HeaderClassName
{
color: #ECA6DE;
}
.AnyTagClassName
{
color: #ECA6DE;
}
</style>
background-color css
<style>
a { background-color: #ECA6DE; }
a { background-color: rgb(236,166,222); }
div.DivClassName
{
background-color: #ECA6DE;
}
.BgClassName
{
background-color: #ECA6DE;
}
</style>
border-color css
<style>
span { border-color: #ECA6DE; }
span { border-color: rgb(236,166,222); }
td.TdClassName
{
border-color: #ECA6DE;
}
.TagClassName
{
border-color: #ECA6DE;
}
</style>