Shades of Lavender Pink #E6ABD0
Tints of Lavender Pink #E6ABD0
RGB
CMYK
RGB Variations
Color information
#E6ABD0 (or 0xE6ABD0) is known color: Lavender Pink. HEX triplet: E6, AB and D0. RGB value is (230,171,208). Sum of RGB (Red+Green+Blue) = 230+171+208=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABD0 is #19542F. Grayscale: #C0C0C0. Windows color (decimal): -1659952 or 13675494. OLE color: 13675494.
HSL color Cylindrical-coordinate representation of color #E6ABD0: hue angle of 322.37º 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 #E6ABD0 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 208 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.10 |
| HSL | 322.37º | 0.54% | 0.79% | - |
| HSV(B) | 322.37º | 0.26% | 0.9% | - |
| XYZ | 58.58 | 50.5 | 66.33 | - |
| YUV | 192.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 208 | 0 | 0.26 | 0.10 | 0.10 | 322.37 | 0.54 | 0.79 |
| Hex | E6 | AB | D0 | 0 | 1A | A | A | 142 | 36 | 4F |
| Octal | 346 | 253 | 320 | 0 | 32 | 12 | 12 | 502 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11010000 | 0 | 11010 | 1010 | 1010 | 101000010 | 110110 | 1001111 |
Color Harmonies of #E6ABD0
Complementary color
Monochromatic Colors of #E6ABD0
Black with #E6ABD0
Text Example
Text Example
White with #E6ABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABD0; }
p { color: rgb(230,171,208); }
H1.HeaderClassName
{
color: #E6ABD0;
}
.AnyTagClassName
{
color: #E6ABD0;
}
</style>
background-color css
<style>
a { background-color: #E6ABD0; }
a { background-color: rgb(230,171,208); }
div.DivClassName
{
background-color: #E6ABD0;
}
.BgClassName
{
background-color: #E6ABD0;
}
</style>
border-color css
<style>
span { border-color: #E6ABD0; }
span { border-color: rgb(230,171,208); }
td.TdClassName
{
border-color: #E6ABD0;
}
.TagClassName
{
border-color: #E6ABD0;
}
</style>