Shades of Lavender Pink #EBA9D0
Tints of Lavender Pink #EBA9D0
RGB
CMYK
RGB Variations
Color information
#EBA9D0 (or 0xEBA9D0) is known color: Lavender Pink. HEX triplet: EB, A9 and D0. RGB value is (235,169,208). Sum of RGB (Red+Green+Blue) = 235+169+208=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D0 is #14562F. Grayscale: #C1C1C1. Windows color (decimal): -1332784 or 13674987. OLE color: 13674987.
HSL color Cylindrical-coordinate representation of color #EBA9D0: hue angle of 324.55º 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 #EBA9D0 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 208 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.08 |
| HSL | 324.55º | 0.62% | 0.79% | - |
| HSV(B) | 324.55º | 0.28% | 0.92% | - |
| XYZ | 59.83 | 50.59 | 66.29 | - |
| YUV | 193.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 208 | 0 | 0.28 | 0.11 | 0.08 | 324.55 | 0.62 | 0.79 |
| Hex | EB | A9 | D0 | 0 | 1C | B | 8 | 145 | 3E | 4F |
| Octal | 353 | 251 | 320 | 0 | 34 | 13 | 10 | 505 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11010000 | 0 | 11100 | 1011 | 1000 | 101000101 | 111110 | 1001111 |
Color Harmonies of #EBA9D0
Complementary color
Monochromatic Colors of #EBA9D0
Black with #EBA9D0
Text Example
Text Example
White with #EBA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9D0; }
p { color: rgb(235,169,208); }
H1.HeaderClassName
{
color: #EBA9D0;
}
.AnyTagClassName
{
color: #EBA9D0;
}
</style>
background-color css
<style>
a { background-color: #EBA9D0; }
a { background-color: rgb(235,169,208); }
div.DivClassName
{
background-color: #EBA9D0;
}
.BgClassName
{
background-color: #EBA9D0;
}
</style>
border-color css
<style>
span { border-color: #EBA9D0; }
span { border-color: rgb(235,169,208); }
td.TdClassName
{
border-color: #EBA9D0;
}
.TagClassName
{
border-color: #EBA9D0;
}
</style>