Shades of Lavender Pink #EBA8D0
Tints of Lavender Pink #EBA8D0
RGB
CMYK
RGB Variations
Color information
#EBA8D0 (or 0xEBA8D0) is known color: Lavender Pink. HEX triplet: EB, A8 and D0. RGB value is (235,168,208). Sum of RGB (Red+Green+Blue) = 235+168+208=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D0 is #14572F. Grayscale: #C0C0C0. Windows color (decimal): -1333040 or 13674731. OLE color: 13674731.
HSL color Cylindrical-coordinate representation of color #EBA8D0: hue angle of 324.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 #EBA8D0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 208 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.08 |
| HSL | 324.18º | 0.63% | 0.79% | - |
| HSV(B) | 324.18º | 0.29% | 0.92% | - |
| XYZ | 59.65 | 50.22 | 66.22 | - |
| YUV | 192.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 208 | 0 | 0.29 | 0.11 | 0.08 | 324.18 | 0.63 | 0.79 |
| Hex | EB | A8 | D0 | 0 | 1D | B | 8 | 144 | 3F | 4F |
| Octal | 353 | 250 | 320 | 0 | 35 | 13 | 10 | 504 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11010000 | 0 | 11101 | 1011 | 1000 | 101000100 | 111111 | 1001111 |
Color Harmonies of #EBA8D0
Complementary color
Monochromatic Colors of #EBA8D0
Black with #EBA8D0
Text Example
Text Example
White with #EBA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8D0; }
p { color: rgb(235,168,208); }
H1.HeaderClassName
{
color: #EBA8D0;
}
.AnyTagClassName
{
color: #EBA8D0;
}
</style>
background-color css
<style>
a { background-color: #EBA8D0; }
a { background-color: rgb(235,168,208); }
div.DivClassName
{
background-color: #EBA8D0;
}
.BgClassName
{
background-color: #EBA8D0;
}
</style>
border-color css
<style>
span { border-color: #EBA8D0; }
span { border-color: rgb(235,168,208); }
td.TdClassName
{
border-color: #EBA8D0;
}
.TagClassName
{
border-color: #EBA8D0;
}
</style>