Shades of Lavender Pink #EBABCB
Tints of Lavender Pink #EBABCB
RGB
CMYK
RGB Variations
Color information
#EBABCB (or 0xEBABCB) is known color: Lavender Pink. HEX triplet: EB, AB and CB. RGB value is (235,171,203). Sum of RGB (Red+Green+Blue) = 235+171+203=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABCB is #145434. Grayscale: #C1C1C1. Windows color (decimal): -1332277 or 13347819. OLE color: 13347819.
HSL color Cylindrical-coordinate representation of color #EBABCB: hue angle of 330º 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 #EBABCB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 203 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.08 |
| HSL | 330º | 0.62% | 0.8% | - |
| HSV(B) | 330º | 0.27% | 0.92% | - |
| XYZ | 59.6 | 51.1 | 63.22 | - |
| YUV | 193.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 203 | 0 | 0.27 | 0.14 | 0.08 | 330 | 0.62 | 0.8 |
| Hex | EB | AB | CB | 0 | 1B | E | 8 | 14A | 3E | 50 |
| Octal | 353 | 253 | 313 | 0 | 33 | 16 | 10 | 512 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11001011 | 0 | 11011 | 1110 | 1000 | 101001010 | 111110 | 1010000 |
Color Harmonies of #EBABCB
Complementary color
Monochromatic Colors of #EBABCB
Black with #EBABCB
Text Example
Text Example
White with #EBABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABCB; }
p { color: rgb(235,171,203); }
H1.HeaderClassName
{
color: #EBABCB;
}
.AnyTagClassName
{
color: #EBABCB;
}
</style>
background-color css
<style>
a { background-color: #EBABCB; }
a { background-color: rgb(235,171,203); }
div.DivClassName
{
background-color: #EBABCB;
}
.BgClassName
{
background-color: #EBABCB;
}
</style>
border-color css
<style>
span { border-color: #EBABCB; }
span { border-color: rgb(235,171,203); }
td.TdClassName
{
border-color: #EBABCB;
}
.TagClassName
{
border-color: #EBABCB;
}
</style>