Shades of Lavender Pink #EBABCE
Tints of Lavender Pink #EBABCE
RGB
CMYK
RGB Variations
Color information
#EBABCE (or 0xEBABCE) is known color: Lavender Pink. HEX triplet: EB, AB and CE. RGB value is (235,171,206). Sum of RGB (Red+Green+Blue) = 235+171+206=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABCE is #145431. Grayscale: #C2C2C2. Windows color (decimal): -1332274 or 13544427. OLE color: 13544427.
HSL color Cylindrical-coordinate representation of color #EBABCE: hue angle of 327.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABCE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 206 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.08 |
| HSL | 327.19º | 0.62% | 0.8% | - |
| HSV(B) | 327.19º | 0.27% | 0.92% | - |
| XYZ | 59.96 | 51.24 | 65.12 | - |
| YUV | 194.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 206 | 0 | 0.27 | 0.12 | 0.08 | 327.19 | 0.62 | 0.8 |
| Hex | EB | AB | CE | 0 | 1B | C | 8 | 147 | 3E | 50 |
| Octal | 353 | 253 | 316 | 0 | 33 | 14 | 10 | 507 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11001110 | 0 | 11011 | 1100 | 1000 | 101000111 | 111110 | 1010000 |
Color Harmonies of #EBABCE
Complementary color
Monochromatic Colors of #EBABCE
Black with #EBABCE
Text Example
Text Example
White with #EBABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABCE; }
p { color: rgb(235,171,206); }
H1.HeaderClassName
{
color: #EBABCE;
}
.AnyTagClassName
{
color: #EBABCE;
}
</style>
background-color css
<style>
a { background-color: #EBABCE; }
a { background-color: rgb(235,171,206); }
div.DivClassName
{
background-color: #EBABCE;
}
.BgClassName
{
background-color: #EBABCE;
}
</style>
border-color css
<style>
span { border-color: #EBABCE; }
span { border-color: rgb(235,171,206); }
td.TdClassName
{
border-color: #EBABCE;
}
.TagClassName
{
border-color: #EBABCE;
}
</style>