Shades of Lavender Rose #EBA5D5
Tints of Lavender Rose #EBA5D5
RGB
CMYK
RGB Variations
Color information
#EBA5D5 (or 0xEBA5D5) is known color: Lavender Rose. HEX triplet: EB, A5 and D5. RGB value is (235,165,213). Sum of RGB (Red+Green+Blue) = 235+165+213=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D5 is #145A2A. Grayscale: #BFBFBF. Windows color (decimal): -1333803 or 14001643. OLE color: 14001643.
HSL color Cylindrical-coordinate representation of color #EBA5D5: hue angle of 318.86º 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 #EBA5D5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 213 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.08 |
| HSL | 318.86º | 0.64% | 0.78% | - |
| HSV(B) | 318.86º | 0.3% | 0.92% | - |
| XYZ | 59.73 | 49.38 | 69.33 | - |
| YUV | 191.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 213 | 0 | 0.30 | 0.09 | 0.08 | 318.86 | 0.64 | 0.78 |
| Hex | EB | A5 | D5 | 0 | 1E | 9 | 8 | 13F | 40 | 4E |
| Octal | 353 | 245 | 325 | 0 | 36 | 11 | 10 | 477 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11010101 | 0 | 11110 | 1001 | 1000 | 100111111 | 1000000 | 1001110 |
Color Harmonies of #EBA5D5
Complementary color
Monochromatic Colors of #EBA5D5
Black with #EBA5D5
Text Example
Text Example
White with #EBA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5D5; }
p { color: rgb(235,165,213); }
H1.HeaderClassName
{
color: #EBA5D5;
}
.AnyTagClassName
{
color: #EBA5D5;
}
</style>
background-color css
<style>
a { background-color: #EBA5D5; }
a { background-color: rgb(235,165,213); }
div.DivClassName
{
background-color: #EBA5D5;
}
.BgClassName
{
background-color: #EBA5D5;
}
</style>
border-color css
<style>
span { border-color: #EBA5D5; }
span { border-color: rgb(235,165,213); }
td.TdClassName
{
border-color: #EBA5D5;
}
.TagClassName
{
border-color: #EBA5D5;
}
</style>