Shades of Lavender Pink #EBA5D1
Tints of Lavender Pink #EBA5D1
RGB
CMYK
RGB Variations
Color information
#EBA5D1 (or 0xEBA5D1) is known color: Lavender Pink. HEX triplet: EB, A5 and D1. RGB value is (235,165,209). Sum of RGB (Red+Green+Blue) = 235+165+209=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D1 is #145A2E. Grayscale: #BEBEBE. Windows color (decimal): -1333807 or 13739499. OLE color: 13739499.
HSL color Cylindrical-coordinate representation of color #EBA5D1: hue angle of 322.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5D1 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 209 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.08 |
| HSL | 322.29º | 0.64% | 0.78% | - |
| HSV(B) | 322.29º | 0.3% | 0.92% | - |
| XYZ | 59.22 | 49.18 | 66.69 | - |
| YUV | 190.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 209 | 0 | 0.30 | 0.11 | 0.08 | 322.29 | 0.64 | 0.78 |
| Hex | EB | A5 | D1 | 0 | 1E | B | 8 | 142 | 40 | 4E |
| Octal | 353 | 245 | 321 | 0 | 36 | 13 | 10 | 502 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11010001 | 0 | 11110 | 1011 | 1000 | 101000010 | 1000000 | 1001110 |
Color Harmonies of #EBA5D1
Complementary color
Monochromatic Colors of #EBA5D1
Black with #EBA5D1
Text Example
Text Example
White with #EBA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5D1; }
p { color: rgb(235,165,209); }
H1.HeaderClassName
{
color: #EBA5D1;
}
.AnyTagClassName
{
color: #EBA5D1;
}
</style>
background-color css
<style>
a { background-color: #EBA5D1; }
a { background-color: rgb(235,165,209); }
div.DivClassName
{
background-color: #EBA5D1;
}
.BgClassName
{
background-color: #EBA5D1;
}
</style>
border-color css
<style>
span { border-color: #EBA5D1; }
span { border-color: rgb(235,165,209); }
td.TdClassName
{
border-color: #EBA5D1;
}
.TagClassName
{
border-color: #EBA5D1;
}
</style>