Shades of Lavender Pink #E6ABCF
Tints of Lavender Pink #E6ABCF
RGB
CMYK
RGB Variations
Color information
#E6ABCF (or 0xE6ABCF) is known color: Lavender Pink. HEX triplet: E6, AB and CF. RGB value is (230,171,207). Sum of RGB (Red+Green+Blue) = 230+171+207=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABCF is #195430. Grayscale: #C0C0C0. Windows color (decimal): -1659953 or 13609958. OLE color: 13609958.
HSL color Cylindrical-coordinate representation of color #E6ABCF: hue angle of 323.39º 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 #E6ABCF is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 207 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.10 |
| HSL | 323.39º | 0.54% | 0.79% | - |
| HSV(B) | 323.39º | 0.26% | 0.9% | - |
| XYZ | 58.46 | 50.45 | 65.69 | - |
| YUV | 192.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 207 | 0 | 0.26 | 0.10 | 0.10 | 323.39 | 0.54 | 0.79 |
| Hex | E6 | AB | CF | 0 | 1A | A | A | 143 | 36 | 4F |
| Octal | 346 | 253 | 317 | 0 | 32 | 12 | 12 | 503 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11001111 | 0 | 11010 | 1010 | 1010 | 101000011 | 110110 | 1001111 |
Color Harmonies of #E6ABCF
Complementary color
Monochromatic Colors of #E6ABCF
Black with #E6ABCF
Text Example
Text Example
White with #E6ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABCF; }
p { color: rgb(230,171,207); }
H1.HeaderClassName
{
color: #E6ABCF;
}
.AnyTagClassName
{
color: #E6ABCF;
}
</style>
background-color css
<style>
a { background-color: #E6ABCF; }
a { background-color: rgb(230,171,207); }
div.DivClassName
{
background-color: #E6ABCF;
}
.BgClassName
{
background-color: #E6ABCF;
}
</style>
border-color css
<style>
span { border-color: #E6ABCF; }
span { border-color: rgb(230,171,207); }
td.TdClassName
{
border-color: #E6ABCF;
}
.TagClassName
{
border-color: #E6ABCF;
}
</style>