Shades of Lavender Pink #EBA8D2
Tints of Lavender Pink #EBA8D2
RGB
CMYK
RGB Variations
Color information
#EBA8D2 (or 0xEBA8D2) is known color: Lavender Pink. HEX triplet: EB, A8 and D2. RGB value is (235,168,210). Sum of RGB (Red+Green+Blue) = 235+168+210=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D2 is #14572D. Grayscale: #C0C0C0. Windows color (decimal): -1333038 or 13805803. OLE color: 13805803.
HSL color Cylindrical-coordinate representation of color #EBA8D2: hue angle of 322.39º 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 #EBA8D2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 210 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.08 |
| HSL | 322.39º | 0.63% | 0.79% | - |
| HSV(B) | 322.39º | 0.29% | 0.92% | - |
| XYZ | 59.9 | 50.32 | 67.53 | - |
| YUV | 192.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 210 | 0 | 0.29 | 0.11 | 0.08 | 322.39 | 0.63 | 0.79 |
| Hex | EB | A8 | D2 | 0 | 1D | B | 8 | 142 | 3F | 4F |
| Octal | 353 | 250 | 322 | 0 | 35 | 13 | 10 | 502 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11010010 | 0 | 11101 | 1011 | 1000 | 101000010 | 111111 | 1001111 |
Color Harmonies of #EBA8D2
Complementary color
Monochromatic Colors of #EBA8D2
Black with #EBA8D2
Text Example
Text Example
White with #EBA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8D2; }
p { color: rgb(235,168,210); }
H1.HeaderClassName
{
color: #EBA8D2;
}
.AnyTagClassName
{
color: #EBA8D2;
}
</style>
background-color css
<style>
a { background-color: #EBA8D2; }
a { background-color: rgb(235,168,210); }
div.DivClassName
{
background-color: #EBA8D2;
}
.BgClassName
{
background-color: #EBA8D2;
}
</style>
border-color css
<style>
span { border-color: #EBA8D2; }
span { border-color: rgb(235,168,210); }
td.TdClassName
{
border-color: #EBA8D2;
}
.TagClassName
{
border-color: #EBA8D2;
}
</style>