Shades of Lavender Pink #EBA8CD
Tints of Lavender Pink #EBA8CD
RGB
CMYK
RGB Variations
Color information
#EBA8CD (or 0xEBA8CD) is known color: Lavender Pink. HEX triplet: EB, A8 and CD. RGB value is (235,168,205). Sum of RGB (Red+Green+Blue) = 235+168+205=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8CD is #145732. Grayscale: #C0C0C0. Windows color (decimal): -1333043 or 13478123. OLE color: 13478123.
HSL color Cylindrical-coordinate representation of color #EBA8CD: hue angle of 326.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 #EBA8CD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 205 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.08 |
| HSL | 326.87º | 0.63% | 0.79% | - |
| HSV(B) | 326.87º | 0.29% | 0.92% | - |
| XYZ | 59.28 | 50.08 | 64.3 | - |
| YUV | 192.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 205 | 0 | 0.29 | 0.13 | 0.08 | 326.87 | 0.63 | 0.79 |
| Hex | EB | A8 | CD | 0 | 1D | D | 8 | 147 | 3F | 4F |
| Octal | 353 | 250 | 315 | 0 | 35 | 15 | 10 | 507 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11001101 | 0 | 11101 | 1101 | 1000 | 101000111 | 111111 | 1001111 |
Color Harmonies of #EBA8CD
Complementary color
Monochromatic Colors of #EBA8CD
Black with #EBA8CD
Text Example
Text Example
White with #EBA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8CD; }
p { color: rgb(235,168,205); }
H1.HeaderClassName
{
color: #EBA8CD;
}
.AnyTagClassName
{
color: #EBA8CD;
}
</style>
background-color css
<style>
a { background-color: #EBA8CD; }
a { background-color: rgb(235,168,205); }
div.DivClassName
{
background-color: #EBA8CD;
}
.BgClassName
{
background-color: #EBA8CD;
}
</style>
border-color css
<style>
span { border-color: #EBA8CD; }
span { border-color: rgb(235,168,205); }
td.TdClassName
{
border-color: #EBA8CD;
}
.TagClassName
{
border-color: #EBA8CD;
}
</style>