Shades of Lavender Rose #EBA7DB
Tints of Lavender Rose #EBA7DB
RGB
CMYK
RGB Variations
Color information
#EBA7DB (or 0xEBA7DB) is known color: Lavender Rose. HEX triplet: EB, A7 and DB. RGB value is (235,167,219). Sum of RGB (Red+Green+Blue) = 235+167+219=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7DB is #145824. Grayscale: #C1C1C1. Windows color (decimal): -1333285 or 14395371. OLE color: 14395371.
HSL color Cylindrical-coordinate representation of color #EBA7DB: hue angle of 314.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7DB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 219 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.08 |
| HSL | 314.12º | 0.63% | 0.79% | - |
| HSV(B) | 314.12º | 0.29% | 0.92% | - |
| XYZ | 60.87 | 50.41 | 73.54 | - |
| YUV | 193.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 219 | 0 | 0.29 | 0.07 | 0.08 | 314.12 | 0.63 | 0.79 |
| Hex | EB | A7 | DB | 0 | 1D | 7 | 8 | 13A | 3F | 4F |
| Octal | 353 | 247 | 333 | 0 | 35 | 7 | 10 | 472 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11011011 | 0 | 11101 | 111 | 1000 | 100111010 | 111111 | 1001111 |
Color Harmonies of #EBA7DB
Complementary color
Monochromatic Colors of #EBA7DB
Black with #EBA7DB
Text Example
Text Example
White with #EBA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7DB; }
p { color: rgb(235,167,219); }
H1.HeaderClassName
{
color: #EBA7DB;
}
.AnyTagClassName
{
color: #EBA7DB;
}
</style>
background-color css
<style>
a { background-color: #EBA7DB; }
a { background-color: rgb(235,167,219); }
div.DivClassName
{
background-color: #EBA7DB;
}
.BgClassName
{
background-color: #EBA7DB;
}
</style>
border-color css
<style>
span { border-color: #EBA7DB; }
span { border-color: rgb(235,167,219); }
td.TdClassName
{
border-color: #EBA7DB;
}
.TagClassName
{
border-color: #EBA7DB;
}
</style>