Shades of Lavender Pink #EFA4D1
Tints of Lavender Pink #EFA4D1
RGB
CMYK
RGB Variations
Color information
#EFA4D1 (or 0xEFA4D1) is known color: Lavender Pink. HEX triplet: EF, A4 and D1. RGB value is (239,164,209). Sum of RGB (Red+Green+Blue) = 239+164+209=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D1 is #105B2E. Grayscale: #BFBFBF. Windows color (decimal): -1071919 or 13739247. OLE color: 13739247.
HSL color Cylindrical-coordinate representation of color #EFA4D1: hue angle of 324º 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 #EFA4D1 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 209 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.06 |
| HSL | 324º | 0.7% | 0.79% | - |
| HSV(B) | 324º | 0.31% | 0.94% | - |
| XYZ | 60.38 | 49.51 | 66.69 | - |
| YUV | 191.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 209 | 0 | 0.31 | 0.13 | 0.06 | 324 | 0.7 | 0.79 |
| Hex | EF | A4 | D1 | 0 | 1F | D | 6 | 144 | 46 | 4F |
| Octal | 357 | 244 | 321 | 0 | 37 | 15 | 6 | 504 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11010001 | 0 | 11111 | 1101 | 110 | 101000100 | 1000110 | 1001111 |
Color Harmonies of #EFA4D1
Complementary color
Monochromatic Colors of #EFA4D1
Black with #EFA4D1
Text Example
Text Example
White with #EFA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4D1; }
p { color: rgb(239,164,209); }
H1.HeaderClassName
{
color: #EFA4D1;
}
.AnyTagClassName
{
color: #EFA4D1;
}
</style>
background-color css
<style>
a { background-color: #EFA4D1; }
a { background-color: rgb(239,164,209); }
div.DivClassName
{
background-color: #EFA4D1;
}
.BgClassName
{
background-color: #EFA4D1;
}
</style>
border-color css
<style>
span { border-color: #EFA4D1; }
span { border-color: rgb(239,164,209); }
td.TdClassName
{
border-color: #EFA4D1;
}
.TagClassName
{
border-color: #EFA4D1;
}
</style>