Shades of Lavender Rose #EBA5DF
Tints of Lavender Rose #EBA5DF
RGB
CMYK
RGB Variations
Color information
#EBA5DF (or 0xEBA5DF) is known color: Lavender Rose. HEX triplet: EB, A5 and DF. RGB value is (235,165,223). Sum of RGB (Red+Green+Blue) = 235+165+223=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5DF is #145A20. Grayscale: #C0C0C0. Windows color (decimal): -1333793 or 14657003. OLE color: 14657003.
HSL color Cylindrical-coordinate representation of color #EBA5DF: hue angle of 310.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5DF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 223 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.08 |
| HSL | 310.29º | 0.64% | 0.78% | - |
| HSV(B) | 310.29º | 0.3% | 0.92% | - |
| XYZ | 61.04 | 49.9 | 76.23 | - |
| YUV | 192.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 223 | 0 | 0.30 | 0.05 | 0.08 | 310.29 | 0.64 | 0.78 |
| Hex | EB | A5 | DF | 0 | 1E | 5 | 8 | 136 | 40 | 4E |
| Octal | 353 | 245 | 337 | 0 | 36 | 5 | 10 | 466 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11011111 | 0 | 11110 | 101 | 1000 | 100110110 | 1000000 | 1001110 |
Color Harmonies of #EBA5DF
Complementary color
Monochromatic Colors of #EBA5DF
Black with #EBA5DF
Text Example
Text Example
White with #EBA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5DF; }
p { color: rgb(235,165,223); }
H1.HeaderClassName
{
color: #EBA5DF;
}
.AnyTagClassName
{
color: #EBA5DF;
}
</style>
background-color css
<style>
a { background-color: #EBA5DF; }
a { background-color: rgb(235,165,223); }
div.DivClassName
{
background-color: #EBA5DF;
}
.BgClassName
{
background-color: #EBA5DF;
}
</style>
border-color css
<style>
span { border-color: #EBA5DF; }
span { border-color: rgb(235,165,223); }
td.TdClassName
{
border-color: #EBA5DF;
}
.TagClassName
{
border-color: #EBA5DF;
}
</style>