Shades of Lavender Pink #E9ADCE
Tints of Lavender Pink #E9ADCE
RGB
CMYK
RGB Variations
Color information
#E9ADCE (or 0xE9ADCE) is known color: Lavender Pink. HEX triplet: E9, AD and CE. RGB value is (233,173,206). Sum of RGB (Red+Green+Blue) = 233+173+206=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADCE is #165231. Grayscale: #C2C2C2. Windows color (decimal): -1462834 or 13544937. OLE color: 13544937.
HSL color Cylindrical-coordinate representation of color #E9ADCE: hue angle of 327º 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 #E9ADCE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 206 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 327º | 0.58% | 0.8% | - |
| HSV(B) | 327º | 0.26% | 0.91% | - |
| XYZ | 59.69 | 51.67 | 65.22 | - |
| YUV | 194.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 206 | 0 | 0.26 | 0.12 | 0.09 | 327 | 0.58 | 0.8 |
| Hex | E9 | AD | CE | 0 | 1A | C | 9 | 147 | 3A | 50 |
| Octal | 351 | 255 | 316 | 0 | 32 | 14 | 11 | 507 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11001110 | 0 | 11010 | 1100 | 1001 | 101000111 | 111010 | 1010000 |
Color Harmonies of #E9ADCE
Complementary color
Monochromatic Colors of #E9ADCE
Black with #E9ADCE
Text Example
Text Example
White with #E9ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADCE; }
p { color: rgb(233,173,206); }
H1.HeaderClassName
{
color: #E9ADCE;
}
.AnyTagClassName
{
color: #E9ADCE;
}
</style>
background-color css
<style>
a { background-color: #E9ADCE; }
a { background-color: rgb(233,173,206); }
div.DivClassName
{
background-color: #E9ADCE;
}
.BgClassName
{
background-color: #E9ADCE;
}
</style>
border-color css
<style>
span { border-color: #E9ADCE; }
span { border-color: rgb(233,173,206); }
td.TdClassName
{
border-color: #E9ADCE;
}
.TagClassName
{
border-color: #E9ADCE;
}
</style>