Shades of Lavender Pink #E7ACD0
Tints of Lavender Pink #E7ACD0
RGB
CMYK
RGB Variations
Color information
#E7ACD0 (or 0xE7ACD0) is known color: Lavender Pink. HEX triplet: E7, AC and D0. RGB value is (231,172,208). Sum of RGB (Red+Green+Blue) = 231+172+208=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACD0 is #18532F. Grayscale: #C1C1C1. Windows color (decimal): -1594160 or 13675751. OLE color: 13675751.
HSL color Cylindrical-coordinate representation of color #E7ACD0: hue angle of 323.39º degrees, saturation: 0.55, 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 #E7ACD0 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 208 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.09 |
| HSL | 323.39º | 0.55% | 0.79% | - |
| HSV(B) | 323.39º | 0.26% | 0.91% | - |
| XYZ | 59.09 | 51.05 | 66.41 | - |
| YUV | 193.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 208 | 0 | 0.26 | 0.10 | 0.09 | 323.39 | 0.55 | 0.79 |
| Hex | E7 | AC | D0 | 0 | 1A | A | 9 | 143 | 37 | 4F |
| Octal | 347 | 254 | 320 | 0 | 32 | 12 | 11 | 503 | 67 | 117 |
| Binary | 11100111 | 10101100 | 11010000 | 0 | 11010 | 1010 | 1001 | 101000011 | 110111 | 1001111 |
Color Harmonies of #E7ACD0
Complementary color
Monochromatic Colors of #E7ACD0
Black with #E7ACD0
Text Example
Text Example
White with #E7ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACD0; }
p { color: rgb(231,172,208); }
H1.HeaderClassName
{
color: #E7ACD0;
}
.AnyTagClassName
{
color: #E7ACD0;
}
</style>
background-color css
<style>
a { background-color: #E7ACD0; }
a { background-color: rgb(231,172,208); }
div.DivClassName
{
background-color: #E7ACD0;
}
.BgClassName
{
background-color: #E7ACD0;
}
</style>
border-color css
<style>
span { border-color: #E7ACD0; }
span { border-color: rgb(231,172,208); }
td.TdClassName
{
border-color: #E7ACD0;
}
.TagClassName
{
border-color: #E7ACD0;
}
</style>