Shades of Lavender Pink #EFA3CE
Tints of Lavender Pink #EFA3CE
RGB
CMYK
RGB Variations
Color information
#EFA3CE (or 0xEFA3CE) is known color: Lavender Pink. HEX triplet: EF, A3 and CE. RGB value is (239,163,206). Sum of RGB (Red+Green+Blue) = 239+163+206=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3CE is #105C31. Grayscale: #BEBEBE. Windows color (decimal): -1072178 or 13542383. OLE color: 13542383.
HSL color Cylindrical-coordinate representation of color #EFA3CE: hue angle of 326.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3CE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 206 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.06 |
| HSL | 326.05º | 0.7% | 0.79% | - |
| HSV(B) | 326.05º | 0.32% | 0.94% | - |
| XYZ | 59.83 | 49 | 64.7 | - |
| YUV | 190.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 206 | 0 | 0.32 | 0.14 | 0.06 | 326.05 | 0.7 | 0.79 |
| Hex | EF | A3 | CE | 0 | 20 | E | 6 | 146 | 46 | 4F |
| Octal | 357 | 243 | 316 | 0 | 40 | 16 | 6 | 506 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11001110 | 0 | 100000 | 1110 | 110 | 101000110 | 1000110 | 1001111 |
Color Harmonies of #EFA3CE
Complementary color
Monochromatic Colors of #EFA3CE
Black with #EFA3CE
Text Example
Text Example
White with #EFA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3CE; }
p { color: rgb(239,163,206); }
H1.HeaderClassName
{
color: #EFA3CE;
}
.AnyTagClassName
{
color: #EFA3CE;
}
</style>
background-color css
<style>
a { background-color: #EFA3CE; }
a { background-color: rgb(239,163,206); }
div.DivClassName
{
background-color: #EFA3CE;
}
.BgClassName
{
background-color: #EFA3CE;
}
</style>
border-color css
<style>
span { border-color: #EFA3CE; }
span { border-color: rgb(239,163,206); }
td.TdClassName
{
border-color: #EFA3CE;
}
.TagClassName
{
border-color: #EFA3CE;
}
</style>