Shades of Lavender Pink #EFA0CF
Tints of Lavender Pink #EFA0CF
RGB
CMYK
RGB Variations
Color information
#EFA0CF (or 0xEFA0CF) is known color: Lavender Pink. HEX triplet: EF, A0 and CF. RGB value is (239,160,207). Sum of RGB (Red+Green+Blue) = 239+160+207=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CF is #105F30. Grayscale: #BCBCBC. Windows color (decimal): -1072945 or 13607151. OLE color: 13607151.
HSL color Cylindrical-coordinate representation of color #EFA0CF: hue angle of 324.3º 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 #EFA0CF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 207 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.06 |
| HSL | 324.3º | 0.71% | 0.78% | - |
| HSV(B) | 324.3º | 0.33% | 0.94% | - |
| XYZ | 59.43 | 48 | 65.16 | - |
| YUV | 188.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 207 | 0 | 0.33 | 0.13 | 0.06 | 324.3 | 0.71 | 0.78 |
| Hex | EF | A0 | CF | 0 | 21 | D | 6 | 144 | 47 | 4E |
| Octal | 357 | 240 | 317 | 0 | 41 | 15 | 6 | 504 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11001111 | 0 | 100001 | 1101 | 110 | 101000100 | 1000111 | 1001110 |
Color Harmonies of #EFA0CF
Complementary color
Monochromatic Colors of #EFA0CF
Black with #EFA0CF
Text Example
Text Example
White with #EFA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0CF; }
p { color: rgb(239,160,207); }
H1.HeaderClassName
{
color: #EFA0CF;
}
.AnyTagClassName
{
color: #EFA0CF;
}
</style>
background-color css
<style>
a { background-color: #EFA0CF; }
a { background-color: rgb(239,160,207); }
div.DivClassName
{
background-color: #EFA0CF;
}
.BgClassName
{
background-color: #EFA0CF;
}
</style>
border-color css
<style>
span { border-color: #EFA0CF; }
span { border-color: rgb(239,160,207); }
td.TdClassName
{
border-color: #EFA0CF;
}
.TagClassName
{
border-color: #EFA0CF;
}
</style>