Shades of Lavender Pink #EBA7D1
Tints of Lavender Pink #EBA7D1
RGB
CMYK
RGB Variations
Color information
#EBA7D1 (or 0xEBA7D1) is known color: Lavender Pink. HEX triplet: EB, A7 and D1. RGB value is (235,167,209). Sum of RGB (Red+Green+Blue) = 235+167+209=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D1 is #14582E. Grayscale: #C0C0C0. Windows color (decimal): -1333295 or 13740011. OLE color: 13740011.
HSL color Cylindrical-coordinate representation of color #EBA7D1: hue angle of 322.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7D1 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 209 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.08 |
| HSL | 322.94º | 0.63% | 0.79% | - |
| HSV(B) | 322.94º | 0.29% | 0.92% | - |
| XYZ | 59.59 | 49.9 | 66.81 | - |
| YUV | 192.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 209 | 0 | 0.29 | 0.11 | 0.08 | 322.94 | 0.63 | 0.79 |
| Hex | EB | A7 | D1 | 0 | 1D | B | 8 | 143 | 3F | 4F |
| Octal | 353 | 247 | 321 | 0 | 35 | 13 | 10 | 503 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11010001 | 0 | 11101 | 1011 | 1000 | 101000011 | 111111 | 1001111 |
Color Harmonies of #EBA7D1
Complementary color
Monochromatic Colors of #EBA7D1
Black with #EBA7D1
Text Example
Text Example
White with #EBA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7D1; }
p { color: rgb(235,167,209); }
H1.HeaderClassName
{
color: #EBA7D1;
}
.AnyTagClassName
{
color: #EBA7D1;
}
</style>
background-color css
<style>
a { background-color: #EBA7D1; }
a { background-color: rgb(235,167,209); }
div.DivClassName
{
background-color: #EBA7D1;
}
.BgClassName
{
background-color: #EBA7D1;
}
</style>
border-color css
<style>
span { border-color: #EBA7D1; }
span { border-color: rgb(235,167,209); }
td.TdClassName
{
border-color: #EBA7D1;
}
.TagClassName
{
border-color: #EBA7D1;
}
</style>