Shades of Lavender Pink #E9AED1
Tints of Lavender Pink #E9AED1
RGB
CMYK
RGB Variations
Color information
#E9AED1 (or 0xE9AED1) is known color: Lavender Pink. HEX triplet: E9, AE and D1. RGB value is (233,174,209). Sum of RGB (Red+Green+Blue) = 233+174+209=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AED1 is #16512E. Grayscale: #C3C3C3. Windows color (decimal): -1462575 or 13741801. OLE color: 13741801.
HSL color Cylindrical-coordinate representation of color #E9AED1: hue angle of 324.41º degrees, saturation: 0.57, 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 #E9AED1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 209 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 324.41º | 0.57% | 0.8% | - |
| HSV(B) | 324.41º | 0.25% | 0.91% | - |
| XYZ | 60.25 | 52.2 | 67.22 | - |
| YUV | 195.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 209 | 0 | 0.25 | 0.10 | 0.09 | 324.41 | 0.57 | 0.8 |
| Hex | E9 | AE | D1 | 0 | 19 | A | 9 | 144 | 39 | 50 |
| Octal | 351 | 256 | 321 | 0 | 31 | 12 | 11 | 504 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11010001 | 0 | 11001 | 1010 | 1001 | 101000100 | 111001 | 1010000 |
Color Harmonies of #E9AED1
Complementary color
Monochromatic Colors of #E9AED1
Black with #E9AED1
Text Example
Text Example
White with #E9AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AED1; }
p { color: rgb(233,174,209); }
H1.HeaderClassName
{
color: #E9AED1;
}
.AnyTagClassName
{
color: #E9AED1;
}
</style>
background-color css
<style>
a { background-color: #E9AED1; }
a { background-color: rgb(233,174,209); }
div.DivClassName
{
background-color: #E9AED1;
}
.BgClassName
{
background-color: #E9AED1;
}
</style>
border-color css
<style>
span { border-color: #E9AED1; }
span { border-color: rgb(233,174,209); }
td.TdClassName
{
border-color: #E9AED1;
}
.TagClassName
{
border-color: #E9AED1;
}
</style>