Shades of Lavender Pink #EFA2CE
Tints of Lavender Pink #EFA2CE
RGB
CMYK
RGB Variations
Color information
#EFA2CE (or 0xEFA2CE) is known color: Lavender Pink. HEX triplet: EF, A2 and CE. RGB value is (239,162,206). Sum of RGB (Red+Green+Blue) = 239+162+206=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2CE is #105D31. Grayscale: #BDBDBD. Windows color (decimal): -1072434 or 13542127. OLE color: 13542127.
HSL color Cylindrical-coordinate representation of color #EFA2CE: hue angle of 325.71º degrees, saturation: 0.71, 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 #EFA2CE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 206 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.06 |
| HSL | 325.71º | 0.71% | 0.79% | - |
| HSV(B) | 325.71º | 0.32% | 0.94% | - |
| XYZ | 59.66 | 48.65 | 64.64 | - |
| YUV | 190.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 206 | 0 | 0.32 | 0.14 | 0.06 | 325.71 | 0.71 | 0.79 |
| Hex | EF | A2 | CE | 0 | 20 | E | 6 | 146 | 47 | 4F |
| Octal | 357 | 242 | 316 | 0 | 40 | 16 | 6 | 506 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11001110 | 0 | 100000 | 1110 | 110 | 101000110 | 1000111 | 1001111 |
Color Harmonies of #EFA2CE
Complementary color
Monochromatic Colors of #EFA2CE
Black with #EFA2CE
Text Example
Text Example
White with #EFA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2CE; }
p { color: rgb(239,162,206); }
H1.HeaderClassName
{
color: #EFA2CE;
}
.AnyTagClassName
{
color: #EFA2CE;
}
</style>
background-color css
<style>
a { background-color: #EFA2CE; }
a { background-color: rgb(239,162,206); }
div.DivClassName
{
background-color: #EFA2CE;
}
.BgClassName
{
background-color: #EFA2CE;
}
</style>
border-color css
<style>
span { border-color: #EFA2CE; }
span { border-color: rgb(239,162,206); }
td.TdClassName
{
border-color: #EFA2CE;
}
.TagClassName
{
border-color: #EFA2CE;
}
</style>