Shades of Lavender Rose #EBA7DA
Tints of Lavender Rose #EBA7DA
RGB
CMYK
RGB Variations
Color information
#EBA7DA (or 0xEBA7DA) is known color: Lavender Rose. HEX triplet: EB, A7 and DA. RGB value is (235,167,218). Sum of RGB (Red+Green+Blue) = 235+167+218=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7DA is #145825. Grayscale: #C1C1C1. Windows color (decimal): -1333286 or 14329835. OLE color: 14329835.
HSL color Cylindrical-coordinate representation of color #EBA7DA: hue angle of 315º 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 #EBA7DA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 218 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.08 |
| HSL | 315º | 0.63% | 0.79% | - |
| HSV(B) | 315º | 0.29% | 0.92% | - |
| XYZ | 60.73 | 50.36 | 72.85 | - |
| YUV | 193.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 218 | 0 | 0.29 | 0.07 | 0.08 | 315 | 0.63 | 0.79 |
| Hex | EB | A7 | DA | 0 | 1D | 7 | 8 | 13B | 3F | 4F |
| Octal | 353 | 247 | 332 | 0 | 35 | 7 | 10 | 473 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11011010 | 0 | 11101 | 111 | 1000 | 100111011 | 111111 | 1001111 |
Color Harmonies of #EBA7DA
Complementary color
Monochromatic Colors of #EBA7DA
Black with #EBA7DA
Text Example
Text Example
White with #EBA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7DA; }
p { color: rgb(235,167,218); }
H1.HeaderClassName
{
color: #EBA7DA;
}
.AnyTagClassName
{
color: #EBA7DA;
}
</style>
background-color css
<style>
a { background-color: #EBA7DA; }
a { background-color: rgb(235,167,218); }
div.DivClassName
{
background-color: #EBA7DA;
}
.BgClassName
{
background-color: #EBA7DA;
}
</style>
border-color css
<style>
span { border-color: #EBA7DA; }
span { border-color: rgb(235,167,218); }
td.TdClassName
{
border-color: #EBA7DA;
}
.TagClassName
{
border-color: #EBA7DA;
}
</style>