Shades of Lavender Rose #EBA7D6
Tints of Lavender Rose #EBA7D6
RGB
CMYK
RGB Variations
Color information
#EBA7D6 (or 0xEBA7D6) is known color: Lavender Rose. HEX triplet: EB, A7 and D6. RGB value is (235,167,214). Sum of RGB (Red+Green+Blue) = 235+167+214=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D6 is #145829. Grayscale: #C0C0C0. Windows color (decimal): -1333290 or 14067691. OLE color: 14067691.
HSL color Cylindrical-coordinate representation of color #EBA7D6: hue angle of 318.53º 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 #EBA7D6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 214 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.08 |
| HSL | 318.53º | 0.63% | 0.79% | - |
| HSV(B) | 318.53º | 0.29% | 0.92% | - |
| XYZ | 60.22 | 50.15 | 70.13 | - |
| YUV | 192.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 214 | 0 | 0.29 | 0.09 | 0.08 | 318.53 | 0.63 | 0.79 |
| Hex | EB | A7 | D6 | 0 | 1D | 9 | 8 | 13F | 3F | 4F |
| Octal | 353 | 247 | 326 | 0 | 35 | 11 | 10 | 477 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11010110 | 0 | 11101 | 1001 | 1000 | 100111111 | 111111 | 1001111 |
Color Harmonies of #EBA7D6
Complementary color
Monochromatic Colors of #EBA7D6
Black with #EBA7D6
Text Example
Text Example
White with #EBA7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7D6; }
p { color: rgb(235,167,214); }
H1.HeaderClassName
{
color: #EBA7D6;
}
.AnyTagClassName
{
color: #EBA7D6;
}
</style>
background-color css
<style>
a { background-color: #EBA7D6; }
a { background-color: rgb(235,167,214); }
div.DivClassName
{
background-color: #EBA7D6;
}
.BgClassName
{
background-color: #EBA7D6;
}
</style>
border-color css
<style>
span { border-color: #EBA7D6; }
span { border-color: rgb(235,167,214); }
td.TdClassName
{
border-color: #EBA7D6;
}
.TagClassName
{
border-color: #EBA7D6;
}
</style>