Shades of Lavender Pink #EBA8CA
Tints of Lavender Pink #EBA8CA
RGB
CMYK
RGB Variations
Color information
#EBA8CA (or 0xEBA8CA) is known color: Lavender Pink. HEX triplet: EB, A8 and CA. RGB value is (235,168,202). Sum of RGB (Red+Green+Blue) = 235+168+202=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8CA is #145735. Grayscale: #BFBFBF. Windows color (decimal): -1333046 or 13281515. OLE color: 13281515.
HSL color Cylindrical-coordinate representation of color #EBA8CA: hue angle of 329.55º 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 #EBA8CA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 202 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.08 |
| HSL | 329.55º | 0.63% | 0.79% | - |
| HSV(B) | 329.55º | 0.29% | 0.92% | - |
| XYZ | 58.92 | 49.93 | 62.41 | - |
| YUV | 191.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 202 | 0 | 0.29 | 0.14 | 0.08 | 329.55 | 0.63 | 0.79 |
| Hex | EB | A8 | CA | 0 | 1D | E | 8 | 14A | 3F | 4F |
| Octal | 353 | 250 | 312 | 0 | 35 | 16 | 10 | 512 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11001010 | 0 | 11101 | 1110 | 1000 | 101001010 | 111111 | 1001111 |
Color Harmonies of #EBA8CA
Complementary color
Monochromatic Colors of #EBA8CA
Black with #EBA8CA
Text Example
Text Example
White with #EBA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8CA; }
p { color: rgb(235,168,202); }
H1.HeaderClassName
{
color: #EBA8CA;
}
.AnyTagClassName
{
color: #EBA8CA;
}
</style>
background-color css
<style>
a { background-color: #EBA8CA; }
a { background-color: rgb(235,168,202); }
div.DivClassName
{
background-color: #EBA8CA;
}
.BgClassName
{
background-color: #EBA8CA;
}
</style>
border-color css
<style>
span { border-color: #EBA8CA; }
span { border-color: rgb(235,168,202); }
td.TdClassName
{
border-color: #EBA8CA;
}
.TagClassName
{
border-color: #EBA8CA;
}
</style>