Shades of Lavender Rose #EBA4D9
Tints of Lavender Rose #EBA4D9
RGB
CMYK
RGB Variations
Color information
#EBA4D9 (or 0xEBA4D9) is known color: Lavender Rose. HEX triplet: EB, A4 and D9. RGB value is (235,164,217). Sum of RGB (Red+Green+Blue) = 235+164+217=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D9 is #145B26. Grayscale: #BFBFBF. Windows color (decimal): -1334055 or 14263531. OLE color: 14263531.
HSL color Cylindrical-coordinate representation of color #EBA4D9: hue angle of 315.21º 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 #EBA4D9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 217 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.08 |
| HSL | 315.21º | 0.64% | 0.78% | - |
| HSV(B) | 315.21º | 0.3% | 0.92% | - |
| XYZ | 60.06 | 49.22 | 71.98 | - |
| YUV | 191.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 217 | 0 | 0.30 | 0.08 | 0.08 | 315.21 | 0.64 | 0.78 |
| Hex | EB | A4 | D9 | 0 | 1E | 8 | 8 | 13B | 40 | 4E |
| Octal | 353 | 244 | 331 | 0 | 36 | 10 | 10 | 473 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11011001 | 0 | 11110 | 1000 | 1000 | 100111011 | 1000000 | 1001110 |
Color Harmonies of #EBA4D9
Complementary color
Monochromatic Colors of #EBA4D9
Black with #EBA4D9
Text Example
Text Example
White with #EBA4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4D9; }
p { color: rgb(235,164,217); }
H1.HeaderClassName
{
color: #EBA4D9;
}
.AnyTagClassName
{
color: #EBA4D9;
}
</style>
background-color css
<style>
a { background-color: #EBA4D9; }
a { background-color: rgb(235,164,217); }
div.DivClassName
{
background-color: #EBA4D9;
}
.BgClassName
{
background-color: #EBA4D9;
}
</style>
border-color css
<style>
span { border-color: #EBA4D9; }
span { border-color: rgb(235,164,217); }
td.TdClassName
{
border-color: #EBA4D9;
}
.TagClassName
{
border-color: #EBA4D9;
}
</style>