Shades of Lavender Rose #EDA9E6
Tints of Lavender Rose #EDA9E6
RGB
CMYK
RGB Variations
Color information
#EDA9E6 (or 0xEDA9E6) is known color: Lavender Rose. HEX triplet: ED, A9 and E6. RGB value is (237,169,230). Sum of RGB (Red+Green+Blue) = 237+169+230=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9E6 is #125619. Grayscale: #C4C4C4. Windows color (decimal): -1201690 or 15116781. OLE color: 15116781.
HSL color Cylindrical-coordinate representation of color #EDA9E6: hue angle of 306.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9E6 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 230 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 306.18º | 0.65% | 0.8% | - |
| HSV(B) | 306.18º | 0.29% | 0.93% | - |
| XYZ | 63.4 | 52.09 | 81.58 | - |
| YUV | 196.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 230 | 0 | 0.29 | 0.03 | 0.07 | 306.18 | 0.65 | 0.8 |
| Hex | ED | A9 | E6 | 0 | 1D | 3 | 7 | 132 | 41 | 50 |
| Octal | 355 | 251 | 346 | 0 | 35 | 3 | 7 | 462 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11100110 | 0 | 11101 | 11 | 111 | 100110010 | 1000001 | 1010000 |
Color Harmonies of #EDA9E6
Complementary color
Monochromatic Colors of #EDA9E6
Black with #EDA9E6
Text Example
Text Example
White with #EDA9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9E6; }
p { color: rgb(237,169,230); }
H1.HeaderClassName
{
color: #EDA9E6;
}
.AnyTagClassName
{
color: #EDA9E6;
}
</style>
background-color css
<style>
a { background-color: #EDA9E6; }
a { background-color: rgb(237,169,230); }
div.DivClassName
{
background-color: #EDA9E6;
}
.BgClassName
{
background-color: #EDA9E6;
}
</style>
border-color css
<style>
span { border-color: #EDA9E6; }
span { border-color: rgb(237,169,230); }
td.TdClassName
{
border-color: #EDA9E6;
}
.TagClassName
{
border-color: #EDA9E6;
}
</style>