Shades of Lavender Rose #EBA2D5
Tints of Lavender Rose #EBA2D5
RGB
CMYK
RGB Variations
Color information
#EBA2D5 (or 0xEBA2D5) is known color: Lavender Rose. HEX triplet: EB, A2 and D5. RGB value is (235,162,213). Sum of RGB (Red+Green+Blue) = 235+162+213=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D5 is #145D2A. Grayscale: #BDBDBD. Windows color (decimal): -1334571 or 14000875. OLE color: 14000875.
HSL color Cylindrical-coordinate representation of color #EBA2D5: hue angle of 318.08º 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 #EBA2D5 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 213 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.08 |
| HSL | 318.08º | 0.65% | 0.78% | - |
| HSV(B) | 318.08º | 0.31% | 0.92% | - |
| XYZ | 59.19 | 48.31 | 69.16 | - |
| YUV | 189.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 213 | 0 | 0.31 | 0.09 | 0.08 | 318.08 | 0.65 | 0.78 |
| Hex | EB | A2 | D5 | 0 | 1F | 9 | 8 | 13E | 41 | 4E |
| Octal | 353 | 242 | 325 | 0 | 37 | 11 | 10 | 476 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11010101 | 0 | 11111 | 1001 | 1000 | 100111110 | 1000001 | 1001110 |
Color Harmonies of #EBA2D5
Complementary color
Monochromatic Colors of #EBA2D5
Black with #EBA2D5
Text Example
Text Example
White with #EBA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2D5; }
p { color: rgb(235,162,213); }
H1.HeaderClassName
{
color: #EBA2D5;
}
.AnyTagClassName
{
color: #EBA2D5;
}
</style>
background-color css
<style>
a { background-color: #EBA2D5; }
a { background-color: rgb(235,162,213); }
div.DivClassName
{
background-color: #EBA2D5;
}
.BgClassName
{
background-color: #EBA2D5;
}
</style>
border-color css
<style>
span { border-color: #EBA2D5; }
span { border-color: rgb(235,162,213); }
td.TdClassName
{
border-color: #EBA2D5;
}
.TagClassName
{
border-color: #EBA2D5;
}
</style>