Shades of Lavender Rose #EDA0D9
Tints of Lavender Rose #EDA0D9
RGB
CMYK
RGB Variations
Color information
#EDA0D9 (or 0xEDA0D9) is known color: Lavender Rose. HEX triplet: ED, A0 and D9. RGB value is (237,160,217). Sum of RGB (Red+Green+Blue) = 237+160+217=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0D9 is #125F26. Grayscale: #BDBDBD. Windows color (decimal): -1204007 or 14262509. OLE color: 14262509.
HSL color Cylindrical-coordinate representation of color #EDA0D9: hue angle of 315.58º 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 #EDA0D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 217 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315.58º | 0.68% | 0.78% | - |
| HSV(B) | 315.58º | 0.32% | 0.93% | - |
| XYZ | 60.02 | 48.16 | 71.78 | - |
| YUV | 189.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 217 | 0 | 0.32 | 0.08 | 0.07 | 315.58 | 0.68 | 0.78 |
| Hex | ED | A0 | D9 | 0 | 20 | 8 | 7 | 13C | 44 | 4E |
| Octal | 355 | 240 | 331 | 0 | 40 | 10 | 7 | 474 | 104 | 116 |
| Binary | 11101101 | 10100000 | 11011001 | 0 | 100000 | 1000 | 111 | 100111100 | 1000100 | 1001110 |
Color Harmonies of #EDA0D9
Complementary color
Monochromatic Colors of #EDA0D9
Black with #EDA0D9
Text Example
Text Example
White with #EDA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0D9; }
p { color: rgb(237,160,217); }
H1.HeaderClassName
{
color: #EDA0D9;
}
.AnyTagClassName
{
color: #EDA0D9;
}
</style>
background-color css
<style>
a { background-color: #EDA0D9; }
a { background-color: rgb(237,160,217); }
div.DivClassName
{
background-color: #EDA0D9;
}
.BgClassName
{
background-color: #EDA0D9;
}
</style>
border-color css
<style>
span { border-color: #EDA0D9; }
span { border-color: rgb(237,160,217); }
td.TdClassName
{
border-color: #EDA0D9;
}
.TagClassName
{
border-color: #EDA0D9;
}
</style>