Shades of Lavender Pink #EFA1CF
Tints of Lavender Pink #EFA1CF
RGB
CMYK
RGB Variations
Color information
#EFA1CF (or 0xEFA1CF) is known color: Lavender Pink. HEX triplet: EF, A1 and CF. RGB value is (239,161,207). Sum of RGB (Red+Green+Blue) = 239+161+207=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1CF is #105E30. Grayscale: #BDBDBD. Windows color (decimal): -1072689 or 13607407. OLE color: 13607407.
HSL color Cylindrical-coordinate representation of color #EFA1CF: hue angle of 324.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1CF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 207 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.06 |
| HSL | 324.62º | 0.71% | 0.78% | - |
| HSV(B) | 324.62º | 0.33% | 0.94% | - |
| XYZ | 59.6 | 48.35 | 65.22 | - |
| YUV | 189.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 207 | 0 | 0.33 | 0.13 | 0.06 | 324.62 | 0.71 | 0.78 |
| Hex | EF | A1 | CF | 0 | 21 | D | 6 | 145 | 47 | 4E |
| Octal | 357 | 241 | 317 | 0 | 41 | 15 | 6 | 505 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11001111 | 0 | 100001 | 1101 | 110 | 101000101 | 1000111 | 1001110 |
Color Harmonies of #EFA1CF
Complementary color
Monochromatic Colors of #EFA1CF
Black with #EFA1CF
Text Example
Text Example
White with #EFA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1CF; }
p { color: rgb(239,161,207); }
H1.HeaderClassName
{
color: #EFA1CF;
}
.AnyTagClassName
{
color: #EFA1CF;
}
</style>
background-color css
<style>
a { background-color: #EFA1CF; }
a { background-color: rgb(239,161,207); }
div.DivClassName
{
background-color: #EFA1CF;
}
.BgClassName
{
background-color: #EFA1CF;
}
</style>
border-color css
<style>
span { border-color: #EFA1CF; }
span { border-color: rgb(239,161,207); }
td.TdClassName
{
border-color: #EFA1CF;
}
.TagClassName
{
border-color: #EFA1CF;
}
</style>