Shades of Lavender Rose #EBA9DD
Tints of Lavender Rose #EBA9DD
RGB
CMYK
RGB Variations
Color information
#EBA9DD (or 0xEBA9DD) is known color: Lavender Rose. HEX triplet: EB, A9 and DD. RGB value is (235,169,221). Sum of RGB (Red+Green+Blue) = 235+169+221=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DD is #145622. Grayscale: #C2C2C2. Windows color (decimal): -1332771 or 14526955. OLE color: 14526955.
HSL color Cylindrical-coordinate representation of color #EBA9DD: hue angle of 312.73º 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 #EBA9DD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 221 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.08 |
| HSL | 312.73º | 0.62% | 0.79% | - |
| HSV(B) | 312.73º | 0.28% | 0.92% | - |
| XYZ | 61.5 | 51.26 | 75.06 | - |
| YUV | 194.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 221 | 0 | 0.28 | 0.06 | 0.08 | 312.73 | 0.62 | 0.79 |
| Hex | EB | A9 | DD | 0 | 1C | 6 | 8 | 139 | 3E | 4F |
| Octal | 353 | 251 | 335 | 0 | 34 | 6 | 10 | 471 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11011101 | 0 | 11100 | 110 | 1000 | 100111001 | 111110 | 1001111 |
Color Harmonies of #EBA9DD
Complementary color
Monochromatic Colors of #EBA9DD
Black with #EBA9DD
Text Example
Text Example
White with #EBA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9DD; }
p { color: rgb(235,169,221); }
H1.HeaderClassName
{
color: #EBA9DD;
}
.AnyTagClassName
{
color: #EBA9DD;
}
</style>
background-color css
<style>
a { background-color: #EBA9DD; }
a { background-color: rgb(235,169,221); }
div.DivClassName
{
background-color: #EBA9DD;
}
.BgClassName
{
background-color: #EBA9DD;
}
</style>
border-color css
<style>
span { border-color: #EBA9DD; }
span { border-color: rgb(235,169,221); }
td.TdClassName
{
border-color: #EBA9DD;
}
.TagClassName
{
border-color: #EBA9DD;
}
</style>