Shades of Lavender Rose #ED9EDB
Tints of Lavender Rose #ED9EDB
RGB
CMYK
RGB Variations
Color information
#ED9EDB (or 0xED9EDB) is known color: Lavender Rose. HEX triplet: ED, 9E and DB. RGB value is (237,158,219). Sum of RGB (Red+Green+Blue) = 237+158+219=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EDB is #126124. Grayscale: #BCBCBC. Windows color (decimal): -1204517 or 14393069. OLE color: 14393069.
HSL color Cylindrical-coordinate representation of color #ED9EDB: hue angle of 313.67º 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 #ED9EDB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 219 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 313.67º | 0.69% | 0.77% | - |
| HSV(B) | 313.67º | 0.33% | 0.93% | - |
| XYZ | 59.94 | 47.57 | 73.04 | - |
| YUV | 188.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 219 | 0 | 0.33 | 0.08 | 0.07 | 313.67 | 0.69 | 0.77 |
| Hex | ED | 9E | DB | 0 | 21 | 8 | 7 | 13A | 45 | 4D |
| Octal | 355 | 236 | 333 | 0 | 41 | 10 | 7 | 472 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11011011 | 0 | 100001 | 1000 | 111 | 100111010 | 1000101 | 1001101 |
Color Harmonies of #ED9EDB
Complementary color
Monochromatic Colors of #ED9EDB
Black with #ED9EDB
Text Example
Text Example
White with #ED9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EDB; }
p { color: rgb(237,158,219); }
H1.HeaderClassName
{
color: #ED9EDB;
}
.AnyTagClassName
{
color: #ED9EDB;
}
</style>
background-color css
<style>
a { background-color: #ED9EDB; }
a { background-color: rgb(237,158,219); }
div.DivClassName
{
background-color: #ED9EDB;
}
.BgClassName
{
background-color: #ED9EDB;
}
</style>
border-color css
<style>
span { border-color: #ED9EDB; }
span { border-color: rgb(237,158,219); }
td.TdClassName
{
border-color: #ED9EDB;
}
.TagClassName
{
border-color: #ED9EDB;
}
</style>