Shades of Lavender Rose #ED9FDB
Tints of Lavender Rose #ED9FDB
RGB
CMYK
RGB Variations
Color information
#ED9FDB (or 0xED9FDB) is known color: Lavender Rose. HEX triplet: ED, 9F and DB. RGB value is (237,159,219). Sum of RGB (Red+Green+Blue) = 237+159+219=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FDB is #126024. Grayscale: #BCBCBC. Windows color (decimal): -1204261 or 14393325. OLE color: 14393325.
HSL color Cylindrical-coordinate representation of color #ED9FDB: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FDB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 219 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 313.85º | 0.68% | 0.78% | - |
| HSV(B) | 313.85º | 0.33% | 0.93% | - |
| XYZ | 60.11 | 47.92 | 73.1 | - |
| YUV | 189.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 219 | 0 | 0.33 | 0.08 | 0.07 | 313.85 | 0.68 | 0.78 |
| Hex | ED | 9F | DB | 0 | 21 | 8 | 7 | 13A | 44 | 4E |
| Octal | 355 | 237 | 333 | 0 | 41 | 10 | 7 | 472 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11011011 | 0 | 100001 | 1000 | 111 | 100111010 | 1000100 | 1001110 |
Color Harmonies of #ED9FDB
Complementary color
Monochromatic Colors of #ED9FDB
Black with #ED9FDB
Text Example
Text Example
White with #ED9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FDB; }
p { color: rgb(237,159,219); }
H1.HeaderClassName
{
color: #ED9FDB;
}
.AnyTagClassName
{
color: #ED9FDB;
}
</style>
background-color css
<style>
a { background-color: #ED9FDB; }
a { background-color: rgb(237,159,219); }
div.DivClassName
{
background-color: #ED9FDB;
}
.BgClassName
{
background-color: #ED9FDB;
}
</style>
border-color css
<style>
span { border-color: #ED9FDB; }
span { border-color: rgb(237,159,219); }
td.TdClassName
{
border-color: #ED9FDB;
}
.TagClassName
{
border-color: #ED9FDB;
}
</style>