Shades of Lavender Pink #E7ABCC
Tints of Lavender Pink #E7ABCC
RGB
CMYK
RGB Variations
Color information
#E7ABCC (or 0xE7ABCC) is known color: Lavender Pink. HEX triplet: E7, AB and CC. RGB value is (231,171,204). Sum of RGB (Red+Green+Blue) = 231+171+204=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABCC is #185433. Grayscale: #C0C0C0. Windows color (decimal): -1594420 or 13413351. OLE color: 13413351.
HSL color Cylindrical-coordinate representation of color #E7ABCC: hue angle of 327º 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 #E7ABCC is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 204 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 327º | 0.56% | 0.79% | - |
| HSV(B) | 327º | 0.26% | 0.91% | - |
| XYZ | 58.42 | 50.47 | 63.79 | - |
| YUV | 192.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 204 | 0 | 0.26 | 0.12 | 0.09 | 327 | 0.56 | 0.79 |
| Hex | E7 | AB | CC | 0 | 1A | C | 9 | 147 | 38 | 4F |
| Octal | 347 | 253 | 314 | 0 | 32 | 14 | 11 | 507 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11001100 | 0 | 11010 | 1100 | 1001 | 101000111 | 111000 | 1001111 |
Color Harmonies of #E7ABCC
Complementary color
Monochromatic Colors of #E7ABCC
Black with #E7ABCC
Text Example
Text Example
White with #E7ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABCC; }
p { color: rgb(231,171,204); }
H1.HeaderClassName
{
color: #E7ABCC;
}
.AnyTagClassName
{
color: #E7ABCC;
}
</style>
background-color css
<style>
a { background-color: #E7ABCC; }
a { background-color: rgb(231,171,204); }
div.DivClassName
{
background-color: #E7ABCC;
}
.BgClassName
{
background-color: #E7ABCC;
}
</style>
border-color css
<style>
span { border-color: #E7ABCC; }
span { border-color: rgb(231,171,204); }
td.TdClassName
{
border-color: #E7ABCC;
}
.TagClassName
{
border-color: #E7ABCC;
}
</style>