Shades of Lavender Rose #EDA9E1
Tints of Lavender Rose #EDA9E1
RGB
CMYK
RGB Variations
Color information
#EDA9E1 (or 0xEDA9E1) is known color: Lavender Rose. HEX triplet: ED, A9 and E1. RGB value is (237,169,225). Sum of RGB (Red+Green+Blue) = 237+169+225=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9E1 is #12561E. Grayscale: #C3C3C3. Windows color (decimal): -1201695 or 14789101. OLE color: 14789101.
HSL color Cylindrical-coordinate representation of color #EDA9E1: hue angle of 310.59º 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 #EDA9E1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 225 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.07 |
| HSL | 310.59º | 0.65% | 0.8% | - |
| HSV(B) | 310.59º | 0.29% | 0.93% | - |
| XYZ | 62.7 | 51.82 | 77.93 | - |
| YUV | 195.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 225 | 0 | 0.29 | 0.05 | 0.07 | 310.59 | 0.65 | 0.8 |
| Hex | ED | A9 | E1 | 0 | 1D | 5 | 7 | 137 | 41 | 50 |
| Octal | 355 | 251 | 341 | 0 | 35 | 5 | 7 | 467 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11100001 | 0 | 11101 | 101 | 111 | 100110111 | 1000001 | 1010000 |
Color Harmonies of #EDA9E1
Complementary color
Monochromatic Colors of #EDA9E1
Black with #EDA9E1
Text Example
Text Example
White with #EDA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9E1; }
p { color: rgb(237,169,225); }
H1.HeaderClassName
{
color: #EDA9E1;
}
.AnyTagClassName
{
color: #EDA9E1;
}
</style>
background-color css
<style>
a { background-color: #EDA9E1; }
a { background-color: rgb(237,169,225); }
div.DivClassName
{
background-color: #EDA9E1;
}
.BgClassName
{
background-color: #EDA9E1;
}
</style>
border-color css
<style>
span { border-color: #EDA9E1; }
span { border-color: rgb(237,169,225); }
td.TdClassName
{
border-color: #EDA9E1;
}
.TagClassName
{
border-color: #EDA9E1;
}
</style>