Shades of Lavender Rose #EDA9E2
Tints of Lavender Rose #EDA9E2
RGB
CMYK
RGB Variations
Color information
#EDA9E2 (or 0xEDA9E2) is known color: Lavender Rose. HEX triplet: ED, A9 and E2. RGB value is (237,169,226). Sum of RGB (Red+Green+Blue) = 237+169+226=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9E2 is #12561D. Grayscale: #C3C3C3. Windows color (decimal): -1201694 or 14854637. OLE color: 14854637.
HSL color Cylindrical-coordinate representation of color #EDA9E2: hue angle of 309.71º 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 #EDA9E2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 226 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.07 |
| HSL | 309.71º | 0.65% | 0.8% | - |
| HSV(B) | 309.71º | 0.29% | 0.93% | - |
| XYZ | 62.84 | 51.87 | 78.65 | - |
| YUV | 195.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 226 | 0 | 0.29 | 0.05 | 0.07 | 309.71 | 0.65 | 0.8 |
| Hex | ED | A9 | E2 | 0 | 1D | 5 | 7 | 136 | 41 | 50 |
| Octal | 355 | 251 | 342 | 0 | 35 | 5 | 7 | 466 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11100010 | 0 | 11101 | 101 | 111 | 100110110 | 1000001 | 1010000 |
Color Harmonies of #EDA9E2
Complementary color
Monochromatic Colors of #EDA9E2
Black with #EDA9E2
Text Example
Text Example
White with #EDA9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9E2; }
p { color: rgb(237,169,226); }
H1.HeaderClassName
{
color: #EDA9E2;
}
.AnyTagClassName
{
color: #EDA9E2;
}
</style>
background-color css
<style>
a { background-color: #EDA9E2; }
a { background-color: rgb(237,169,226); }
div.DivClassName
{
background-color: #EDA9E2;
}
.BgClassName
{
background-color: #EDA9E2;
}
</style>
border-color css
<style>
span { border-color: #EDA9E2; }
span { border-color: rgb(237,169,226); }
td.TdClassName
{
border-color: #EDA9E2;
}
.TagClassName
{
border-color: #EDA9E2;
}
</style>