Shades of Lavender Rose #ECA8DB
Tints of Lavender Rose #ECA8DB
RGB
CMYK
RGB Variations
Color information
#ECA8DB (or 0xECA8DB) is known color: Lavender Rose. HEX triplet: EC, A8 and DB. RGB value is (236,168,219). Sum of RGB (Red+Green+Blue) = 236+168+219=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8DB is #135724. Grayscale: #C2C2C2. Windows color (decimal): -1267493 or 14395628. OLE color: 14395628.
HSL color Cylindrical-coordinate representation of color #ECA8DB: hue angle of 315º 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 #ECA8DB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 219 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.07 |
| HSL | 315º | 0.64% | 0.79% | - |
| HSV(B) | 315º | 0.29% | 0.93% | - |
| XYZ | 61.38 | 50.95 | 73.62 | - |
| YUV | 194.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 219 | 0 | 0.29 | 0.07 | 0.07 | 315 | 0.64 | 0.79 |
| Hex | EC | A8 | DB | 0 | 1D | 7 | 7 | 13B | 40 | 4F |
| Octal | 354 | 250 | 333 | 0 | 35 | 7 | 7 | 473 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11011011 | 0 | 11101 | 111 | 111 | 100111011 | 1000000 | 1001111 |
Color Harmonies of #ECA8DB
Complementary color
Monochromatic Colors of #ECA8DB
Black with #ECA8DB
Text Example
Text Example
White with #ECA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8DB; }
p { color: rgb(236,168,219); }
H1.HeaderClassName
{
color: #ECA8DB;
}
.AnyTagClassName
{
color: #ECA8DB;
}
</style>
background-color css
<style>
a { background-color: #ECA8DB; }
a { background-color: rgb(236,168,219); }
div.DivClassName
{
background-color: #ECA8DB;
}
.BgClassName
{
background-color: #ECA8DB;
}
</style>
border-color css
<style>
span { border-color: #ECA8DB; }
span { border-color: rgb(236,168,219); }
td.TdClassName
{
border-color: #ECA8DB;
}
.TagClassName
{
border-color: #ECA8DB;
}
</style>