Shades of Lavender Rose #EBA4DF
Tints of Lavender Rose #EBA4DF
RGB
CMYK
RGB Variations
Color information
#EBA4DF (or 0xEBA4DF) is known color: Lavender Rose. HEX triplet: EB, A4 and DF. RGB value is (235,164,223). Sum of RGB (Red+Green+Blue) = 235+164+223=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DF is #145B20. Grayscale: #BFBFBF. Windows color (decimal): -1334049 or 14656747. OLE color: 14656747.
HSL color Cylindrical-coordinate representation of color #EBA4DF: hue angle of 310.14º 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 #EBA4DF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 223 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.08 |
| HSL | 310.14º | 0.64% | 0.78% | - |
| HSV(B) | 310.14º | 0.3% | 0.92% | - |
| XYZ | 60.86 | 49.54 | 76.17 | - |
| YUV | 191.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 223 | 0 | 0.30 | 0.05 | 0.08 | 310.14 | 0.64 | 0.78 |
| Hex | EB | A4 | DF | 0 | 1E | 5 | 8 | 136 | 40 | 4E |
| Octal | 353 | 244 | 337 | 0 | 36 | 5 | 10 | 466 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11011111 | 0 | 11110 | 101 | 1000 | 100110110 | 1000000 | 1001110 |
Color Harmonies of #EBA4DF
Complementary color
Monochromatic Colors of #EBA4DF
Black with #EBA4DF
Text Example
Text Example
White with #EBA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4DF; }
p { color: rgb(235,164,223); }
H1.HeaderClassName
{
color: #EBA4DF;
}
.AnyTagClassName
{
color: #EBA4DF;
}
</style>
background-color css
<style>
a { background-color: #EBA4DF; }
a { background-color: rgb(235,164,223); }
div.DivClassName
{
background-color: #EBA4DF;
}
.BgClassName
{
background-color: #EBA4DF;
}
</style>
border-color css
<style>
span { border-color: #EBA4DF; }
span { border-color: rgb(235,164,223); }
td.TdClassName
{
border-color: #EBA4DF;
}
.TagClassName
{
border-color: #EBA4DF;
}
</style>