Shades of Lavender Pink #EBACD0
Tints of Lavender Pink #EBACD0
RGB
CMYK
RGB Variations
Color information
#EBACD0 (or 0xEBACD0) is known color: Lavender Pink. HEX triplet: EB, AC and D0. RGB value is (235,172,208). Sum of RGB (Red+Green+Blue) = 235+172+208=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD0 is #14532F. Grayscale: #C2C2C2. Windows color (decimal): -1332016 or 13675755. OLE color: 13675755.
HSL color Cylindrical-coordinate representation of color #EBACD0: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACD0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 208 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.08 |
| HSL | 325.71º | 0.61% | 0.8% | - |
| HSV(B) | 325.71º | 0.27% | 0.92% | - |
| XYZ | 60.4 | 51.72 | 66.47 | - |
| YUV | 194.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 208 | 0 | 0.27 | 0.11 | 0.08 | 325.71 | 0.61 | 0.8 |
| Hex | EB | AC | D0 | 0 | 1B | B | 8 | 146 | 3D | 50 |
| Octal | 353 | 254 | 320 | 0 | 33 | 13 | 10 | 506 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11010000 | 0 | 11011 | 1011 | 1000 | 101000110 | 111101 | 1010000 |
Color Harmonies of #EBACD0
Complementary color
Monochromatic Colors of #EBACD0
Black with #EBACD0
Text Example
Text Example
White with #EBACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACD0; }
p { color: rgb(235,172,208); }
H1.HeaderClassName
{
color: #EBACD0;
}
.AnyTagClassName
{
color: #EBACD0;
}
</style>
background-color css
<style>
a { background-color: #EBACD0; }
a { background-color: rgb(235,172,208); }
div.DivClassName
{
background-color: #EBACD0;
}
.BgClassName
{
background-color: #EBACD0;
}
</style>
border-color css
<style>
span { border-color: #EBACD0; }
span { border-color: rgb(235,172,208); }
td.TdClassName
{
border-color: #EBACD0;
}
.TagClassName
{
border-color: #EBACD0;
}
</style>