Shades of Lavender Pink #E8ACCD
Tints of Lavender Pink #E8ACCD
RGB
CMYK
RGB Variations
Color information
#E8ACCD (or 0xE8ACCD) is known color: Lavender Pink. HEX triplet: E8, AC and CD. RGB value is (232,172,205). Sum of RGB (Red+Green+Blue) = 232+172+205=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACCD is #175332. Grayscale: #C1C1C1. Windows color (decimal): -1528627 or 13479144. OLE color: 13479144.
HSL color Cylindrical-coordinate representation of color #E8ACCD: hue angle of 327º degrees, saturation: 0.57, 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 #E8ACCD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 205 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 327º | 0.57% | 0.79% | - |
| HSV(B) | 327º | 0.26% | 0.91% | - |
| XYZ | 59.05 | 51.07 | 64.5 | - |
| YUV | 193.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 205 | 0 | 0.26 | 0.12 | 0.09 | 327 | 0.57 | 0.79 |
| Hex | E8 | AC | CD | 0 | 1A | C | 9 | 147 | 39 | 4F |
| Octal | 350 | 254 | 315 | 0 | 32 | 14 | 11 | 507 | 71 | 117 |
| Binary | 11101000 | 10101100 | 11001101 | 0 | 11010 | 1100 | 1001 | 101000111 | 111001 | 1001111 |
Color Harmonies of #E8ACCD
Complementary color
Monochromatic Colors of #E8ACCD
Black with #E8ACCD
Text Example
Text Example
White with #E8ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACCD; }
p { color: rgb(232,172,205); }
H1.HeaderClassName
{
color: #E8ACCD;
}
.AnyTagClassName
{
color: #E8ACCD;
}
</style>
background-color css
<style>
a { background-color: #E8ACCD; }
a { background-color: rgb(232,172,205); }
div.DivClassName
{
background-color: #E8ACCD;
}
.BgClassName
{
background-color: #E8ACCD;
}
</style>
border-color css
<style>
span { border-color: #E8ACCD; }
span { border-color: rgb(232,172,205); }
td.TdClassName
{
border-color: #E8ACCD;
}
.TagClassName
{
border-color: #E8ACCD;
}
</style>