Shades of Lavender Pink #EBAACE
Tints of Lavender Pink #EBAACE
RGB
CMYK
RGB Variations
Color information
#EBAACE (or 0xEBAACE) is known color: Lavender Pink. HEX triplet: EB, AA and CE. RGB value is (235,170,206). Sum of RGB (Red+Green+Blue) = 235+170+206=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACE is #145531. Grayscale: #C1C1C1. Windows color (decimal): -1332530 or 13544171. OLE color: 13544171.
HSL color Cylindrical-coordinate representation of color #EBAACE: hue angle of 326.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAACE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 206 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.08 |
| HSL | 326.77º | 0.62% | 0.79% | - |
| HSV(B) | 326.77º | 0.28% | 0.92% | - |
| XYZ | 59.78 | 50.87 | 65.06 | - |
| YUV | 193.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 206 | 0 | 0.28 | 0.12 | 0.08 | 326.77 | 0.62 | 0.79 |
| Hex | EB | AA | CE | 0 | 1C | C | 8 | 147 | 3E | 4F |
| Octal | 353 | 252 | 316 | 0 | 34 | 14 | 10 | 507 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11001110 | 0 | 11100 | 1100 | 1000 | 101000111 | 111110 | 1001111 |
Color Harmonies of #EBAACE
Complementary color
Monochromatic Colors of #EBAACE
Black with #EBAACE
Text Example
Text Example
White with #EBAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAACE; }
p { color: rgb(235,170,206); }
H1.HeaderClassName
{
color: #EBAACE;
}
.AnyTagClassName
{
color: #EBAACE;
}
</style>
background-color css
<style>
a { background-color: #EBAACE; }
a { background-color: rgb(235,170,206); }
div.DivClassName
{
background-color: #EBAACE;
}
.BgClassName
{
background-color: #EBAACE;
}
</style>
border-color css
<style>
span { border-color: #EBAACE; }
span { border-color: rgb(235,170,206); }
td.TdClassName
{
border-color: #EBAACE;
}
.TagClassName
{
border-color: #EBAACE;
}
</style>