Shades of Lavender Rose #EBA7D9
Tints of Lavender Rose #EBA7D9
RGB
CMYK
RGB Variations
Color information
#EBA7D9 (or 0xEBA7D9) is known color: Lavender Rose. HEX triplet: EB, A7 and D9. RGB value is (235,167,217). Sum of RGB (Red+Green+Blue) = 235+167+217=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D9 is #145826. Grayscale: #C0C0C0. Windows color (decimal): -1333287 or 14264299. OLE color: 14264299.
HSL color Cylindrical-coordinate representation of color #EBA7D9: hue angle of 315.88º 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 #EBA7D9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 217 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.08 |
| HSL | 315.88º | 0.63% | 0.79% | - |
| HSV(B) | 315.88º | 0.29% | 0.92% | - |
| XYZ | 60.6 | 50.31 | 72.16 | - |
| YUV | 193.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 217 | 0 | 0.29 | 0.08 | 0.08 | 315.88 | 0.63 | 0.79 |
| Hex | EB | A7 | D9 | 0 | 1D | 8 | 8 | 13C | 3F | 4F |
| Octal | 353 | 247 | 331 | 0 | 35 | 10 | 10 | 474 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11011001 | 0 | 11101 | 1000 | 1000 | 100111100 | 111111 | 1001111 |
Color Harmonies of #EBA7D9
Complementary color
Monochromatic Colors of #EBA7D9
Black with #EBA7D9
Text Example
Text Example
White with #EBA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7D9; }
p { color: rgb(235,167,217); }
H1.HeaderClassName
{
color: #EBA7D9;
}
.AnyTagClassName
{
color: #EBA7D9;
}
</style>
background-color css
<style>
a { background-color: #EBA7D9; }
a { background-color: rgb(235,167,217); }
div.DivClassName
{
background-color: #EBA7D9;
}
.BgClassName
{
background-color: #EBA7D9;
}
</style>
border-color css
<style>
span { border-color: #EBA7D9; }
span { border-color: rgb(235,167,217); }
td.TdClassName
{
border-color: #EBA7D9;
}
.TagClassName
{
border-color: #EBA7D9;
}
</style>