Shades of Lavender Rose #EDA2DB
Tints of Lavender Rose #EDA2DB
RGB
CMYK
RGB Variations
Color information
#EDA2DB (or 0xEDA2DB) is known color: Lavender Rose. HEX triplet: ED, A2 and DB. RGB value is (237,162,219). Sum of RGB (Red+Green+Blue) = 237+162+219=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2DB is #125D24. Grayscale: #BEBEBE. Windows color (decimal): -1203493 or 14394093. OLE color: 14394093.
HSL color Cylindrical-coordinate representation of color #EDA2DB: hue angle of 314.4º 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 #EDA2DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 219 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.4º | 0.68% | 0.78% | - |
| HSV(B) | 314.4º | 0.32% | 0.93% | - |
| XYZ | 60.63 | 48.96 | 73.27 | - |
| YUV | 190.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 219 | 0 | 0.32 | 0.08 | 0.07 | 314.4 | 0.68 | 0.78 |
| Hex | ED | A2 | DB | 0 | 20 | 8 | 7 | 13A | 44 | 4E |
| Octal | 355 | 242 | 333 | 0 | 40 | 10 | 7 | 472 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11011011 | 0 | 100000 | 1000 | 111 | 100111010 | 1000100 | 1001110 |
Color Harmonies of #EDA2DB
Complementary color
Monochromatic Colors of #EDA2DB
Black with #EDA2DB
Text Example
Text Example
White with #EDA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2DB; }
p { color: rgb(237,162,219); }
H1.HeaderClassName
{
color: #EDA2DB;
}
.AnyTagClassName
{
color: #EDA2DB;
}
</style>
background-color css
<style>
a { background-color: #EDA2DB; }
a { background-color: rgb(237,162,219); }
div.DivClassName
{
background-color: #EDA2DB;
}
.BgClassName
{
background-color: #EDA2DB;
}
</style>
border-color css
<style>
span { border-color: #EDA2DB; }
span { border-color: rgb(237,162,219); }
td.TdClassName
{
border-color: #EDA2DB;
}
.TagClassName
{
border-color: #EDA2DB;
}
</style>