Shades of Lavender Rose #EDA2DA
Tints of Lavender Rose #EDA2DA
RGB
CMYK
RGB Variations
Color information
#EDA2DA (or 0xEDA2DA) is known color: Lavender Rose. HEX triplet: ED, A2 and DA. RGB value is (237,162,218). Sum of RGB (Red+Green+Blue) = 237+162+218=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2DA is #125D25. Grayscale: #BEBEBE. Windows color (decimal): -1203494 or 14328557. OLE color: 14328557.
HSL color Cylindrical-coordinate representation of color #EDA2DA: hue angle of 315.2º 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 #EDA2DA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 218 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315.2º | 0.68% | 0.78% | - |
| HSV(B) | 315.2º | 0.32% | 0.93% | - |
| XYZ | 60.5 | 48.91 | 72.58 | - |
| YUV | 190.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 218 | 0 | 0.32 | 0.08 | 0.07 | 315.2 | 0.68 | 0.78 |
| Hex | ED | A2 | DA | 0 | 20 | 8 | 7 | 13B | 44 | 4E |
| Octal | 355 | 242 | 332 | 0 | 40 | 10 | 7 | 473 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11011010 | 0 | 100000 | 1000 | 111 | 100111011 | 1000100 | 1001110 |
Color Harmonies of #EDA2DA
Complementary color
Monochromatic Colors of #EDA2DA
Black with #EDA2DA
Text Example
Text Example
White with #EDA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2DA; }
p { color: rgb(237,162,218); }
H1.HeaderClassName
{
color: #EDA2DA;
}
.AnyTagClassName
{
color: #EDA2DA;
}
</style>
background-color css
<style>
a { background-color: #EDA2DA; }
a { background-color: rgb(237,162,218); }
div.DivClassName
{
background-color: #EDA2DA;
}
.BgClassName
{
background-color: #EDA2DA;
}
</style>
border-color css
<style>
span { border-color: #EDA2DA; }
span { border-color: rgb(237,162,218); }
td.TdClassName
{
border-color: #EDA2DA;
}
.TagClassName
{
border-color: #EDA2DA;
}
</style>