Shades of Lavender Rose #EBA8D5
Tints of Lavender Rose #EBA8D5
RGB
CMYK
RGB Variations
Color information
#EBA8D5 (or 0xEBA8D5) is known color: Lavender Rose. HEX triplet: EB, A8 and D5. RGB value is (235,168,213). Sum of RGB (Red+Green+Blue) = 235+168+213=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D5 is #14572A. Grayscale: #C1C1C1. Windows color (decimal): -1333035 or 14002411. OLE color: 14002411.
HSL color Cylindrical-coordinate representation of color #EBA8D5: hue angle of 319.7º 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 #EBA8D5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 213 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.08 |
| HSL | 319.7º | 0.63% | 0.79% | - |
| HSV(B) | 319.7º | 0.29% | 0.92% | - |
| XYZ | 60.27 | 50.47 | 69.52 | - |
| YUV | 193.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 213 | 0 | 0.29 | 0.09 | 0.08 | 319.7 | 0.63 | 0.79 |
| Hex | EB | A8 | D5 | 0 | 1D | 9 | 8 | 140 | 3F | 4F |
| Octal | 353 | 250 | 325 | 0 | 35 | 11 | 10 | 500 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11010101 | 0 | 11101 | 1001 | 1000 | 101000000 | 111111 | 1001111 |
Color Harmonies of #EBA8D5
Complementary color
Monochromatic Colors of #EBA8D5
Black with #EBA8D5
Text Example
Text Example
White with #EBA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8D5; }
p { color: rgb(235,168,213); }
H1.HeaderClassName
{
color: #EBA8D5;
}
.AnyTagClassName
{
color: #EBA8D5;
}
</style>
background-color css
<style>
a { background-color: #EBA8D5; }
a { background-color: rgb(235,168,213); }
div.DivClassName
{
background-color: #EBA8D5;
}
.BgClassName
{
background-color: #EBA8D5;
}
</style>
border-color css
<style>
span { border-color: #EBA8D5; }
span { border-color: rgb(235,168,213); }
td.TdClassName
{
border-color: #EBA8D5;
}
.TagClassName
{
border-color: #EBA8D5;
}
</style>