Shades of Lavender Rose #EBA9DB
Tints of Lavender Rose #EBA9DB
RGB
CMYK
RGB Variations
Color information
#EBA9DB (or 0xEBA9DB) is known color: Lavender Rose. HEX triplet: EB, A9 and DB. RGB value is (235,169,219). Sum of RGB (Red+Green+Blue) = 235+169+219=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DB is #145624. Grayscale: #C2C2C2. Windows color (decimal): -1332773 or 14395883. OLE color: 14395883.
HSL color Cylindrical-coordinate representation of color #EBA9DB: hue angle of 314.55º 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 #EBA9DB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 219 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.08 |
| HSL | 314.55º | 0.62% | 0.79% | - |
| HSV(B) | 314.55º | 0.28% | 0.92% | - |
| XYZ | 61.24 | 51.15 | 73.66 | - |
| YUV | 194.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 219 | 0 | 0.28 | 0.07 | 0.08 | 314.55 | 0.62 | 0.79 |
| Hex | EB | A9 | DB | 0 | 1C | 7 | 8 | 13B | 3E | 4F |
| Octal | 353 | 251 | 333 | 0 | 34 | 7 | 10 | 473 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11011011 | 0 | 11100 | 111 | 1000 | 100111011 | 111110 | 1001111 |
Color Harmonies of #EBA9DB
Complementary color
Monochromatic Colors of #EBA9DB
Black with #EBA9DB
Text Example
Text Example
White with #EBA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9DB; }
p { color: rgb(235,169,219); }
H1.HeaderClassName
{
color: #EBA9DB;
}
.AnyTagClassName
{
color: #EBA9DB;
}
</style>
background-color css
<style>
a { background-color: #EBA9DB; }
a { background-color: rgb(235,169,219); }
div.DivClassName
{
background-color: #EBA9DB;
}
.BgClassName
{
background-color: #EBA9DB;
}
</style>
border-color css
<style>
span { border-color: #EBA9DB; }
span { border-color: rgb(235,169,219); }
td.TdClassName
{
border-color: #EBA9DB;
}
.TagClassName
{
border-color: #EBA9DB;
}
</style>