Shades of Lavender Pink #E8AECC
Tints of Lavender Pink #E8AECC
RGB
CMYK
RGB Variations
Color information
#E8AECC (or 0xE8AECC) is known color: Lavender Pink. HEX triplet: E8, AE and CC. RGB value is (232,174,204). Sum of RGB (Red+Green+Blue) = 232+174+204=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AECC is #175133. Grayscale: #C2C2C2. Windows color (decimal): -1528116 or 13414120. OLE color: 13414120.
HSL color Cylindrical-coordinate representation of color #E8AECC: hue angle of 328.97º degrees, saturation: 0.56, 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 #E8AECC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 204 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 328.97º | 0.56% | 0.8% | - |
| HSV(B) | 328.97º | 0.25% | 0.91% | - |
| XYZ | 59.31 | 51.79 | 64 | - |
| YUV | 194.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 204 | 0 | 0.25 | 0.12 | 0.09 | 328.97 | 0.56 | 0.8 |
| Hex | E8 | AE | CC | 0 | 19 | C | 9 | 149 | 38 | 50 |
| Octal | 350 | 256 | 314 | 0 | 31 | 14 | 11 | 511 | 70 | 120 |
| Binary | 11101000 | 10101110 | 11001100 | 0 | 11001 | 1100 | 1001 | 101001001 | 111000 | 1010000 |
Color Harmonies of #E8AECC
Complementary color
Monochromatic Colors of #E8AECC
Black with #E8AECC
Text Example
Text Example
White with #E8AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AECC; }
p { color: rgb(232,174,204); }
H1.HeaderClassName
{
color: #E8AECC;
}
.AnyTagClassName
{
color: #E8AECC;
}
</style>
background-color css
<style>
a { background-color: #E8AECC; }
a { background-color: rgb(232,174,204); }
div.DivClassName
{
background-color: #E8AECC;
}
.BgClassName
{
background-color: #E8AECC;
}
</style>
border-color css
<style>
span { border-color: #E8AECC; }
span { border-color: rgb(232,174,204); }
td.TdClassName
{
border-color: #E8AECC;
}
.TagClassName
{
border-color: #E8AECC;
}
</style>