Shades of Lavender Pink #E7A7CF
Tints of Lavender Pink #E7A7CF
RGB
CMYK
RGB Variations
Color information
#E7A7CF (or 0xE7A7CF) is known color: Lavender Pink. HEX triplet: E7, A7 and CF. RGB value is (231,167,207). Sum of RGB (Red+Green+Blue) = 231+167+207=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7CF is #185830. Grayscale: #BEBEBE. Windows color (decimal): -1595441 or 13608935. OLE color: 13608935.
HSL color Cylindrical-coordinate representation of color #E7A7CF: hue angle of 322.5º degrees, saturation: 0.57, 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 #E7A7CF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 207 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.09 |
| HSL | 322.5º | 0.57% | 0.78% | - |
| HSV(B) | 322.5º | 0.28% | 0.91% | - |
| XYZ | 58.04 | 49.13 | 65.46 | - |
| YUV | 190.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 207 | 0 | 0.28 | 0.10 | 0.09 | 322.5 | 0.57 | 0.78 |
| Hex | E7 | A7 | CF | 0 | 1C | A | 9 | 142 | 39 | 4E |
| Octal | 347 | 247 | 317 | 0 | 34 | 12 | 11 | 502 | 71 | 116 |
| Binary | 11100111 | 10100111 | 11001111 | 0 | 11100 | 1010 | 1001 | 101000010 | 111001 | 1001110 |
Color Harmonies of #E7A7CF
Complementary color
Monochromatic Colors of #E7A7CF
Black with #E7A7CF
Text Example
Text Example
White with #E7A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7CF; }
p { color: rgb(231,167,207); }
H1.HeaderClassName
{
color: #E7A7CF;
}
.AnyTagClassName
{
color: #E7A7CF;
}
</style>
background-color css
<style>
a { background-color: #E7A7CF; }
a { background-color: rgb(231,167,207); }
div.DivClassName
{
background-color: #E7A7CF;
}
.BgClassName
{
background-color: #E7A7CF;
}
</style>
border-color css
<style>
span { border-color: #E7A7CF; }
span { border-color: rgb(231,167,207); }
td.TdClassName
{
border-color: #E7A7CF;
}
.TagClassName
{
border-color: #E7A7CF;
}
</style>