Shades of Lavender Rose #ED95DB
Tints of Lavender Rose #ED95DB
RGB
CMYK
RGB Variations
Color information
#ED95DB (or 0xED95DB) is known color: Lavender Rose. HEX triplet: ED, 95 and DB. RGB value is (237,149,219). Sum of RGB (Red+Green+Blue) = 237+149+219=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95DB is #126A24. Grayscale: #B7B7B7. Windows color (decimal): -1206821 or 14390765. OLE color: 14390765.
HSL color Cylindrical-coordinate representation of color #ED95DB: hue angle of 312.27º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95DB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 219 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.07 |
| HSL | 312.27º | 0.71% | 0.76% | - |
| HSV(B) | 312.27º | 0.37% | 0.93% | - |
| XYZ | 58.46 | 44.61 | 72.55 | - |
| YUV | 183.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 219 | 0 | 0.37 | 0.08 | 0.07 | 312.27 | 0.71 | 0.76 |
| Hex | ED | 95 | DB | 0 | 25 | 8 | 7 | 138 | 47 | 4C |
| Octal | 355 | 225 | 333 | 0 | 45 | 10 | 7 | 470 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11011011 | 0 | 100101 | 1000 | 111 | 100111000 | 1000111 | 1001100 |
Color Harmonies of #ED95DB
Complementary color
Monochromatic Colors of #ED95DB
Black with #ED95DB
Text Example
Text Example
White with #ED95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95DB; }
p { color: rgb(237,149,219); }
H1.HeaderClassName
{
color: #ED95DB;
}
.AnyTagClassName
{
color: #ED95DB;
}
</style>
background-color css
<style>
a { background-color: #ED95DB; }
a { background-color: rgb(237,149,219); }
div.DivClassName
{
background-color: #ED95DB;
}
.BgClassName
{
background-color: #ED95DB;
}
</style>
border-color css
<style>
span { border-color: #ED95DB; }
span { border-color: rgb(237,149,219); }
td.TdClassName
{
border-color: #ED95DB;
}
.TagClassName
{
border-color: #ED95DB;
}
</style>