Shades of Lavender Rose #EBA9D5
Tints of Lavender Rose #EBA9D5
RGB
CMYK
RGB Variations
Color information
#EBA9D5 (or 0xEBA9D5) is known color: Lavender Rose. HEX triplet: EB, A9 and D5. RGB value is (235,169,213). Sum of RGB (Red+Green+Blue) = 235+169+213=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D5 is #14562A. Grayscale: #C1C1C1. Windows color (decimal): -1332779 or 14002667. OLE color: 14002667.
HSL color Cylindrical-coordinate representation of color #EBA9D5: hue angle of 320º 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 #EBA9D5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 213 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.08 |
| HSL | 320º | 0.62% | 0.79% | - |
| HSV(B) | 320º | 0.28% | 0.92% | - |
| XYZ | 60.46 | 50.84 | 69.58 | - |
| YUV | 193.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 213 | 0 | 0.28 | 0.09 | 0.08 | 320 | 0.62 | 0.79 |
| Hex | EB | A9 | D5 | 0 | 1C | 9 | 8 | 140 | 3E | 4F |
| Octal | 353 | 251 | 325 | 0 | 34 | 11 | 10 | 500 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11010101 | 0 | 11100 | 1001 | 1000 | 101000000 | 111110 | 1001111 |
Color Harmonies of #EBA9D5
Complementary color
Monochromatic Colors of #EBA9D5
Black with #EBA9D5
Text Example
Text Example
White with #EBA9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9D5; }
p { color: rgb(235,169,213); }
H1.HeaderClassName
{
color: #EBA9D5;
}
.AnyTagClassName
{
color: #EBA9D5;
}
</style>
background-color css
<style>
a { background-color: #EBA9D5; }
a { background-color: rgb(235,169,213); }
div.DivClassName
{
background-color: #EBA9D5;
}
.BgClassName
{
background-color: #EBA9D5;
}
</style>
border-color css
<style>
span { border-color: #EBA9D5; }
span { border-color: rgb(235,169,213); }
td.TdClassName
{
border-color: #EBA9D5;
}
.TagClassName
{
border-color: #EBA9D5;
}
</style>