Shades of Lavender Rose #EBA2DB
Tints of Lavender Rose #EBA2DB
RGB
CMYK
RGB Variations
Color information
#EBA2DB (or 0xEBA2DB) is known color: Lavender Rose. HEX triplet: EB, A2 and DB. RGB value is (235,162,219). Sum of RGB (Red+Green+Blue) = 235+162+219=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2DB is #145D24. Grayscale: #BEBEBE. Windows color (decimal): -1334565 or 14394091. OLE color: 14394091.
HSL color Cylindrical-coordinate representation of color #EBA2DB: hue angle of 313.15º 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 #EBA2DB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 219 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.08 |
| HSL | 313.15º | 0.65% | 0.78% | - |
| HSV(B) | 313.15º | 0.31% | 0.92% | - |
| XYZ | 59.97 | 48.62 | 73.24 | - |
| YUV | 190.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 219 | 0 | 0.31 | 0.07 | 0.08 | 313.15 | 0.65 | 0.78 |
| Hex | EB | A2 | DB | 0 | 1F | 7 | 8 | 139 | 41 | 4E |
| Octal | 353 | 242 | 333 | 0 | 37 | 7 | 10 | 471 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11011011 | 0 | 11111 | 111 | 1000 | 100111001 | 1000001 | 1001110 |
Color Harmonies of #EBA2DB
Complementary color
Monochromatic Colors of #EBA2DB
Black with #EBA2DB
Text Example
Text Example
White with #EBA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2DB; }
p { color: rgb(235,162,219); }
H1.HeaderClassName
{
color: #EBA2DB;
}
.AnyTagClassName
{
color: #EBA2DB;
}
</style>
background-color css
<style>
a { background-color: #EBA2DB; }
a { background-color: rgb(235,162,219); }
div.DivClassName
{
background-color: #EBA2DB;
}
.BgClassName
{
background-color: #EBA2DB;
}
</style>
border-color css
<style>
span { border-color: #EBA2DB; }
span { border-color: rgb(235,162,219); }
td.TdClassName
{
border-color: #EBA2DB;
}
.TagClassName
{
border-color: #EBA2DB;
}
</style>