Shades of Lavender Pink #E7AED2
Tints of Lavender Pink #E7AED2
RGB
CMYK
RGB Variations
Color information
#E7AED2 (or 0xE7AED2) is known color: Lavender Pink. HEX triplet: E7, AE and D2. RGB value is (231,174,210). Sum of RGB (Red+Green+Blue) = 231+174+210=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED2 is #18512D. Grayscale: #C3C3C3. Windows color (decimal): -1593646 or 13807335. OLE color: 13807335.
HSL color Cylindrical-coordinate representation of color #E7AED2: hue angle of 322.11º degrees, saturation: 0.54, 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 #E7AED2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 210 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.09 |
| HSL | 322.11º | 0.54% | 0.79% | - |
| HSV(B) | 322.11º | 0.25% | 0.91% | - |
| XYZ | 59.72 | 51.91 | 67.85 | - |
| YUV | 195.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 210 | 0 | 0.25 | 0.09 | 0.09 | 322.11 | 0.54 | 0.79 |
| Hex | E7 | AE | D2 | 0 | 19 | 9 | 9 | 142 | 36 | 4F |
| Octal | 347 | 256 | 322 | 0 | 31 | 11 | 11 | 502 | 66 | 117 |
| Binary | 11100111 | 10101110 | 11010010 | 0 | 11001 | 1001 | 1001 | 101000010 | 110110 | 1001111 |
Color Harmonies of #E7AED2
Complementary color
Monochromatic Colors of #E7AED2
Black with #E7AED2
Text Example
Text Example
White with #E7AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AED2; }
p { color: rgb(231,174,210); }
H1.HeaderClassName
{
color: #E7AED2;
}
.AnyTagClassName
{
color: #E7AED2;
}
</style>
background-color css
<style>
a { background-color: #E7AED2; }
a { background-color: rgb(231,174,210); }
div.DivClassName
{
background-color: #E7AED2;
}
.BgClassName
{
background-color: #E7AED2;
}
</style>
border-color css
<style>
span { border-color: #E7AED2; }
span { border-color: rgb(231,174,210); }
td.TdClassName
{
border-color: #E7AED2;
}
.TagClassName
{
border-color: #E7AED2;
}
</style>