Shades of Lavender Pink #EBAAD1
Tints of Lavender Pink #EBAAD1
RGB
CMYK
RGB Variations
Color information
#EBAAD1 (or 0xEBAAD1) is known color: Lavender Pink. HEX triplet: EB, AA and D1. RGB value is (235,170,209). Sum of RGB (Red+Green+Blue) = 235+170+209=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD1 is #14552E. Grayscale: #C1C1C1. Windows color (decimal): -1332527 or 13740779. OLE color: 13740779.
HSL color Cylindrical-coordinate representation of color #EBAAD1: hue angle of 324º 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 #EBAAD1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 209 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.08 |
| HSL | 324º | 0.62% | 0.79% | - |
| HSV(B) | 324º | 0.28% | 0.92% | - |
| XYZ | 60.14 | 51.02 | 67 | - |
| YUV | 193.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 209 | 0 | 0.28 | 0.11 | 0.08 | 324 | 0.62 | 0.79 |
| Hex | EB | AA | D1 | 0 | 1C | B | 8 | 144 | 3E | 4F |
| Octal | 353 | 252 | 321 | 0 | 34 | 13 | 10 | 504 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11010001 | 0 | 11100 | 1011 | 1000 | 101000100 | 111110 | 1001111 |
Color Harmonies of #EBAAD1
Complementary color
Monochromatic Colors of #EBAAD1
Black with #EBAAD1
Text Example
Text Example
White with #EBAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAD1; }
p { color: rgb(235,170,209); }
H1.HeaderClassName
{
color: #EBAAD1;
}
.AnyTagClassName
{
color: #EBAAD1;
}
</style>
background-color css
<style>
a { background-color: #EBAAD1; }
a { background-color: rgb(235,170,209); }
div.DivClassName
{
background-color: #EBAAD1;
}
.BgClassName
{
background-color: #EBAAD1;
}
</style>
border-color css
<style>
span { border-color: #EBAAD1; }
span { border-color: rgb(235,170,209); }
td.TdClassName
{
border-color: #EBAAD1;
}
.TagClassName
{
border-color: #EBAAD1;
}
</style>