Shades of Lavender Rose #EBA1D2
Tints of Lavender Rose #EBA1D2
RGB
CMYK
RGB Variations
Color information
#EBA1D2 (or 0xEBA1D2) is known color: Lavender Rose. HEX triplet: EB, A1 and D2. RGB value is (235,161,210). Sum of RGB (Red+Green+Blue) = 235+161+210=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D2 is #145E2D. Grayscale: #BCBCBC. Windows color (decimal): -1334830 or 13804011. OLE color: 13804011.
HSL color Cylindrical-coordinate representation of color #EBA1D2: hue angle of 320.27º 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 #EBA1D2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 210 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.08 |
| HSL | 320.27º | 0.65% | 0.78% | - |
| HSV(B) | 320.27º | 0.31% | 0.92% | - |
| XYZ | 58.64 | 47.81 | 67.11 | - |
| YUV | 188.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 210 | 0 | 0.31 | 0.11 | 0.08 | 320.27 | 0.65 | 0.78 |
| Hex | EB | A1 | D2 | 0 | 1F | B | 8 | 140 | 41 | 4E |
| Octal | 353 | 241 | 322 | 0 | 37 | 13 | 10 | 500 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11010010 | 0 | 11111 | 1011 | 1000 | 101000000 | 1000001 | 1001110 |
Color Harmonies of #EBA1D2
Complementary color
Monochromatic Colors of #EBA1D2
Black with #EBA1D2
Text Example
Text Example
White with #EBA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1D2; }
p { color: rgb(235,161,210); }
H1.HeaderClassName
{
color: #EBA1D2;
}
.AnyTagClassName
{
color: #EBA1D2;
}
</style>
background-color css
<style>
a { background-color: #EBA1D2; }
a { background-color: rgb(235,161,210); }
div.DivClassName
{
background-color: #EBA1D2;
}
.BgClassName
{
background-color: #EBA1D2;
}
</style>
border-color css
<style>
span { border-color: #EBA1D2; }
span { border-color: rgb(235,161,210); }
td.TdClassName
{
border-color: #EBA1D2;
}
.TagClassName
{
border-color: #EBA1D2;
}
</style>