Shades of Lavender Pink #E7ADD2
Tints of Lavender Pink #E7ADD2
RGB
CMYK
RGB Variations
Color information
#E7ADD2 (or 0xE7ADD2) is known color: Lavender Pink. HEX triplet: E7, AD and D2. RGB value is (231,173,210). Sum of RGB (Red+Green+Blue) = 231+173+210=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADD2 is #18522D. Grayscale: #C2C2C2. Windows color (decimal): -1593902 or 13807079. OLE color: 13807079.
HSL color Cylindrical-coordinate representation of color #E7ADD2: hue angle of 321.72º 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 #E7ADD2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 210 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.09 |
| HSL | 321.72º | 0.55% | 0.79% | - |
| HSV(B) | 321.72º | 0.25% | 0.91% | - |
| XYZ | 59.53 | 51.53 | 67.78 | - |
| YUV | 194.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 210 | 0 | 0.25 | 0.09 | 0.09 | 321.72 | 0.55 | 0.79 |
| Hex | E7 | AD | D2 | 0 | 19 | 9 | 9 | 142 | 37 | 4F |
| Octal | 347 | 255 | 322 | 0 | 31 | 11 | 11 | 502 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11010010 | 0 | 11001 | 1001 | 1001 | 101000010 | 110111 | 1001111 |
Color Harmonies of #E7ADD2
Complementary color
Monochromatic Colors of #E7ADD2
Black with #E7ADD2
Text Example
Text Example
White with #E7ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADD2; }
p { color: rgb(231,173,210); }
H1.HeaderClassName
{
color: #E7ADD2;
}
.AnyTagClassName
{
color: #E7ADD2;
}
</style>
background-color css
<style>
a { background-color: #E7ADD2; }
a { background-color: rgb(231,173,210); }
div.DivClassName
{
background-color: #E7ADD2;
}
.BgClassName
{
background-color: #E7ADD2;
}
</style>
border-color css
<style>
span { border-color: #E7ADD2; }
span { border-color: rgb(231,173,210); }
td.TdClassName
{
border-color: #E7ADD2;
}
.TagClassName
{
border-color: #E7ADD2;
}
</style>