Shades of Lavender Pink #E8AED2
Tints of Lavender Pink #E8AED2
RGB
CMYK
RGB Variations
Color information
#E8AED2 (or 0xE8AED2) is known color: Lavender Pink. HEX triplet: E8, AE and D2. RGB value is (232,174,210). Sum of RGB (Red+Green+Blue) = 232+174+210=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AED2 is #17512D. Grayscale: #C3C3C3. Windows color (decimal): -1528110 or 13807336. OLE color: 13807336.
HSL color Cylindrical-coordinate representation of color #E8AED2: hue angle of 322.76º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AED2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 210 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.09 |
| HSL | 322.76º | 0.56% | 0.8% | - |
| HSV(B) | 322.76º | 0.25% | 0.91% | - |
| XYZ | 60.05 | 52.08 | 67.86 | - |
| YUV | 195.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 210 | 0 | 0.25 | 0.09 | 0.09 | 322.76 | 0.56 | 0.8 |
| Hex | E8 | AE | D2 | 0 | 19 | 9 | 9 | 143 | 38 | 50 |
| Octal | 350 | 256 | 322 | 0 | 31 | 11 | 11 | 503 | 70 | 120 |
| Binary | 11101000 | 10101110 | 11010010 | 0 | 11001 | 1001 | 1001 | 101000011 | 111000 | 1010000 |
Color Harmonies of #E8AED2
Complementary color
Monochromatic Colors of #E8AED2
Black with #E8AED2
Text Example
Text Example
White with #E8AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AED2; }
p { color: rgb(232,174,210); }
H1.HeaderClassName
{
color: #E8AED2;
}
.AnyTagClassName
{
color: #E8AED2;
}
</style>
background-color css
<style>
a { background-color: #E8AED2; }
a { background-color: rgb(232,174,210); }
div.DivClassName
{
background-color: #E8AED2;
}
.BgClassName
{
background-color: #E8AED2;
}
</style>
border-color css
<style>
span { border-color: #E8AED2; }
span { border-color: rgb(232,174,210); }
td.TdClassName
{
border-color: #E8AED2;
}
.TagClassName
{
border-color: #E8AED2;
}
</style>