Shades of Lavender Rose #ED9EDE
Tints of Lavender Rose #ED9EDE
RGB
CMYK
RGB Variations
Color information
#ED9EDE (or 0xED9EDE) is known color: Lavender Rose. HEX triplet: ED, 9E and DE. RGB value is (237,158,222). Sum of RGB (Red+Green+Blue) = 237+158+222=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EDE is #126121. Grayscale: #BCBCBC. Windows color (decimal): -1204514 or 14589677. OLE color: 14589677.
HSL color Cylindrical-coordinate representation of color #ED9EDE: hue angle of 311.39º 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 #ED9EDE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 222 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.07 |
| HSL | 311.39º | 0.69% | 0.77% | - |
| HSV(B) | 311.39º | 0.33% | 0.93% | - |
| XYZ | 60.34 | 47.73 | 75.14 | - |
| YUV | 188.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 222 | 0 | 0.33 | 0.06 | 0.07 | 311.39 | 0.69 | 0.77 |
| Hex | ED | 9E | DE | 0 | 21 | 6 | 7 | 137 | 45 | 4D |
| Octal | 355 | 236 | 336 | 0 | 41 | 6 | 7 | 467 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11011110 | 0 | 100001 | 110 | 111 | 100110111 | 1000101 | 1001101 |
Color Harmonies of #ED9EDE
Complementary color
Monochromatic Colors of #ED9EDE
Black with #ED9EDE
Text Example
Text Example
White with #ED9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EDE; }
p { color: rgb(237,158,222); }
H1.HeaderClassName
{
color: #ED9EDE;
}
.AnyTagClassName
{
color: #ED9EDE;
}
</style>
background-color css
<style>
a { background-color: #ED9EDE; }
a { background-color: rgb(237,158,222); }
div.DivClassName
{
background-color: #ED9EDE;
}
.BgClassName
{
background-color: #ED9EDE;
}
</style>
border-color css
<style>
span { border-color: #ED9EDE; }
span { border-color: rgb(237,158,222); }
td.TdClassName
{
border-color: #ED9EDE;
}
.TagClassName
{
border-color: #ED9EDE;
}
</style>