Shades of Lavender Pink #EFA8CE
Tints of Lavender Pink #EFA8CE
RGB
CMYK
RGB Variations
Color information
#EFA8CE (or 0xEFA8CE) is known color: Lavender Pink. HEX triplet: EF, A8 and CE. RGB value is (239,168,206). Sum of RGB (Red+Green+Blue) = 239+168+206=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8CE is #105731. Grayscale: #C1C1C1. Windows color (decimal): -1070898 or 13543663. OLE color: 13543663.
HSL color Cylindrical-coordinate representation of color #EFA8CE: hue angle of 327.89º 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 #EFA8CE is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 206 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.06 |
| HSL | 327.89º | 0.69% | 0.8% | - |
| HSV(B) | 327.89º | 0.3% | 0.94% | - |
| XYZ | 60.74 | 50.81 | 65 | - |
| YUV | 193.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 206 | 0 | 0.30 | 0.14 | 0.06 | 327.89 | 0.69 | 0.8 |
| Hex | EF | A8 | CE | 0 | 1E | E | 6 | 148 | 45 | 50 |
| Octal | 357 | 250 | 316 | 0 | 36 | 16 | 6 | 510 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11001110 | 0 | 11110 | 1110 | 110 | 101001000 | 1000101 | 1010000 |
Color Harmonies of #EFA8CE
Complementary color
Monochromatic Colors of #EFA8CE
Black with #EFA8CE
Text Example
Text Example
White with #EFA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8CE; }
p { color: rgb(239,168,206); }
H1.HeaderClassName
{
color: #EFA8CE;
}
.AnyTagClassName
{
color: #EFA8CE;
}
</style>
background-color css
<style>
a { background-color: #EFA8CE; }
a { background-color: rgb(239,168,206); }
div.DivClassName
{
background-color: #EFA8CE;
}
.BgClassName
{
background-color: #EFA8CE;
}
</style>
border-color css
<style>
span { border-color: #EFA8CE; }
span { border-color: rgb(239,168,206); }
td.TdClassName
{
border-color: #EFA8CE;
}
.TagClassName
{
border-color: #EFA8CE;
}
</style>