Shades of Lavender Pink #EFA2CF
Tints of Lavender Pink #EFA2CF
RGB
CMYK
RGB Variations
Color information
#EFA2CF (or 0xEFA2CF) is known color: Lavender Pink. HEX triplet: EF, A2 and CF. RGB value is (239,162,207). Sum of RGB (Red+Green+Blue) = 239+162+207=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2CF is #105D30. Grayscale: #BEBEBE. Windows color (decimal): -1072433 or 13607663. OLE color: 13607663.
HSL color Cylindrical-coordinate representation of color #EFA2CF: hue angle of 324.94º 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 #EFA2CF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 207 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.06 |
| HSL | 324.94º | 0.71% | 0.79% | - |
| HSV(B) | 324.94º | 0.32% | 0.94% | - |
| XYZ | 59.78 | 48.7 | 65.28 | - |
| YUV | 190.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 207 | 0 | 0.32 | 0.13 | 0.06 | 324.94 | 0.71 | 0.79 |
| Hex | EF | A2 | CF | 0 | 20 | D | 6 | 145 | 47 | 4F |
| Octal | 357 | 242 | 317 | 0 | 40 | 15 | 6 | 505 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11001111 | 0 | 100000 | 1101 | 110 | 101000101 | 1000111 | 1001111 |
Color Harmonies of #EFA2CF
Complementary color
Monochromatic Colors of #EFA2CF
Black with #EFA2CF
Text Example
Text Example
White with #EFA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2CF; }
p { color: rgb(239,162,207); }
H1.HeaderClassName
{
color: #EFA2CF;
}
.AnyTagClassName
{
color: #EFA2CF;
}
</style>
background-color css
<style>
a { background-color: #EFA2CF; }
a { background-color: rgb(239,162,207); }
div.DivClassName
{
background-color: #EFA2CF;
}
.BgClassName
{
background-color: #EFA2CF;
}
</style>
border-color css
<style>
span { border-color: #EFA2CF; }
span { border-color: rgb(239,162,207); }
td.TdClassName
{
border-color: #EFA2CF;
}
.TagClassName
{
border-color: #EFA2CF;
}
</style>