Shades of Lavender Rose #EBA3DC
Tints of Lavender Rose #EBA3DC
RGB
CMYK
RGB Variations
Color information
#EBA3DC (or 0xEBA3DC) is known color: Lavender Rose. HEX triplet: EB, A3 and DC. RGB value is (235,163,220). Sum of RGB (Red+Green+Blue) = 235+163+220=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DC is #145C23. Grayscale: #BEBEBE. Windows color (decimal): -1334308 or 14459883. OLE color: 14459883.
HSL color Cylindrical-coordinate representation of color #EBA3DC: hue angle of 312.5º degrees, saturation: 0.64, 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 #EBA3DC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 220 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.08 |
| HSL | 312.5º | 0.64% | 0.78% | - |
| HSV(B) | 312.5º | 0.31% | 0.92% | - |
| XYZ | 60.28 | 49.02 | 74 | - |
| YUV | 191.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 220 | 0 | 0.31 | 0.06 | 0.08 | 312.5 | 0.64 | 0.78 |
| Hex | EB | A3 | DC | 0 | 1F | 6 | 8 | 138 | 40 | 4E |
| Octal | 353 | 243 | 334 | 0 | 37 | 6 | 10 | 470 | 100 | 116 |
| Binary | 11101011 | 10100011 | 11011100 | 0 | 11111 | 110 | 1000 | 100111000 | 1000000 | 1001110 |
Color Harmonies of #EBA3DC
Complementary color
Monochromatic Colors of #EBA3DC
Black with #EBA3DC
Text Example
Text Example
White with #EBA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3DC; }
p { color: rgb(235,163,220); }
H1.HeaderClassName
{
color: #EBA3DC;
}
.AnyTagClassName
{
color: #EBA3DC;
}
</style>
background-color css
<style>
a { background-color: #EBA3DC; }
a { background-color: rgb(235,163,220); }
div.DivClassName
{
background-color: #EBA3DC;
}
.BgClassName
{
background-color: #EBA3DC;
}
</style>
border-color css
<style>
span { border-color: #EBA3DC; }
span { border-color: rgb(235,163,220); }
td.TdClassName
{
border-color: #EBA3DC;
}
.TagClassName
{
border-color: #EBA3DC;
}
</style>