Shades of Lavender Pink #E8ABCF
Tints of Lavender Pink #E8ABCF
RGB
CMYK
RGB Variations
Color information
#E8ABCF (or 0xE8ABCF) is known color: Lavender Pink. HEX triplet: E8, AB and CF. RGB value is (232,171,207). Sum of RGB (Red+Green+Blue) = 232+171+207=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABCF is #175430. Grayscale: #C1C1C1. Windows color (decimal): -1528881 or 13609960. OLE color: 13609960.
HSL color Cylindrical-coordinate representation of color #E8ABCF: hue angle of 324.59º 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 #E8ABCF is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 207 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.09 |
| HSL | 324.59º | 0.57% | 0.79% | - |
| HSV(B) | 324.59º | 0.26% | 0.91% | - |
| XYZ | 59.1 | 50.79 | 65.72 | - |
| YUV | 193.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 207 | 0 | 0.26 | 0.11 | 0.09 | 324.59 | 0.57 | 0.79 |
| Hex | E8 | AB | CF | 0 | 1A | B | 9 | 145 | 39 | 4F |
| Octal | 350 | 253 | 317 | 0 | 32 | 13 | 11 | 505 | 71 | 117 |
| Binary | 11101000 | 10101011 | 11001111 | 0 | 11010 | 1011 | 1001 | 101000101 | 111001 | 1001111 |
Color Harmonies of #E8ABCF
Complementary color
Monochromatic Colors of #E8ABCF
Black with #E8ABCF
Text Example
Text Example
White with #E8ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABCF; }
p { color: rgb(232,171,207); }
H1.HeaderClassName
{
color: #E8ABCF;
}
.AnyTagClassName
{
color: #E8ABCF;
}
</style>
background-color css
<style>
a { background-color: #E8ABCF; }
a { background-color: rgb(232,171,207); }
div.DivClassName
{
background-color: #E8ABCF;
}
.BgClassName
{
background-color: #E8ABCF;
}
</style>
border-color css
<style>
span { border-color: #E8ABCF; }
span { border-color: rgb(232,171,207); }
td.TdClassName
{
border-color: #E8ABCF;
}
.TagClassName
{
border-color: #E8ABCF;
}
</style>