Shades of Lavender Rose #EDA6DA
Tints of Lavender Rose #EDA6DA
RGB
CMYK
RGB Variations
Color information
#EDA6DA (or 0xEDA6DA) is known color: Lavender Rose. HEX triplet: ED, A6 and DA. RGB value is (237,166,218). Sum of RGB (Red+Green+Blue) = 237+166+218=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DA is #125925. Grayscale: #C1C1C1. Windows color (decimal): -1202470 or 14329581. OLE color: 14329581.
HSL color Cylindrical-coordinate representation of color #EDA6DA: hue angle of 316.06º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6DA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 218 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.07 |
| HSL | 316.06º | 0.66% | 0.79% | - |
| HSV(B) | 316.06º | 0.3% | 0.93% | - |
| XYZ | 61.22 | 50.34 | 72.82 | - |
| YUV | 193.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 218 | 0 | 0.30 | 0.08 | 0.07 | 316.06 | 0.66 | 0.79 |
| Hex | ED | A6 | DA | 0 | 1E | 8 | 7 | 13C | 42 | 4F |
| Octal | 355 | 246 | 332 | 0 | 36 | 10 | 7 | 474 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11011010 | 0 | 11110 | 1000 | 111 | 100111100 | 1000010 | 1001111 |
Color Harmonies of #EDA6DA
Complementary color
Monochromatic Colors of #EDA6DA
Black with #EDA6DA
Text Example
Text Example
White with #EDA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6DA; }
p { color: rgb(237,166,218); }
H1.HeaderClassName
{
color: #EDA6DA;
}
.AnyTagClassName
{
color: #EDA6DA;
}
</style>
background-color css
<style>
a { background-color: #EDA6DA; }
a { background-color: rgb(237,166,218); }
div.DivClassName
{
background-color: #EDA6DA;
}
.BgClassName
{
background-color: #EDA6DA;
}
</style>
border-color css
<style>
span { border-color: #EDA6DA; }
span { border-color: rgb(237,166,218); }
td.TdClassName
{
border-color: #EDA6DA;
}
.TagClassName
{
border-color: #EDA6DA;
}
</style>