Shades of Lavender Rose #EDA1DA
Tints of Lavender Rose #EDA1DA
RGB
CMYK
RGB Variations
Color information
#EDA1DA (or 0xEDA1DA) is known color: Lavender Rose. HEX triplet: ED, A1 and DA. RGB value is (237,161,218). Sum of RGB (Red+Green+Blue) = 237+161+218=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DA is #125E25. Grayscale: #BEBEBE. Windows color (decimal): -1203750 or 14328301. OLE color: 14328301.
HSL color Cylindrical-coordinate representation of color #EDA1DA: hue angle of 315º 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 #EDA1DA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 218 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315º | 0.68% | 0.78% | - |
| HSV(B) | 315º | 0.32% | 0.93% | - |
| XYZ | 60.32 | 48.56 | 72.52 | - |
| YUV | 190.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 218 | 0 | 0.32 | 0.08 | 0.07 | 315 | 0.68 | 0.78 |
| Hex | ED | A1 | DA | 0 | 20 | 8 | 7 | 13B | 44 | 4E |
| Octal | 355 | 241 | 332 | 0 | 40 | 10 | 7 | 473 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11011010 | 0 | 100000 | 1000 | 111 | 100111011 | 1000100 | 1001110 |
Color Harmonies of #EDA1DA
Complementary color
Monochromatic Colors of #EDA1DA
Black with #EDA1DA
Text Example
Text Example
White with #EDA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1DA; }
p { color: rgb(237,161,218); }
H1.HeaderClassName
{
color: #EDA1DA;
}
.AnyTagClassName
{
color: #EDA1DA;
}
</style>
background-color css
<style>
a { background-color: #EDA1DA; }
a { background-color: rgb(237,161,218); }
div.DivClassName
{
background-color: #EDA1DA;
}
.BgClassName
{
background-color: #EDA1DA;
}
</style>
border-color css
<style>
span { border-color: #EDA1DA; }
span { border-color: rgb(237,161,218); }
td.TdClassName
{
border-color: #EDA1DA;
}
.TagClassName
{
border-color: #EDA1DA;
}
</style>