Shades of Lavender Rose #EBA5DA
Tints of Lavender Rose #EBA5DA
RGB
CMYK
RGB Variations
Color information
#EBA5DA (or 0xEBA5DA) is known color: Lavender Rose. HEX triplet: EB, A5 and DA. RGB value is (235,165,218). Sum of RGB (Red+Green+Blue) = 235+165+218=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5DA is #145A25. Grayscale: #BFBFBF. Windows color (decimal): -1333798 or 14329323. OLE color: 14329323.
HSL color Cylindrical-coordinate representation of color #EBA5DA: hue angle of 314.57º 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 #EBA5DA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 218 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.08 |
| HSL | 314.57º | 0.64% | 0.78% | - |
| HSV(B) | 314.57º | 0.3% | 0.92% | - |
| XYZ | 60.37 | 49.63 | 72.73 | - |
| YUV | 191.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 218 | 0 | 0.30 | 0.07 | 0.08 | 314.57 | 0.64 | 0.78 |
| Hex | EB | A5 | DA | 0 | 1E | 7 | 8 | 13B | 40 | 4E |
| Octal | 353 | 245 | 332 | 0 | 36 | 7 | 10 | 473 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11011010 | 0 | 11110 | 111 | 1000 | 100111011 | 1000000 | 1001110 |
Color Harmonies of #EBA5DA
Complementary color
Monochromatic Colors of #EBA5DA
Black with #EBA5DA
Text Example
Text Example
White with #EBA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5DA; }
p { color: rgb(235,165,218); }
H1.HeaderClassName
{
color: #EBA5DA;
}
.AnyTagClassName
{
color: #EBA5DA;
}
</style>
background-color css
<style>
a { background-color: #EBA5DA; }
a { background-color: rgb(235,165,218); }
div.DivClassName
{
background-color: #EBA5DA;
}
.BgClassName
{
background-color: #EBA5DA;
}
</style>
border-color css
<style>
span { border-color: #EBA5DA; }
span { border-color: rgb(235,165,218); }
td.TdClassName
{
border-color: #EBA5DA;
}
.TagClassName
{
border-color: #EBA5DA;
}
</style>