Shades of Lavender Rose #ECA9D7
Tints of Lavender Rose #ECA9D7
RGB
CMYK
RGB Variations
Color information
#ECA9D7 (or 0xECA9D7) is known color: Lavender Rose. HEX triplet: EC, A9 and D7. RGB value is (236,169,215). Sum of RGB (Red+Green+Blue) = 236+169+215=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9D7 is #135628. Grayscale: #C2C2C2. Windows color (decimal): -1267241 or 14133740. OLE color: 14133740.
HSL color Cylindrical-coordinate representation of color #ECA9D7: hue angle of 318.81º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECA9D7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 215 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.07 |
| HSL | 318.81º | 0.64% | 0.79% | - |
| HSV(B) | 318.81º | 0.28% | 0.93% | - |
| XYZ | 61.05 | 51.12 | 70.94 | - |
| YUV | 194.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 215 | 0 | 0.28 | 0.09 | 0.07 | 318.81 | 0.64 | 0.79 |
| Hex | EC | A9 | D7 | 0 | 1C | 9 | 7 | 13F | 40 | 4F |
| Octal | 354 | 251 | 327 | 0 | 34 | 11 | 7 | 477 | 100 | 117 |
| Binary | 11101100 | 10101001 | 11010111 | 0 | 11100 | 1001 | 111 | 100111111 | 1000000 | 1001111 |
Color Harmonies of #ECA9D7
Complementary color
Monochromatic Colors of #ECA9D7
Black with #ECA9D7
Text Example
Text Example
White with #ECA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA9D7; }
p { color: rgb(236,169,215); }
H1.HeaderClassName
{
color: #ECA9D7;
}
.AnyTagClassName
{
color: #ECA9D7;
}
</style>
background-color css
<style>
a { background-color: #ECA9D7; }
a { background-color: rgb(236,169,215); }
div.DivClassName
{
background-color: #ECA9D7;
}
.BgClassName
{
background-color: #ECA9D7;
}
</style>
border-color css
<style>
span { border-color: #ECA9D7; }
span { border-color: rgb(236,169,215); }
td.TdClassName
{
border-color: #ECA9D7;
}
.TagClassName
{
border-color: #ECA9D7;
}
</style>