Shades of Lavender Rose #ECA7DE
Tints of Lavender Rose #ECA7DE
RGB
CMYK
RGB Variations
Color information
#ECA7DE (or 0xECA7DE) is known color: Lavender Rose. HEX triplet: EC, A7 and DE. RGB value is (236,167,222). Sum of RGB (Red+Green+Blue) = 236+167+222=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA7DE is #135821. Grayscale: #C1C1C1. Windows color (decimal): -1267746 or 14591980. OLE color: 14591980.
HSL color Cylindrical-coordinate representation of color #ECA7DE: hue angle of 312.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA7DE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 167 | 222 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.07 |
| HSL | 312.17º | 0.64% | 0.79% | - |
| HSV(B) | 312.17º | 0.29% | 0.93% | - |
| XYZ | 61.6 | 50.74 | 75.66 | - |
| YUV | 193.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 167 | 222 | 0 | 0.29 | 0.06 | 0.07 | 312.17 | 0.64 | 0.79 |
| Hex | EC | A7 | DE | 0 | 1D | 6 | 7 | 138 | 40 | 4F |
| Octal | 354 | 247 | 336 | 0 | 35 | 6 | 7 | 470 | 100 | 117 |
| Binary | 11101100 | 10100111 | 11011110 | 0 | 11101 | 110 | 111 | 100111000 | 1000000 | 1001111 |
Color Harmonies of #ECA7DE
Complementary color
Monochromatic Colors of #ECA7DE
Black with #ECA7DE
Text Example
Text Example
White with #ECA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA7DE; }
p { color: rgb(236,167,222); }
H1.HeaderClassName
{
color: #ECA7DE;
}
.AnyTagClassName
{
color: #ECA7DE;
}
</style>
background-color css
<style>
a { background-color: #ECA7DE; }
a { background-color: rgb(236,167,222); }
div.DivClassName
{
background-color: #ECA7DE;
}
.BgClassName
{
background-color: #ECA7DE;
}
</style>
border-color css
<style>
span { border-color: #ECA7DE; }
span { border-color: rgb(236,167,222); }
td.TdClassName
{
border-color: #ECA7DE;
}
.TagClassName
{
border-color: #ECA7DE;
}
</style>