Shades of Lavender Pink #E8ABCB
Tints of Lavender Pink #E8ABCB
RGB
CMYK
RGB Variations
Color information
#E8ABCB (or 0xE8ABCB) is known color: Lavender Pink. HEX triplet: E8, AB and CB. RGB value is (232,171,203). Sum of RGB (Red+Green+Blue) = 232+171+203=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABCB is #175434. Grayscale: #C0C0C0. Windows color (decimal): -1528885 or 13347816. OLE color: 13347816.
HSL color Cylindrical-coordinate representation of color #E8ABCB: hue angle of 328.52º degrees, saturation: 0.57, 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 #E8ABCB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 203 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 328.52º | 0.57% | 0.79% | - |
| HSV(B) | 328.52º | 0.26% | 0.91% | - |
| XYZ | 58.62 | 50.59 | 63.18 | - |
| YUV | 192.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 203 | 0 | 0.26 | 0.12 | 0.09 | 328.52 | 0.57 | 0.79 |
| Hex | E8 | AB | CB | 0 | 1A | C | 9 | 149 | 39 | 4F |
| Octal | 350 | 253 | 313 | 0 | 32 | 14 | 11 | 511 | 71 | 117 |
| Binary | 11101000 | 10101011 | 11001011 | 0 | 11010 | 1100 | 1001 | 101001001 | 111001 | 1001111 |
Color Harmonies of #E8ABCB
Complementary color
Monochromatic Colors of #E8ABCB
Black with #E8ABCB
Text Example
Text Example
White with #E8ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABCB; }
p { color: rgb(232,171,203); }
H1.HeaderClassName
{
color: #E8ABCB;
}
.AnyTagClassName
{
color: #E8ABCB;
}
</style>
background-color css
<style>
a { background-color: #E8ABCB; }
a { background-color: rgb(232,171,203); }
div.DivClassName
{
background-color: #E8ABCB;
}
.BgClassName
{
background-color: #E8ABCB;
}
</style>
border-color css
<style>
span { border-color: #E8ABCB; }
span { border-color: rgb(232,171,203); }
td.TdClassName
{
border-color: #E8ABCB;
}
.TagClassName
{
border-color: #E8ABCB;
}
</style>