Shades of Lavender Pink #E9ADD4
Tints of Lavender Pink #E9ADD4
RGB
CMYK
RGB Variations
Color information
#E9ADD4 (or 0xE9ADD4) is known color: Lavender Pink. HEX triplet: E9, AD and D4. RGB value is (233,173,212). Sum of RGB (Red+Green+Blue) = 233+173+212=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADD4 is #16522B. Grayscale: #C3C3C3. Windows color (decimal): -1462828 or 13938153. OLE color: 13938153.
HSL color Cylindrical-coordinate representation of color #E9ADD4: hue angle of 321º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADD4 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 212 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.09 |
| HSL | 321º | 0.58% | 0.8% | - |
| HSV(B) | 321º | 0.26% | 0.91% | - |
| XYZ | 60.43 | 51.96 | 69.13 | - |
| YUV | 195.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 212 | 0 | 0.26 | 0.09 | 0.09 | 321 | 0.58 | 0.8 |
| Hex | E9 | AD | D4 | 0 | 1A | 9 | 9 | 141 | 3A | 50 |
| Octal | 351 | 255 | 324 | 0 | 32 | 11 | 11 | 501 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11010100 | 0 | 11010 | 1001 | 1001 | 101000001 | 111010 | 1010000 |
Color Harmonies of #E9ADD4
Complementary color
Monochromatic Colors of #E9ADD4
Black with #E9ADD4
Text Example
Text Example
White with #E9ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADD4; }
p { color: rgb(233,173,212); }
H1.HeaderClassName
{
color: #E9ADD4;
}
.AnyTagClassName
{
color: #E9ADD4;
}
</style>
background-color css
<style>
a { background-color: #E9ADD4; }
a { background-color: rgb(233,173,212); }
div.DivClassName
{
background-color: #E9ADD4;
}
.BgClassName
{
background-color: #E9ADD4;
}
</style>
border-color css
<style>
span { border-color: #E9ADD4; }
span { border-color: rgb(233,173,212); }
td.TdClassName
{
border-color: #E9ADD4;
}
.TagClassName
{
border-color: #E9ADD4;
}
</style>