Shades of Lavender Pink #E6ABCC
Tints of Lavender Pink #E6ABCC
RGB
CMYK
RGB Variations
Color information
#E6ABCC (or 0xE6ABCC) is known color: Lavender Pink. HEX triplet: E6, AB and CC. RGB value is (230,171,204). Sum of RGB (Red+Green+Blue) = 230+171+204=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABCC is #195433. Grayscale: #C0C0C0. Windows color (decimal): -1659956 or 13413350. OLE color: 13413350.
HSL color Cylindrical-coordinate representation of color #E6ABCC: hue angle of 326.44º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABCC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 204 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.10 |
| HSL | 326.44º | 0.54% | 0.79% | - |
| HSV(B) | 326.44º | 0.26% | 0.9% | - |
| XYZ | 58.1 | 50.31 | 63.78 | - |
| YUV | 192.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 204 | 0 | 0.26 | 0.11 | 0.10 | 326.44 | 0.54 | 0.79 |
| Hex | E6 | AB | CC | 0 | 1A | B | A | 146 | 36 | 4F |
| Octal | 346 | 253 | 314 | 0 | 32 | 13 | 12 | 506 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11001100 | 0 | 11010 | 1011 | 1010 | 101000110 | 110110 | 1001111 |
Color Harmonies of #E6ABCC
Complementary color
Monochromatic Colors of #E6ABCC
Black with #E6ABCC
Text Example
Text Example
White with #E6ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABCC; }
p { color: rgb(230,171,204); }
H1.HeaderClassName
{
color: #E6ABCC;
}
.AnyTagClassName
{
color: #E6ABCC;
}
</style>
background-color css
<style>
a { background-color: #E6ABCC; }
a { background-color: rgb(230,171,204); }
div.DivClassName
{
background-color: #E6ABCC;
}
.BgClassName
{
background-color: #E6ABCC;
}
</style>
border-color css
<style>
span { border-color: #E6ABCC; }
span { border-color: rgb(230,171,204); }
td.TdClassName
{
border-color: #E6ABCC;
}
.TagClassName
{
border-color: #E6ABCC;
}
</style>