Shades of Lavender Rose #EBA9DF
Tints of Lavender Rose #EBA9DF
RGB
CMYK
RGB Variations
Color information
#EBA9DF (or 0xEBA9DF) is known color: Lavender Rose. HEX triplet: EB, A9 and DF. RGB value is (235,169,223). Sum of RGB (Red+Green+Blue) = 235+169+223=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DF is #145620. Grayscale: #C2C2C2. Windows color (decimal): -1332769 or 14658027. OLE color: 14658027.
HSL color Cylindrical-coordinate representation of color #EBA9DF: hue angle of 310.91º 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 #EBA9DF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 223 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.08 |
| HSL | 310.91º | 0.62% | 0.79% | - |
| HSV(B) | 310.91º | 0.28% | 0.92% | - |
| XYZ | 61.77 | 51.37 | 76.47 | - |
| YUV | 194.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 223 | 0 | 0.28 | 0.05 | 0.08 | 310.91 | 0.62 | 0.79 |
| Hex | EB | A9 | DF | 0 | 1C | 5 | 8 | 137 | 3E | 4F |
| Octal | 353 | 251 | 337 | 0 | 34 | 5 | 10 | 467 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11011111 | 0 | 11100 | 101 | 1000 | 100110111 | 111110 | 1001111 |
Color Harmonies of #EBA9DF
Complementary color
Monochromatic Colors of #EBA9DF
Black with #EBA9DF
Text Example
Text Example
White with #EBA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9DF; }
p { color: rgb(235,169,223); }
H1.HeaderClassName
{
color: #EBA9DF;
}
.AnyTagClassName
{
color: #EBA9DF;
}
</style>
background-color css
<style>
a { background-color: #EBA9DF; }
a { background-color: rgb(235,169,223); }
div.DivClassName
{
background-color: #EBA9DF;
}
.BgClassName
{
background-color: #EBA9DF;
}
</style>
border-color css
<style>
span { border-color: #EBA9DF; }
span { border-color: rgb(235,169,223); }
td.TdClassName
{
border-color: #EBA9DF;
}
.TagClassName
{
border-color: #EBA9DF;
}
</style>