Shades of Lavender Pink #E7ADD1
Tints of Lavender Pink #E7ADD1
RGB
CMYK
RGB Variations
Color information
#E7ADD1 (or 0xE7ADD1) is known color: Lavender Pink. HEX triplet: E7, AD and D1. RGB value is (231,173,209). Sum of RGB (Red+Green+Blue) = 231+173+209=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD1 is #18522E. Grayscale: #C2C2C2. Windows color (decimal): -1593903 or 13741543. OLE color: 13741543.
HSL color Cylindrical-coordinate representation of color #E7ADD1: hue angle of 322.76º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADD1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 209 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 322.76º | 0.55% | 0.79% | - |
| HSV(B) | 322.76º | 0.25% | 0.91% | - |
| XYZ | 59.41 | 51.48 | 67.13 | - |
| YUV | 194.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 209 | 0 | 0.25 | 0.10 | 0.09 | 322.76 | 0.55 | 0.79 |
| Hex | E7 | AD | D1 | 0 | 19 | A | 9 | 143 | 37 | 4F |
| Octal | 347 | 255 | 321 | 0 | 31 | 12 | 11 | 503 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11010001 | 0 | 11001 | 1010 | 1001 | 101000011 | 110111 | 1001111 |
Color Harmonies of #E7ADD1
Complementary color
Monochromatic Colors of #E7ADD1
Black with #E7ADD1
Text Example
Text Example
White with #E7ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADD1; }
p { color: rgb(231,173,209); }
H1.HeaderClassName
{
color: #E7ADD1;
}
.AnyTagClassName
{
color: #E7ADD1;
}
</style>
background-color css
<style>
a { background-color: #E7ADD1; }
a { background-color: rgb(231,173,209); }
div.DivClassName
{
background-color: #E7ADD1;
}
.BgClassName
{
background-color: #E7ADD1;
}
</style>
border-color css
<style>
span { border-color: #E7ADD1; }
span { border-color: rgb(231,173,209); }
td.TdClassName
{
border-color: #E7ADD1;
}
.TagClassName
{
border-color: #E7ADD1;
}
</style>