Shades of Lavender Pink #E9AED2
Tints of Lavender Pink #E9AED2
RGB
CMYK
RGB Variations
Color information
#E9AED2 (or 0xE9AED2) is known color: Lavender Pink. HEX triplet: E9, AE and D2. RGB value is (233,174,210). Sum of RGB (Red+Green+Blue) = 233+174+210=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AED2 is #16512D. Grayscale: #C3C3C3. Windows color (decimal): -1462574 or 13807337. OLE color: 13807337.
HSL color Cylindrical-coordinate representation of color #E9AED2: hue angle of 323.39º 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 #E9AED2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 210 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 323.39º | 0.57% | 0.8% | - |
| HSV(B) | 323.39º | 0.25% | 0.91% | - |
| XYZ | 60.37 | 52.25 | 67.88 | - |
| YUV | 195.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 210 | 0 | 0.25 | 0.10 | 0.09 | 323.39 | 0.57 | 0.8 |
| Hex | E9 | AE | D2 | 0 | 19 | A | 9 | 143 | 39 | 50 |
| Octal | 351 | 256 | 322 | 0 | 31 | 12 | 11 | 503 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11010010 | 0 | 11001 | 1010 | 1001 | 101000011 | 111001 | 1010000 |
Color Harmonies of #E9AED2
Complementary color
Monochromatic Colors of #E9AED2
Black with #E9AED2
Text Example
Text Example
White with #E9AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AED2; }
p { color: rgb(233,174,210); }
H1.HeaderClassName
{
color: #E9AED2;
}
.AnyTagClassName
{
color: #E9AED2;
}
</style>
background-color css
<style>
a { background-color: #E9AED2; }
a { background-color: rgb(233,174,210); }
div.DivClassName
{
background-color: #E9AED2;
}
.BgClassName
{
background-color: #E9AED2;
}
</style>
border-color css
<style>
span { border-color: #E9AED2; }
span { border-color: rgb(233,174,210); }
td.TdClassName
{
border-color: #E9AED2;
}
.TagClassName
{
border-color: #E9AED2;
}
</style>