Shades of Lavender Rose #ED9BDE
Tints of Lavender Rose #ED9BDE
RGB
CMYK
RGB Variations
Color information
#ED9BDE (or 0xED9BDE) is known color: Lavender Rose. HEX triplet: ED, 9B and DE. RGB value is (237,155,222). Sum of RGB (Red+Green+Blue) = 237+155+222=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BDE is #126421. Grayscale: #BABABA. Windows color (decimal): -1205282 or 14588909. OLE color: 14588909.
HSL color Cylindrical-coordinate representation of color #ED9BDE: hue angle of 310.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BDE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 222 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.07 |
| HSL | 310.98º | 0.69% | 0.77% | - |
| HSV(B) | 310.98º | 0.35% | 0.93% | - |
| XYZ | 59.83 | 46.72 | 74.97 | - |
| YUV | 187.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 222 | 0 | 0.35 | 0.06 | 0.07 | 310.98 | 0.69 | 0.77 |
| Hex | ED | 9B | DE | 0 | 23 | 6 | 7 | 137 | 45 | 4D |
| Octal | 355 | 233 | 336 | 0 | 43 | 6 | 7 | 467 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11011110 | 0 | 100011 | 110 | 111 | 100110111 | 1000101 | 1001101 |
Color Harmonies of #ED9BDE
Complementary color
Monochromatic Colors of #ED9BDE
Black with #ED9BDE
Text Example
Text Example
White with #ED9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BDE; }
p { color: rgb(237,155,222); }
H1.HeaderClassName
{
color: #ED9BDE;
}
.AnyTagClassName
{
color: #ED9BDE;
}
</style>
background-color css
<style>
a { background-color: #ED9BDE; }
a { background-color: rgb(237,155,222); }
div.DivClassName
{
background-color: #ED9BDE;
}
.BgClassName
{
background-color: #ED9BDE;
}
</style>
border-color css
<style>
span { border-color: #ED9BDE; }
span { border-color: rgb(237,155,222); }
td.TdClassName
{
border-color: #ED9BDE;
}
.TagClassName
{
border-color: #ED9BDE;
}
</style>