Shades of Lavender Rose #EBA5D9
Tints of Lavender Rose #EBA5D9
RGB
CMYK
RGB Variations
Color information
#EBA5D9 (or 0xEBA5D9) is known color: Lavender Rose. HEX triplet: EB, A5 and D9. RGB value is (235,165,217). Sum of RGB (Red+Green+Blue) = 235+165+217=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D9 is #145A26. Grayscale: #BFBFBF. Windows color (decimal): -1333799 or 14263787. OLE color: 14263787.
HSL color Cylindrical-coordinate representation of color #EBA5D9: hue angle of 315.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5D9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 217 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.08 |
| HSL | 315.43º | 0.64% | 0.78% | - |
| HSV(B) | 315.43º | 0.3% | 0.92% | - |
| XYZ | 60.24 | 49.58 | 72.04 | - |
| YUV | 191.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 217 | 0 | 0.30 | 0.08 | 0.08 | 315.43 | 0.64 | 0.78 |
| Hex | EB | A5 | D9 | 0 | 1E | 8 | 8 | 13B | 40 | 4E |
| Octal | 353 | 245 | 331 | 0 | 36 | 10 | 10 | 473 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11011001 | 0 | 11110 | 1000 | 1000 | 100111011 | 1000000 | 1001110 |
Color Harmonies of #EBA5D9
Complementary color
Monochromatic Colors of #EBA5D9
Black with #EBA5D9
Text Example
Text Example
White with #EBA5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5D9; }
p { color: rgb(235,165,217); }
H1.HeaderClassName
{
color: #EBA5D9;
}
.AnyTagClassName
{
color: #EBA5D9;
}
</style>
background-color css
<style>
a { background-color: #EBA5D9; }
a { background-color: rgb(235,165,217); }
div.DivClassName
{
background-color: #EBA5D9;
}
.BgClassName
{
background-color: #EBA5D9;
}
</style>
border-color css
<style>
span { border-color: #EBA5D9; }
span { border-color: rgb(235,165,217); }
td.TdClassName
{
border-color: #EBA5D9;
}
.TagClassName
{
border-color: #EBA5D9;
}
</style>