Shades of Lavender Pink #EFA7CF
Tints of Lavender Pink #EFA7CF
RGB
CMYK
RGB Variations
Color information
#EFA7CF (or 0xEFA7CF) is known color: Lavender Pink. HEX triplet: EF, A7 and CF. RGB value is (239,167,207). Sum of RGB (Red+Green+Blue) = 239+167+207=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7CF is #105830. Grayscale: #C1C1C1. Windows color (decimal): -1071153 or 13608943. OLE color: 13608943.
HSL color Cylindrical-coordinate representation of color #EFA7CF: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7CF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 207 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.06 |
| HSL | 326.67º | 0.69% | 0.8% | - |
| HSV(B) | 326.67º | 0.3% | 0.94% | - |
| XYZ | 60.68 | 50.49 | 65.58 | - |
| YUV | 193.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 207 | 0 | 0.30 | 0.13 | 0.06 | 326.67 | 0.69 | 0.8 |
| Hex | EF | A7 | CF | 0 | 1E | D | 6 | 147 | 45 | 50 |
| Octal | 357 | 247 | 317 | 0 | 36 | 15 | 6 | 507 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11001111 | 0 | 11110 | 1101 | 110 | 101000111 | 1000101 | 1010000 |
Color Harmonies of #EFA7CF
Complementary color
Monochromatic Colors of #EFA7CF
Black with #EFA7CF
Text Example
Text Example
White with #EFA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7CF; }
p { color: rgb(239,167,207); }
H1.HeaderClassName
{
color: #EFA7CF;
}
.AnyTagClassName
{
color: #EFA7CF;
}
</style>
background-color css
<style>
a { background-color: #EFA7CF; }
a { background-color: rgb(239,167,207); }
div.DivClassName
{
background-color: #EFA7CF;
}
.BgClassName
{
background-color: #EFA7CF;
}
</style>
border-color css
<style>
span { border-color: #EFA7CF; }
span { border-color: rgb(239,167,207); }
td.TdClassName
{
border-color: #EFA7CF;
}
.TagClassName
{
border-color: #EFA7CF;
}
</style>