Shades of Lavender Rose #EDA0DB
Tints of Lavender Rose #EDA0DB
RGB
CMYK
RGB Variations
Color information
#EDA0DB (or 0xEDA0DB) is known color: Lavender Rose. HEX triplet: ED, A0 and DB. RGB value is (237,160,219). Sum of RGB (Red+Green+Blue) = 237+160+219=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0DB is #125F24. Grayscale: #BDBDBD. Windows color (decimal): -1204005 or 14393581. OLE color: 14393581.
HSL color Cylindrical-coordinate representation of color #EDA0DB: hue angle of 314.03º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 219 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.03º | 0.68% | 0.78% | - |
| HSV(B) | 314.03º | 0.32% | 0.93% | - |
| XYZ | 60.28 | 48.26 | 73.16 | - |
| YUV | 189.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 219 | 0 | 0.32 | 0.08 | 0.07 | 314.03 | 0.68 | 0.78 |
| Hex | ED | A0 | DB | 0 | 20 | 8 | 7 | 13A | 44 | 4E |
| Octal | 355 | 240 | 333 | 0 | 40 | 10 | 7 | 472 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11011011 | 0 | 100000 | 1000 | 111 | 100111010 | 1000100 | 1001110 |
Color Harmonies of #EDA0DB
Complementary color
Monochromatic Colors of #EDA0DB
Black with #EDA0DB
Text Example
Text Example
White with #EDA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0DB; }
p { color: rgb(237,160,219); }
H1.HeaderClassName
{
color: #EDA0DB;
}
.AnyTagClassName
{
color: #EDA0DB;
}
</style>
background-color css
<style>
a { background-color: #EDA0DB; }
a { background-color: rgb(237,160,219); }
div.DivClassName
{
background-color: #EDA0DB;
}
.BgClassName
{
background-color: #EDA0DB;
}
</style>
border-color css
<style>
span { border-color: #EDA0DB; }
span { border-color: rgb(237,160,219); }
td.TdClassName
{
border-color: #EDA0DB;
}
.TagClassName
{
border-color: #EDA0DB;
}
</style>