Shades of Lavender Rose #EBA7DC
Tints of Lavender Rose #EBA7DC
RGB
CMYK
RGB Variations
Color information
#EBA7DC (or 0xEBA7DC) is known color: Lavender Rose. HEX triplet: EB, A7 and DC. RGB value is (235,167,220). Sum of RGB (Red+Green+Blue) = 235+167+220=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7DC is #145823. Grayscale: #C1C1C1. Windows color (decimal): -1333284 or 14460907. OLE color: 14460907.
HSL color Cylindrical-coordinate representation of color #EBA7DC: hue angle of 313.24º 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 #EBA7DC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 220 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.08 |
| HSL | 313.24º | 0.63% | 0.79% | - |
| HSV(B) | 313.24º | 0.29% | 0.92% | - |
| XYZ | 61 | 50.47 | 74.24 | - |
| YUV | 193.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 220 | 0 | 0.29 | 0.06 | 0.08 | 313.24 | 0.63 | 0.79 |
| Hex | EB | A7 | DC | 0 | 1D | 6 | 8 | 139 | 3F | 4F |
| Octal | 353 | 247 | 334 | 0 | 35 | 6 | 10 | 471 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11011100 | 0 | 11101 | 110 | 1000 | 100111001 | 111111 | 1001111 |
Color Harmonies of #EBA7DC
Complementary color
Monochromatic Colors of #EBA7DC
Black with #EBA7DC
Text Example
Text Example
White with #EBA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7DC; }
p { color: rgb(235,167,220); }
H1.HeaderClassName
{
color: #EBA7DC;
}
.AnyTagClassName
{
color: #EBA7DC;
}
</style>
background-color css
<style>
a { background-color: #EBA7DC; }
a { background-color: rgb(235,167,220); }
div.DivClassName
{
background-color: #EBA7DC;
}
.BgClassName
{
background-color: #EBA7DC;
}
</style>
border-color css
<style>
span { border-color: #EBA7DC; }
span { border-color: rgb(235,167,220); }
td.TdClassName
{
border-color: #EBA7DC;
}
.TagClassName
{
border-color: #EBA7DC;
}
</style>