Shades of Lavender Pink #EBA7D3
Tints of Lavender Pink #EBA7D3
RGB
CMYK
RGB Variations
Color information
#EBA7D3 (or 0xEBA7D3) is known color: Lavender Pink. HEX triplet: EB, A7 and D3. RGB value is (235,167,211). Sum of RGB (Red+Green+Blue) = 235+167+211=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D3 is #14582C. Grayscale: #C0C0C0. Windows color (decimal): -1333293 or 13871083. OLE color: 13871083.
HSL color Cylindrical-coordinate representation of color #EBA7D3: hue angle of 321.18º 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 #EBA7D3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 211 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 321.18º | 0.63% | 0.79% | - |
| HSV(B) | 321.18º | 0.29% | 0.92% | - |
| XYZ | 59.84 | 50 | 68.13 | - |
| YUV | 192.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 211 | 0 | 0.29 | 0.10 | 0.08 | 321.18 | 0.63 | 0.79 |
| Hex | EB | A7 | D3 | 0 | 1D | A | 8 | 141 | 3F | 4F |
| Octal | 353 | 247 | 323 | 0 | 35 | 12 | 10 | 501 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11010011 | 0 | 11101 | 1010 | 1000 | 101000001 | 111111 | 1001111 |
Color Harmonies of #EBA7D3
Complementary color
Monochromatic Colors of #EBA7D3
Black with #EBA7D3
Text Example
Text Example
White with #EBA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7D3; }
p { color: rgb(235,167,211); }
H1.HeaderClassName
{
color: #EBA7D3;
}
.AnyTagClassName
{
color: #EBA7D3;
}
</style>
background-color css
<style>
a { background-color: #EBA7D3; }
a { background-color: rgb(235,167,211); }
div.DivClassName
{
background-color: #EBA7D3;
}
.BgClassName
{
background-color: #EBA7D3;
}
</style>
border-color css
<style>
span { border-color: #EBA7D3; }
span { border-color: rgb(235,167,211); }
td.TdClassName
{
border-color: #EBA7D3;
}
.TagClassName
{
border-color: #EBA7D3;
}
</style>