Shades of Lavender Pink #E9ACD0
Tints of Lavender Pink #E9ACD0
RGB
CMYK
RGB Variations
Color information
#E9ACD0 (or 0xE9ACD0) is known color: Lavender Pink. HEX triplet: E9, AC and D0. RGB value is (233,172,208). Sum of RGB (Red+Green+Blue) = 233+172+208=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACD0 is #16532F. Grayscale: #C2C2C2. Windows color (decimal): -1463088 or 13675753. OLE color: 13675753.
HSL color Cylindrical-coordinate representation of color #E9ACD0: hue angle of 324.59º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACD0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 208 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.09 |
| HSL | 324.59º | 0.58% | 0.79% | - |
| HSV(B) | 324.59º | 0.26% | 0.91% | - |
| XYZ | 59.74 | 51.38 | 66.44 | - |
| YUV | 194.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 208 | 0 | 0.26 | 0.11 | 0.09 | 324.59 | 0.58 | 0.79 |
| Hex | E9 | AC | D0 | 0 | 1A | B | 9 | 145 | 3A | 4F |
| Octal | 351 | 254 | 320 | 0 | 32 | 13 | 11 | 505 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11010000 | 0 | 11010 | 1011 | 1001 | 101000101 | 111010 | 1001111 |
Color Harmonies of #E9ACD0
Complementary color
Monochromatic Colors of #E9ACD0
Black with #E9ACD0
Text Example
Text Example
White with #E9ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACD0; }
p { color: rgb(233,172,208); }
H1.HeaderClassName
{
color: #E9ACD0;
}
.AnyTagClassName
{
color: #E9ACD0;
}
</style>
background-color css
<style>
a { background-color: #E9ACD0; }
a { background-color: rgb(233,172,208); }
div.DivClassName
{
background-color: #E9ACD0;
}
.BgClassName
{
background-color: #E9ACD0;
}
</style>
border-color css
<style>
span { border-color: #E9ACD0; }
span { border-color: rgb(233,172,208); }
td.TdClassName
{
border-color: #E9ACD0;
}
.TagClassName
{
border-color: #E9ACD0;
}
</style>