Shades of Lavender Pink #E6ACCC
Tints of Lavender Pink #E6ACCC
RGB
CMYK
RGB Variations
Color information
#E6ACCC (or 0xE6ACCC) is known color: Lavender Pink. HEX triplet: E6, AC and CC. RGB value is (230,172,204). Sum of RGB (Red+Green+Blue) = 230+172+204=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACCC is #195333. Grayscale: #C0C0C0. Windows color (decimal): -1659700 or 13413606. OLE color: 13413606.
HSL color Cylindrical-coordinate representation of color #E6ACCC: hue angle of 326.9º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACCC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 204 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.10 |
| HSL | 326.9º | 0.54% | 0.79% | - |
| HSV(B) | 326.9º | 0.25% | 0.9% | - |
| XYZ | 58.28 | 50.69 | 63.84 | - |
| YUV | 192.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 204 | 0 | 0.25 | 0.11 | 0.10 | 326.9 | 0.54 | 0.79 |
| Hex | E6 | AC | CC | 0 | 19 | B | A | 147 | 36 | 4F |
| Octal | 346 | 254 | 314 | 0 | 31 | 13 | 12 | 507 | 66 | 117 |
| Binary | 11100110 | 10101100 | 11001100 | 0 | 11001 | 1011 | 1010 | 101000111 | 110110 | 1001111 |
Color Harmonies of #E6ACCC
Complementary color
Monochromatic Colors of #E6ACCC
Black with #E6ACCC
Text Example
Text Example
White with #E6ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ACCC; }
p { color: rgb(230,172,204); }
H1.HeaderClassName
{
color: #E6ACCC;
}
.AnyTagClassName
{
color: #E6ACCC;
}
</style>
background-color css
<style>
a { background-color: #E6ACCC; }
a { background-color: rgb(230,172,204); }
div.DivClassName
{
background-color: #E6ACCC;
}
.BgClassName
{
background-color: #E6ACCC;
}
</style>
border-color css
<style>
span { border-color: #E6ACCC; }
span { border-color: rgb(230,172,204); }
td.TdClassName
{
border-color: #E6ACCC;
}
.TagClassName
{
border-color: #E6ACCC;
}
</style>