Shades of Lavender Pink #EBA6D3
Tints of Lavender Pink #EBA6D3
RGB
CMYK
RGB Variations
Color information
#EBA6D3 (or 0xEBA6D3) is known color: Lavender Pink. HEX triplet: EB, A6 and D3. RGB value is (235,166,211). Sum of RGB (Red+Green+Blue) = 235+166+211=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6D3 is #14592C. Grayscale: #BFBFBF. Windows color (decimal): -1333549 or 13870827. OLE color: 13870827.
HSL color Cylindrical-coordinate representation of color #EBA6D3: hue angle of 320.87º 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 #EBA6D3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 211 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 320.87º | 0.63% | 0.79% | - |
| HSV(B) | 320.87º | 0.29% | 0.92% | - |
| XYZ | 59.66 | 49.64 | 68.06 | - |
| YUV | 191.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 211 | 0 | 0.29 | 0.10 | 0.08 | 320.87 | 0.63 | 0.79 |
| Hex | EB | A6 | D3 | 0 | 1D | A | 8 | 141 | 3F | 4F |
| Octal | 353 | 246 | 323 | 0 | 35 | 12 | 10 | 501 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11010011 | 0 | 11101 | 1010 | 1000 | 101000001 | 111111 | 1001111 |
Color Harmonies of #EBA6D3
Complementary color
Monochromatic Colors of #EBA6D3
Black with #EBA6D3
Text Example
Text Example
White with #EBA6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6D3; }
p { color: rgb(235,166,211); }
H1.HeaderClassName
{
color: #EBA6D3;
}
.AnyTagClassName
{
color: #EBA6D3;
}
</style>
background-color css
<style>
a { background-color: #EBA6D3; }
a { background-color: rgb(235,166,211); }
div.DivClassName
{
background-color: #EBA6D3;
}
.BgClassName
{
background-color: #EBA6D3;
}
</style>
border-color css
<style>
span { border-color: #EBA6D3; }
span { border-color: rgb(235,166,211); }
td.TdClassName
{
border-color: #EBA6D3;
}
.TagClassName
{
border-color: #EBA6D3;
}
</style>