Shades of Lavender Pink #E7ABCB
Tints of Lavender Pink #E7ABCB
RGB
CMYK
RGB Variations
Color information
#E7ABCB (or 0xE7ABCB) is known color: Lavender Pink. HEX triplet: E7, AB and CB. RGB value is (231,171,203). Sum of RGB (Red+Green+Blue) = 231+171+203=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABCB is #185434. Grayscale: #C0C0C0. Windows color (decimal): -1594421 or 13347815. OLE color: 13347815.
HSL color Cylindrical-coordinate representation of color #E7ABCB: hue angle of 328º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABCB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 203 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 328º | 0.56% | 0.79% | - |
| HSV(B) | 328º | 0.26% | 0.91% | - |
| XYZ | 58.3 | 50.43 | 63.16 | - |
| YUV | 192.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 203 | 0 | 0.26 | 0.12 | 0.09 | 328 | 0.56 | 0.79 |
| Hex | E7 | AB | CB | 0 | 1A | C | 9 | 148 | 38 | 4F |
| Octal | 347 | 253 | 313 | 0 | 32 | 14 | 11 | 510 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11001011 | 0 | 11010 | 1100 | 1001 | 101001000 | 111000 | 1001111 |
Color Harmonies of #E7ABCB
Complementary color
Monochromatic Colors of #E7ABCB
Black with #E7ABCB
Text Example
Text Example
White with #E7ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABCB; }
p { color: rgb(231,171,203); }
H1.HeaderClassName
{
color: #E7ABCB;
}
.AnyTagClassName
{
color: #E7ABCB;
}
</style>
background-color css
<style>
a { background-color: #E7ABCB; }
a { background-color: rgb(231,171,203); }
div.DivClassName
{
background-color: #E7ABCB;
}
.BgClassName
{
background-color: #E7ABCB;
}
</style>
border-color css
<style>
span { border-color: #E7ABCB; }
span { border-color: rgb(231,171,203); }
td.TdClassName
{
border-color: #E7ABCB;
}
.TagClassName
{
border-color: #E7ABCB;
}
</style>