Shades of Lavender Rose #EBA2D7
Tints of Lavender Rose #EBA2D7
RGB
CMYK
RGB Variations
Color information
#EBA2D7 (or 0xEBA2D7) is known color: Lavender Rose. HEX triplet: EB, A2 and D7. RGB value is (235,162,215). Sum of RGB (Red+Green+Blue) = 235+162+215=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D7 is #145D28. Grayscale: #BDBDBD. Windows color (decimal): -1334569 or 14131947. OLE color: 14131947.
HSL color Cylindrical-coordinate representation of color #EBA2D7: hue angle of 316.44º 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 #EBA2D7 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 215 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.08 |
| HSL | 316.44º | 0.65% | 0.78% | - |
| HSV(B) | 316.44º | 0.31% | 0.92% | - |
| XYZ | 59.45 | 48.41 | 70.5 | - |
| YUV | 189.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 215 | 0 | 0.31 | 0.09 | 0.08 | 316.44 | 0.65 | 0.78 |
| Hex | EB | A2 | D7 | 0 | 1F | 9 | 8 | 13C | 41 | 4E |
| Octal | 353 | 242 | 327 | 0 | 37 | 11 | 10 | 474 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11010111 | 0 | 11111 | 1001 | 1000 | 100111100 | 1000001 | 1001110 |
Color Harmonies of #EBA2D7
Complementary color
Monochromatic Colors of #EBA2D7
Black with #EBA2D7
Text Example
Text Example
White with #EBA2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2D7; }
p { color: rgb(235,162,215); }
H1.HeaderClassName
{
color: #EBA2D7;
}
.AnyTagClassName
{
color: #EBA2D7;
}
</style>
background-color css
<style>
a { background-color: #EBA2D7; }
a { background-color: rgb(235,162,215); }
div.DivClassName
{
background-color: #EBA2D7;
}
.BgClassName
{
background-color: #EBA2D7;
}
</style>
border-color css
<style>
span { border-color: #EBA2D7; }
span { border-color: rgb(235,162,215); }
td.TdClassName
{
border-color: #EBA2D7;
}
.TagClassName
{
border-color: #EBA2D7;
}
</style>