Shades of Lavender Pink #E7A8CF
Tints of Lavender Pink #E7A8CF
RGB
CMYK
RGB Variations
Color information
#E7A8CF (or 0xE7A8CF) is known color: Lavender Pink. HEX triplet: E7, A8 and CF. RGB value is (231,168,207). Sum of RGB (Red+Green+Blue) = 231+168+207=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8CF is #185730. Grayscale: #BFBFBF. Windows color (decimal): -1595185 or 13609191. OLE color: 13609191.
HSL color Cylindrical-coordinate representation of color #E7A8CF: hue angle of 322.86º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8CF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 207 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.09 |
| HSL | 322.86º | 0.57% | 0.78% | - |
| HSV(B) | 322.86º | 0.27% | 0.91% | - |
| XYZ | 58.22 | 49.5 | 65.52 | - |
| YUV | 191.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 207 | 0 | 0.27 | 0.10 | 0.09 | 322.86 | 0.57 | 0.78 |
| Hex | E7 | A8 | CF | 0 | 1B | A | 9 | 143 | 39 | 4E |
| Octal | 347 | 250 | 317 | 0 | 33 | 12 | 11 | 503 | 71 | 116 |
| Binary | 11100111 | 10101000 | 11001111 | 0 | 11011 | 1010 | 1001 | 101000011 | 111001 | 1001110 |
Color Harmonies of #E7A8CF
Complementary color
Monochromatic Colors of #E7A8CF
Black with #E7A8CF
Text Example
Text Example
White with #E7A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8CF; }
p { color: rgb(231,168,207); }
H1.HeaderClassName
{
color: #E7A8CF;
}
.AnyTagClassName
{
color: #E7A8CF;
}
</style>
background-color css
<style>
a { background-color: #E7A8CF; }
a { background-color: rgb(231,168,207); }
div.DivClassName
{
background-color: #E7A8CF;
}
.BgClassName
{
background-color: #E7A8CF;
}
</style>
border-color css
<style>
span { border-color: #E7A8CF; }
span { border-color: rgb(231,168,207); }
td.TdClassName
{
border-color: #E7A8CF;
}
.TagClassName
{
border-color: #E7A8CF;
}
</style>