Shades of Lavender Rose #EBA8D7
Tints of Lavender Rose #EBA8D7
RGB
CMYK
RGB Variations
Color information
#EBA8D7 (or 0xEBA8D7) is known color: Lavender Rose. HEX triplet: EB, A8 and D7. RGB value is (235,168,215). Sum of RGB (Red+Green+Blue) = 235+168+215=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D7 is #145728. Grayscale: #C1C1C1. Windows color (decimal): -1333033 or 14133483. OLE color: 14133483.
HSL color Cylindrical-coordinate representation of color #EBA8D7: hue angle of 317.91º 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 #EBA8D7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 215 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.08 |
| HSL | 317.91º | 0.63% | 0.79% | - |
| HSV(B) | 317.91º | 0.29% | 0.92% | - |
| XYZ | 60.53 | 50.57 | 70.86 | - |
| YUV | 193.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 215 | 0 | 0.29 | 0.09 | 0.08 | 317.91 | 0.63 | 0.79 |
| Hex | EB | A8 | D7 | 0 | 1D | 9 | 8 | 13E | 3F | 4F |
| Octal | 353 | 250 | 327 | 0 | 35 | 11 | 10 | 476 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11010111 | 0 | 11101 | 1001 | 1000 | 100111110 | 111111 | 1001111 |
Color Harmonies of #EBA8D7
Complementary color
Monochromatic Colors of #EBA8D7
Black with #EBA8D7
Text Example
Text Example
White with #EBA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8D7; }
p { color: rgb(235,168,215); }
H1.HeaderClassName
{
color: #EBA8D7;
}
.AnyTagClassName
{
color: #EBA8D7;
}
</style>
background-color css
<style>
a { background-color: #EBA8D7; }
a { background-color: rgb(235,168,215); }
div.DivClassName
{
background-color: #EBA8D7;
}
.BgClassName
{
background-color: #EBA8D7;
}
</style>
border-color css
<style>
span { border-color: #EBA8D7; }
span { border-color: rgb(235,168,215); }
td.TdClassName
{
border-color: #EBA8D7;
}
.TagClassName
{
border-color: #EBA8D7;
}
</style>