Shades of Lavender Rose #ED9EE0
Tints of Lavender Rose #ED9EE0
RGB
CMYK
RGB Variations
Color information
#ED9EE0 (or 0xED9EE0) is known color: Lavender Rose. HEX triplet: ED, 9E and E0. RGB value is (237,158,224). Sum of RGB (Red+Green+Blue) = 237+158+224=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EE0 is #12611F. Grayscale: #BCBCBC. Windows color (decimal): -1204512 or 14720749. OLE color: 14720749.
HSL color Cylindrical-coordinate representation of color #ED9EE0: hue angle of 309.87º 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 #ED9EE0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 224 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.07 |
| HSL | 309.87º | 0.69% | 0.77% | - |
| HSV(B) | 309.87º | 0.33% | 0.93% | - |
| XYZ | 60.61 | 47.84 | 76.56 | - |
| YUV | 189.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 224 | 0 | 0.33 | 0.05 | 0.07 | 309.87 | 0.69 | 0.77 |
| Hex | ED | 9E | E0 | 0 | 21 | 5 | 7 | 136 | 45 | 4D |
| Octal | 355 | 236 | 340 | 0 | 41 | 5 | 7 | 466 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11100000 | 0 | 100001 | 101 | 111 | 100110110 | 1000101 | 1001101 |
Color Harmonies of #ED9EE0
Complementary color
Monochromatic Colors of #ED9EE0
Black with #ED9EE0
Text Example
Text Example
White with #ED9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EE0; }
p { color: rgb(237,158,224); }
H1.HeaderClassName
{
color: #ED9EE0;
}
.AnyTagClassName
{
color: #ED9EE0;
}
</style>
background-color css
<style>
a { background-color: #ED9EE0; }
a { background-color: rgb(237,158,224); }
div.DivClassName
{
background-color: #ED9EE0;
}
.BgClassName
{
background-color: #ED9EE0;
}
</style>
border-color css
<style>
span { border-color: #ED9EE0; }
span { border-color: rgb(237,158,224); }
td.TdClassName
{
border-color: #ED9EE0;
}
.TagClassName
{
border-color: #ED9EE0;
}
</style>