Shades of Lavender Rose #ECA6DF
Tints of Lavender Rose #ECA6DF
RGB
CMYK
RGB Variations
Color information
#ECA6DF (or 0xECA6DF) is known color: Lavender Rose. HEX triplet: EC, A6 and DF. RGB value is (236,166,223). Sum of RGB (Red+Green+Blue) = 236+166+223=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6DF is #135920. Grayscale: #C1C1C1. Windows color (decimal): -1268001 or 14657260. OLE color: 14657260.
HSL color Cylindrical-coordinate representation of color #ECA6DF: hue angle of 311.14º 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 #ECA6DF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 223 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 311.14º | 0.65% | 0.79% | - |
| HSV(B) | 311.14º | 0.3% | 0.93% | - |
| XYZ | 61.55 | 50.43 | 76.3 | - |
| YUV | 193.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 223 | 0 | 0.30 | 0.06 | 0.07 | 311.14 | 0.65 | 0.79 |
| Hex | EC | A6 | DF | 0 | 1E | 6 | 7 | 137 | 41 | 4F |
| Octal | 354 | 246 | 337 | 0 | 36 | 6 | 7 | 467 | 101 | 117 |
| Binary | 11101100 | 10100110 | 11011111 | 0 | 11110 | 110 | 111 | 100110111 | 1000001 | 1001111 |
Color Harmonies of #ECA6DF
Complementary color
Monochromatic Colors of #ECA6DF
Black with #ECA6DF
Text Example
Text Example
White with #ECA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6DF; }
p { color: rgb(236,166,223); }
H1.HeaderClassName
{
color: #ECA6DF;
}
.AnyTagClassName
{
color: #ECA6DF;
}
</style>
background-color css
<style>
a { background-color: #ECA6DF; }
a { background-color: rgb(236,166,223); }
div.DivClassName
{
background-color: #ECA6DF;
}
.BgClassName
{
background-color: #ECA6DF;
}
</style>
border-color css
<style>
span { border-color: #ECA6DF; }
span { border-color: rgb(236,166,223); }
td.TdClassName
{
border-color: #ECA6DF;
}
.TagClassName
{
border-color: #ECA6DF;
}
</style>