Shades of Lavender Pink #E9ACCD
Tints of Lavender Pink #E9ACCD
RGB
CMYK
RGB Variations
Color information
#E9ACCD (or 0xE9ACCD) is known color: Lavender Pink. HEX triplet: E9, AC and CD. RGB value is (233,172,205). Sum of RGB (Red+Green+Blue) = 233+172+205=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACCD is #165332. Grayscale: #C1C1C1. Windows color (decimal): -1463091 or 13479145. OLE color: 13479145.
HSL color Cylindrical-coordinate representation of color #E9ACCD: hue angle of 327.54º 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 #E9ACCD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 205 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 327.54º | 0.58% | 0.79% | - |
| HSV(B) | 327.54º | 0.26% | 0.91% | - |
| XYZ | 59.38 | 51.24 | 64.52 | - |
| YUV | 194 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 205 | 0 | 0.26 | 0.12 | 0.09 | 327.54 | 0.58 | 0.79 |
| Hex | E9 | AC | CD | 0 | 1A | C | 9 | 148 | 3A | 4F |
| Octal | 351 | 254 | 315 | 0 | 32 | 14 | 11 | 510 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11001101 | 0 | 11010 | 1100 | 1001 | 101001000 | 111010 | 1001111 |
Color Harmonies of #E9ACCD
Complementary color
Monochromatic Colors of #E9ACCD
Black with #E9ACCD
Text Example
Text Example
White with #E9ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACCD; }
p { color: rgb(233,172,205); }
H1.HeaderClassName
{
color: #E9ACCD;
}
.AnyTagClassName
{
color: #E9ACCD;
}
</style>
background-color css
<style>
a { background-color: #E9ACCD; }
a { background-color: rgb(233,172,205); }
div.DivClassName
{
background-color: #E9ACCD;
}
.BgClassName
{
background-color: #E9ACCD;
}
</style>
border-color css
<style>
span { border-color: #E9ACCD; }
span { border-color: rgb(233,172,205); }
td.TdClassName
{
border-color: #E9ACCD;
}
.TagClassName
{
border-color: #E9ACCD;
}
</style>