Shades of Lavender Rose #EDA2D8
Tints of Lavender Rose #EDA2D8
RGB
CMYK
RGB Variations
Color information
#EDA2D8 (or 0xEDA2D8) is known color: Lavender Rose. HEX triplet: ED, A2 and D8. RGB value is (237,162,216). Sum of RGB (Red+Green+Blue) = 237+162+216=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2D8 is #125D27. Grayscale: #BEBEBE. Windows color (decimal): -1203496 or 14197485. OLE color: 14197485.
HSL color Cylindrical-coordinate representation of color #EDA2D8: hue angle of 316.8º 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 #EDA2D8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 216 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.07 |
| HSL | 316.8º | 0.68% | 0.78% | - |
| HSV(B) | 316.8º | 0.32% | 0.93% | - |
| XYZ | 60.24 | 48.8 | 71.21 | - |
| YUV | 190.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 216 | 0 | 0.32 | 0.09 | 0.07 | 316.8 | 0.68 | 0.78 |
| Hex | ED | A2 | D8 | 0 | 20 | 9 | 7 | 13D | 44 | 4E |
| Octal | 355 | 242 | 330 | 0 | 40 | 11 | 7 | 475 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11011000 | 0 | 100000 | 1001 | 111 | 100111101 | 1000100 | 1001110 |
Color Harmonies of #EDA2D8
Complementary color
Monochromatic Colors of #EDA2D8
Black with #EDA2D8
Text Example
Text Example
White with #EDA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2D8; }
p { color: rgb(237,162,216); }
H1.HeaderClassName
{
color: #EDA2D8;
}
.AnyTagClassName
{
color: #EDA2D8;
}
</style>
background-color css
<style>
a { background-color: #EDA2D8; }
a { background-color: rgb(237,162,216); }
div.DivClassName
{
background-color: #EDA2D8;
}
.BgClassName
{
background-color: #EDA2D8;
}
</style>
border-color css
<style>
span { border-color: #EDA2D8; }
span { border-color: rgb(237,162,216); }
td.TdClassName
{
border-color: #EDA2D8;
}
.TagClassName
{
border-color: #EDA2D8;
}
</style>