Shades of Lavender Pink #E8A6CF
Tints of Lavender Pink #E8A6CF
RGB
CMYK
RGB Variations
Color information
#E8A6CF (or 0xE8A6CF) is known color: Lavender Pink. HEX triplet: E8, A6 and CF. RGB value is (232,166,207). Sum of RGB (Red+Green+Blue) = 232+166+207=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6CF is #175930. Grayscale: #BEBEBE. Windows color (decimal): -1530161 or 13608680. OLE color: 13608680.
HSL color Cylindrical-coordinate representation of color #E8A6CF: hue angle of 322.73º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A6CF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 166 | 207 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.09 |
| HSL | 322.73º | 0.59% | 0.78% | - |
| HSV(B) | 322.73º | 0.28% | 0.91% | - |
| XYZ | 58.18 | 48.93 | 65.41 | - |
| YUV | 190.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 166 | 207 | 0 | 0.28 | 0.11 | 0.09 | 322.73 | 0.59 | 0.78 |
| Hex | E8 | A6 | CF | 0 | 1C | B | 9 | 143 | 3B | 4E |
| Octal | 350 | 246 | 317 | 0 | 34 | 13 | 11 | 503 | 73 | 116 |
| Binary | 11101000 | 10100110 | 11001111 | 0 | 11100 | 1011 | 1001 | 101000011 | 111011 | 1001110 |
Color Harmonies of #E8A6CF
Complementary color
Monochromatic Colors of #E8A6CF
Black with #E8A6CF
Text Example
Text Example
White with #E8A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A6CF; }
p { color: rgb(232,166,207); }
H1.HeaderClassName
{
color: #E8A6CF;
}
.AnyTagClassName
{
color: #E8A6CF;
}
</style>
background-color css
<style>
a { background-color: #E8A6CF; }
a { background-color: rgb(232,166,207); }
div.DivClassName
{
background-color: #E8A6CF;
}
.BgClassName
{
background-color: #E8A6CF;
}
</style>
border-color css
<style>
span { border-color: #E8A6CF; }
span { border-color: rgb(232,166,207); }
td.TdClassName
{
border-color: #E8A6CF;
}
.TagClassName
{
border-color: #E8A6CF;
}
</style>