Shades of Lavender Rose #ED9BDF
Tints of Lavender Rose #ED9BDF
RGB
CMYK
RGB Variations
Color information
#ED9BDF (or 0xED9BDF) is known color: Lavender Rose. HEX triplet: ED, 9B and DF. RGB value is (237,155,223). Sum of RGB (Red+Green+Blue) = 237+155+223=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BDF is #126420. Grayscale: #BBBBBB. Windows color (decimal): -1205281 or 14654445. OLE color: 14654445.
HSL color Cylindrical-coordinate representation of color #ED9BDF: hue angle of 310.24º 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 #ED9BDF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 223 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.07 |
| HSL | 310.24º | 0.69% | 0.77% | - |
| HSV(B) | 310.24º | 0.35% | 0.93% | - |
| XYZ | 59.97 | 46.77 | 75.68 | - |
| YUV | 187.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 223 | 0 | 0.35 | 0.06 | 0.07 | 310.24 | 0.69 | 0.77 |
| Hex | ED | 9B | DF | 0 | 23 | 6 | 7 | 136 | 45 | 4D |
| Octal | 355 | 233 | 337 | 0 | 43 | 6 | 7 | 466 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11011111 | 0 | 100011 | 110 | 111 | 100110110 | 1000101 | 1001101 |
Color Harmonies of #ED9BDF
Complementary color
Monochromatic Colors of #ED9BDF
Black with #ED9BDF
Text Example
Text Example
White with #ED9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BDF; }
p { color: rgb(237,155,223); }
H1.HeaderClassName
{
color: #ED9BDF;
}
.AnyTagClassName
{
color: #ED9BDF;
}
</style>
background-color css
<style>
a { background-color: #ED9BDF; }
a { background-color: rgb(237,155,223); }
div.DivClassName
{
background-color: #ED9BDF;
}
.BgClassName
{
background-color: #ED9BDF;
}
</style>
border-color css
<style>
span { border-color: #ED9BDF; }
span { border-color: rgb(237,155,223); }
td.TdClassName
{
border-color: #ED9BDF;
}
.TagClassName
{
border-color: #ED9BDF;
}
</style>