Shades of Lavender Rose #EBA9D6
Tints of Lavender Rose #EBA9D6
RGB
CMYK
RGB Variations
Color information
#EBA9D6 (or 0xEBA9D6) is known color: Lavender Rose. HEX triplet: EB, A9 and D6. RGB value is (235,169,214). Sum of RGB (Red+Green+Blue) = 235+169+214=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D6 is #145629. Grayscale: #C1C1C1. Windows color (decimal): -1332778 or 14068203. OLE color: 14068203.
HSL color Cylindrical-coordinate representation of color #EBA9D6: hue angle of 319.09º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9D6 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 214 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.08 |
| HSL | 319.09º | 0.62% | 0.79% | - |
| HSV(B) | 319.09º | 0.28% | 0.92% | - |
| XYZ | 60.59 | 50.89 | 70.25 | - |
| YUV | 193.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 214 | 0 | 0.28 | 0.09 | 0.08 | 319.09 | 0.62 | 0.79 |
| Hex | EB | A9 | D6 | 0 | 1C | 9 | 8 | 13F | 3E | 4F |
| Octal | 353 | 251 | 326 | 0 | 34 | 11 | 10 | 477 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11010110 | 0 | 11100 | 1001 | 1000 | 100111111 | 111110 | 1001111 |
Color Harmonies of #EBA9D6
Complementary color
Monochromatic Colors of #EBA9D6
Black with #EBA9D6
Text Example
Text Example
White with #EBA9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9D6; }
p { color: rgb(235,169,214); }
H1.HeaderClassName
{
color: #EBA9D6;
}
.AnyTagClassName
{
color: #EBA9D6;
}
</style>
background-color css
<style>
a { background-color: #EBA9D6; }
a { background-color: rgb(235,169,214); }
div.DivClassName
{
background-color: #EBA9D6;
}
.BgClassName
{
background-color: #EBA9D6;
}
</style>
border-color css
<style>
span { border-color: #EBA9D6; }
span { border-color: rgb(235,169,214); }
td.TdClassName
{
border-color: #EBA9D6;
}
.TagClassName
{
border-color: #EBA9D6;
}
</style>