Shades of Lavender Pink #EFA4CF
Tints of Lavender Pink #EFA4CF
RGB
CMYK
RGB Variations
Color information
#EFA4CF (or 0xEFA4CF) is known color: Lavender Pink. HEX triplet: EF, A4 and CF. RGB value is (239,164,207). Sum of RGB (Red+Green+Blue) = 239+164+207=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CF is #105B30. Grayscale: #BFBFBF. Windows color (decimal): -1071921 or 13608175. OLE color: 13608175.
HSL color Cylindrical-coordinate representation of color #EFA4CF: hue angle of 325.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4CF is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 207 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.06 |
| HSL | 325.6º | 0.7% | 0.79% | - |
| HSV(B) | 325.6º | 0.31% | 0.94% | - |
| XYZ | 60.13 | 49.41 | 65.4 | - |
| YUV | 191.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 207 | 0 | 0.31 | 0.13 | 0.06 | 325.6 | 0.7 | 0.79 |
| Hex | EF | A4 | CF | 0 | 1F | D | 6 | 146 | 46 | 4F |
| Octal | 357 | 244 | 317 | 0 | 37 | 15 | 6 | 506 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11001111 | 0 | 11111 | 1101 | 110 | 101000110 | 1000110 | 1001111 |
Color Harmonies of #EFA4CF
Complementary color
Monochromatic Colors of #EFA4CF
Black with #EFA4CF
Text Example
Text Example
White with #EFA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4CF; }
p { color: rgb(239,164,207); }
H1.HeaderClassName
{
color: #EFA4CF;
}
.AnyTagClassName
{
color: #EFA4CF;
}
</style>
background-color css
<style>
a { background-color: #EFA4CF; }
a { background-color: rgb(239,164,207); }
div.DivClassName
{
background-color: #EFA4CF;
}
.BgClassName
{
background-color: #EFA4CF;
}
</style>
border-color css
<style>
span { border-color: #EFA4CF; }
span { border-color: rgb(239,164,207); }
td.TdClassName
{
border-color: #EFA4CF;
}
.TagClassName
{
border-color: #EFA4CF;
}
</style>