Shades of Lavender Rose #EDA2D9
Tints of Lavender Rose #EDA2D9
RGB
CMYK
RGB Variations
Color information
#EDA2D9 (or 0xEDA2D9) is known color: Lavender Rose. HEX triplet: ED, A2 and D9. RGB value is (237,162,217). Sum of RGB (Red+Green+Blue) = 237+162+217=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2D9 is #125D26. Grayscale: #BEBEBE. Windows color (decimal): -1203495 or 14263021. OLE color: 14263021.
HSL color Cylindrical-coordinate representation of color #EDA2D9: hue angle of 316º 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 #EDA2D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 217 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 316º | 0.68% | 0.78% | - |
| HSV(B) | 316º | 0.32% | 0.93% | - |
| XYZ | 60.37 | 48.85 | 71.89 | - |
| YUV | 190.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 217 | 0 | 0.32 | 0.08 | 0.07 | 316 | 0.68 | 0.78 |
| Hex | ED | A2 | D9 | 0 | 20 | 8 | 7 | 13C | 44 | 4E |
| Octal | 355 | 242 | 331 | 0 | 40 | 10 | 7 | 474 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11011001 | 0 | 100000 | 1000 | 111 | 100111100 | 1000100 | 1001110 |
Color Harmonies of #EDA2D9
Complementary color
Monochromatic Colors of #EDA2D9
Black with #EDA2D9
Text Example
Text Example
White with #EDA2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2D9; }
p { color: rgb(237,162,217); }
H1.HeaderClassName
{
color: #EDA2D9;
}
.AnyTagClassName
{
color: #EDA2D9;
}
</style>
background-color css
<style>
a { background-color: #EDA2D9; }
a { background-color: rgb(237,162,217); }
div.DivClassName
{
background-color: #EDA2D9;
}
.BgClassName
{
background-color: #EDA2D9;
}
</style>
border-color css
<style>
span { border-color: #EDA2D9; }
span { border-color: rgb(237,162,217); }
td.TdClassName
{
border-color: #EDA2D9;
}
.TagClassName
{
border-color: #EDA2D9;
}
</style>