Shades of Lavender Rose #ED9EDA
Tints of Lavender Rose #ED9EDA
RGB
CMYK
RGB Variations
Color information
#ED9EDA (or 0xED9EDA) is known color: Lavender Rose. HEX triplet: ED, 9E and DA. RGB value is (237,158,218). Sum of RGB (Red+Green+Blue) = 237+158+218=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EDA is #126125. Grayscale: #BCBCBC. Windows color (decimal): -1204518 or 14327533. OLE color: 14327533.
HSL color Cylindrical-coordinate representation of color #ED9EDA: hue angle of 314.43º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EDA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 218 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 314.43º | 0.69% | 0.77% | - |
| HSV(B) | 314.43º | 0.33% | 0.93% | - |
| XYZ | 59.81 | 47.52 | 72.35 | - |
| YUV | 188.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 218 | 0 | 0.33 | 0.08 | 0.07 | 314.43 | 0.69 | 0.77 |
| Hex | ED | 9E | DA | 0 | 21 | 8 | 7 | 13A | 45 | 4D |
| Octal | 355 | 236 | 332 | 0 | 41 | 10 | 7 | 472 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11011010 | 0 | 100001 | 1000 | 111 | 100111010 | 1000101 | 1001101 |
Color Harmonies of #ED9EDA
Complementary color
Monochromatic Colors of #ED9EDA
Black with #ED9EDA
Text Example
Text Example
White with #ED9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EDA; }
p { color: rgb(237,158,218); }
H1.HeaderClassName
{
color: #ED9EDA;
}
.AnyTagClassName
{
color: #ED9EDA;
}
</style>
background-color css
<style>
a { background-color: #ED9EDA; }
a { background-color: rgb(237,158,218); }
div.DivClassName
{
background-color: #ED9EDA;
}
.BgClassName
{
background-color: #ED9EDA;
}
</style>
border-color css
<style>
span { border-color: #ED9EDA; }
span { border-color: rgb(237,158,218); }
td.TdClassName
{
border-color: #ED9EDA;
}
.TagClassName
{
border-color: #ED9EDA;
}
</style>