Shades of Lavender Pink #EBA7CE
Tints of Lavender Pink #EBA7CE
RGB
CMYK
RGB Variations
Color information
#EBA7CE (or 0xEBA7CE) is known color: Lavender Pink. HEX triplet: EB, A7 and CE. RGB value is (235,167,206). Sum of RGB (Red+Green+Blue) = 235+167+206=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7CE is #145831. Grayscale: #BFBFBF. Windows color (decimal): -1333298 or 13543403. OLE color: 13543403.
HSL color Cylindrical-coordinate representation of color #EBA7CE: hue angle of 325.59º 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 #EBA7CE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 206 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.08 |
| HSL | 325.59º | 0.63% | 0.79% | - |
| HSV(B) | 325.59º | 0.29% | 0.92% | - |
| XYZ | 59.22 | 49.76 | 64.88 | - |
| YUV | 191.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 206 | 0 | 0.29 | 0.12 | 0.08 | 325.59 | 0.63 | 0.79 |
| Hex | EB | A7 | CE | 0 | 1D | C | 8 | 146 | 3F | 4F |
| Octal | 353 | 247 | 316 | 0 | 35 | 14 | 10 | 506 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11001110 | 0 | 11101 | 1100 | 1000 | 101000110 | 111111 | 1001111 |
Color Harmonies of #EBA7CE
Complementary color
Monochromatic Colors of #EBA7CE
Black with #EBA7CE
Text Example
Text Example
White with #EBA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7CE; }
p { color: rgb(235,167,206); }
H1.HeaderClassName
{
color: #EBA7CE;
}
.AnyTagClassName
{
color: #EBA7CE;
}
</style>
background-color css
<style>
a { background-color: #EBA7CE; }
a { background-color: rgb(235,167,206); }
div.DivClassName
{
background-color: #EBA7CE;
}
.BgClassName
{
background-color: #EBA7CE;
}
</style>
border-color css
<style>
span { border-color: #EBA7CE; }
span { border-color: rgb(235,167,206); }
td.TdClassName
{
border-color: #EBA7CE;
}
.TagClassName
{
border-color: #EBA7CE;
}
</style>