Shades of Lavender Rose #ECA9DB
Tints of Lavender Rose #ECA9DB
RGB
CMYK
RGB Variations
Color information
#ECA9DB (or 0xECA9DB) is known color: Lavender Rose. HEX triplet: EC, A9 and DB. RGB value is (236,169,219). Sum of RGB (Red+Green+Blue) = 236+169+219=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9DB is #135624. Grayscale: #C2C2C2. Windows color (decimal): -1267237 or 14395884. OLE color: 14395884.
HSL color Cylindrical-coordinate representation of color #ECA9DB: hue angle of 315.22º 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 #ECA9DB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 219 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.07 |
| HSL | 315.22º | 0.64% | 0.79% | - |
| HSV(B) | 315.22º | 0.28% | 0.93% | - |
| XYZ | 61.57 | 51.32 | 73.68 | - |
| YUV | 194.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 219 | 0 | 0.28 | 0.07 | 0.07 | 315.22 | 0.64 | 0.79 |
| Hex | EC | A9 | DB | 0 | 1C | 7 | 7 | 13B | 40 | 4F |
| Octal | 354 | 251 | 333 | 0 | 34 | 7 | 7 | 473 | 100 | 117 |
| Binary | 11101100 | 10101001 | 11011011 | 0 | 11100 | 111 | 111 | 100111011 | 1000000 | 1001111 |
Color Harmonies of #ECA9DB
Complementary color
Monochromatic Colors of #ECA9DB
Black with #ECA9DB
Text Example
Text Example
White with #ECA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA9DB; }
p { color: rgb(236,169,219); }
H1.HeaderClassName
{
color: #ECA9DB;
}
.AnyTagClassName
{
color: #ECA9DB;
}
</style>
background-color css
<style>
a { background-color: #ECA9DB; }
a { background-color: rgb(236,169,219); }
div.DivClassName
{
background-color: #ECA9DB;
}
.BgClassName
{
background-color: #ECA9DB;
}
</style>
border-color css
<style>
span { border-color: #ECA9DB; }
span { border-color: rgb(236,169,219); }
td.TdClassName
{
border-color: #ECA9DB;
}
.TagClassName
{
border-color: #ECA9DB;
}
</style>