Shades of Lavender Rose #EBA1DA
Tints of Lavender Rose #EBA1DA
RGB
CMYK
RGB Variations
Color information
#EBA1DA (or 0xEBA1DA) is known color: Lavender Rose. HEX triplet: EB, A1 and DA. RGB value is (235,161,218). Sum of RGB (Red+Green+Blue) = 235+161+218=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1DA is #145E25. Grayscale: #BDBDBD. Windows color (decimal): -1334822 or 14328299. OLE color: 14328299.
HSL color Cylindrical-coordinate representation of color #EBA1DA: hue angle of 313.78º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1DA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 218 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.08 |
| HSL | 313.78º | 0.65% | 0.78% | - |
| HSV(B) | 313.78º | 0.31% | 0.92% | - |
| XYZ | 59.66 | 48.21 | 72.49 | - |
| YUV | 189.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 218 | 0 | 0.31 | 0.07 | 0.08 | 313.78 | 0.65 | 0.78 |
| Hex | EB | A1 | DA | 0 | 1F | 7 | 8 | 13A | 41 | 4E |
| Octal | 353 | 241 | 332 | 0 | 37 | 7 | 10 | 472 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11011010 | 0 | 11111 | 111 | 1000 | 100111010 | 1000001 | 1001110 |
Color Harmonies of #EBA1DA
Complementary color
Monochromatic Colors of #EBA1DA
Black with #EBA1DA
Text Example
Text Example
White with #EBA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1DA; }
p { color: rgb(235,161,218); }
H1.HeaderClassName
{
color: #EBA1DA;
}
.AnyTagClassName
{
color: #EBA1DA;
}
</style>
background-color css
<style>
a { background-color: #EBA1DA; }
a { background-color: rgb(235,161,218); }
div.DivClassName
{
background-color: #EBA1DA;
}
.BgClassName
{
background-color: #EBA1DA;
}
</style>
border-color css
<style>
span { border-color: #EBA1DA; }
span { border-color: rgb(235,161,218); }
td.TdClassName
{
border-color: #EBA1DA;
}
.TagClassName
{
border-color: #EBA1DA;
}
</style>