Shades of Lavender Pink #E9AECD
Tints of Lavender Pink #E9AECD
RGB
CMYK
RGB Variations
Color information
#E9AECD (or 0xE9AECD) is known color: Lavender Pink. HEX triplet: E9, AE and CD. RGB value is (233,174,205). Sum of RGB (Red+Green+Blue) = 233+174+205=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AECD is #165132. Grayscale: #C3C3C3. Windows color (decimal): -1462579 or 13479657. OLE color: 13479657.
HSL color Cylindrical-coordinate representation of color #E9AECD: hue angle of 328.47º 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 #E9AECD is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 205 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 328.47º | 0.57% | 0.8% | - |
| HSV(B) | 328.47º | 0.25% | 0.91% | - |
| XYZ | 59.76 | 52 | 64.65 | - |
| YUV | 195.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 205 | 0 | 0.25 | 0.12 | 0.09 | 328.47 | 0.57 | 0.8 |
| Hex | E9 | AE | CD | 0 | 19 | C | 9 | 148 | 39 | 50 |
| Octal | 351 | 256 | 315 | 0 | 31 | 14 | 11 | 510 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11001101 | 0 | 11001 | 1100 | 1001 | 101001000 | 111001 | 1010000 |
Color Harmonies of #E9AECD
Complementary color
Monochromatic Colors of #E9AECD
Black with #E9AECD
Text Example
Text Example
White with #E9AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AECD; }
p { color: rgb(233,174,205); }
H1.HeaderClassName
{
color: #E9AECD;
}
.AnyTagClassName
{
color: #E9AECD;
}
</style>
background-color css
<style>
a { background-color: #E9AECD; }
a { background-color: rgb(233,174,205); }
div.DivClassName
{
background-color: #E9AECD;
}
.BgClassName
{
background-color: #E9AECD;
}
</style>
border-color css
<style>
span { border-color: #E9AECD; }
span { border-color: rgb(233,174,205); }
td.TdClassName
{
border-color: #E9AECD;
}
.TagClassName
{
border-color: #E9AECD;
}
</style>