Shades of Lavender Pink #EBA2D1
Tints of Lavender Pink #EBA2D1
RGB
CMYK
RGB Variations
Color information
#EBA2D1 (or 0xEBA2D1) is known color: Lavender Pink. HEX triplet: EB, A2 and D1. RGB value is (235,162,209). Sum of RGB (Red+Green+Blue) = 235+162+209=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D1 is #145D2E. Grayscale: #BDBDBD. Windows color (decimal): -1334575 or 13738731. OLE color: 13738731.
HSL color Cylindrical-coordinate representation of color #EBA2D1: hue angle of 321.37º 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 #EBA2D1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 209 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.08 |
| HSL | 321.37º | 0.65% | 0.78% | - |
| HSV(B) | 321.37º | 0.31% | 0.92% | - |
| XYZ | 58.69 | 48.11 | 66.51 | - |
| YUV | 189.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 209 | 0 | 0.31 | 0.11 | 0.08 | 321.37 | 0.65 | 0.78 |
| Hex | EB | A2 | D1 | 0 | 1F | B | 8 | 141 | 41 | 4E |
| Octal | 353 | 242 | 321 | 0 | 37 | 13 | 10 | 501 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11010001 | 0 | 11111 | 1011 | 1000 | 101000001 | 1000001 | 1001110 |
Color Harmonies of #EBA2D1
Complementary color
Monochromatic Colors of #EBA2D1
Black with #EBA2D1
Text Example
Text Example
White with #EBA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2D1; }
p { color: rgb(235,162,209); }
H1.HeaderClassName
{
color: #EBA2D1;
}
.AnyTagClassName
{
color: #EBA2D1;
}
</style>
background-color css
<style>
a { background-color: #EBA2D1; }
a { background-color: rgb(235,162,209); }
div.DivClassName
{
background-color: #EBA2D1;
}
.BgClassName
{
background-color: #EBA2D1;
}
</style>
border-color css
<style>
span { border-color: #EBA2D1; }
span { border-color: rgb(235,162,209); }
td.TdClassName
{
border-color: #EBA2D1;
}
.TagClassName
{
border-color: #EBA2D1;
}
</style>