Shades of Lavender Pink #EBA5D0
Tints of Lavender Pink #EBA5D0
RGB
CMYK
RGB Variations
Color information
#EBA5D0 (or 0xEBA5D0) is known color: Lavender Pink. HEX triplet: EB, A5 and D0. RGB value is (235,165,208). Sum of RGB (Red+Green+Blue) = 235+165+208=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D0 is #145A2F. Grayscale: #BEBEBE. Windows color (decimal): -1333808 or 13673963. OLE color: 13673963.
HSL color Cylindrical-coordinate representation of color #EBA5D0: hue angle of 323.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5D0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 208 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.08 |
| HSL | 323.14º | 0.64% | 0.78% | - |
| HSV(B) | 323.14º | 0.3% | 0.92% | - |
| XYZ | 59.1 | 49.13 | 66.04 | - |
| YUV | 190.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 208 | 0 | 0.30 | 0.11 | 0.08 | 323.14 | 0.64 | 0.78 |
| Hex | EB | A5 | D0 | 0 | 1E | B | 8 | 143 | 40 | 4E |
| Octal | 353 | 245 | 320 | 0 | 36 | 13 | 10 | 503 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11010000 | 0 | 11110 | 1011 | 1000 | 101000011 | 1000000 | 1001110 |
Color Harmonies of #EBA5D0
Complementary color
Monochromatic Colors of #EBA5D0
Black with #EBA5D0
Text Example
Text Example
White with #EBA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5D0; }
p { color: rgb(235,165,208); }
H1.HeaderClassName
{
color: #EBA5D0;
}
.AnyTagClassName
{
color: #EBA5D0;
}
</style>
background-color css
<style>
a { background-color: #EBA5D0; }
a { background-color: rgb(235,165,208); }
div.DivClassName
{
background-color: #EBA5D0;
}
.BgClassName
{
background-color: #EBA5D0;
}
</style>
border-color css
<style>
span { border-color: #EBA5D0; }
span { border-color: rgb(235,165,208); }
td.TdClassName
{
border-color: #EBA5D0;
}
.TagClassName
{
border-color: #EBA5D0;
}
</style>