Shades of Lavender Pink #EFA3D1
Tints of Lavender Pink #EFA3D1
RGB
CMYK
RGB Variations
Color information
#EFA3D1 (or 0xEFA3D1) is known color: Lavender Pink. HEX triplet: EF, A3 and D1. RGB value is (239,163,209). Sum of RGB (Red+Green+Blue) = 239+163+209=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3D1 is #105C2E. Grayscale: #BEBEBE. Windows color (decimal): -1072175 or 13738991. OLE color: 13738991.
HSL color Cylindrical-coordinate representation of color #EFA3D1: hue angle of 323.68º degrees, saturation: 0.7, 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 #EFA3D1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 209 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.06 |
| HSL | 323.68º | 0.7% | 0.79% | - |
| HSV(B) | 323.68º | 0.32% | 0.94% | - |
| XYZ | 60.2 | 49.15 | 66.64 | - |
| YUV | 190.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 209 | 0 | 0.32 | 0.13 | 0.06 | 323.68 | 0.7 | 0.79 |
| Hex | EF | A3 | D1 | 0 | 20 | D | 6 | 144 | 46 | 4F |
| Octal | 357 | 243 | 321 | 0 | 40 | 15 | 6 | 504 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11010001 | 0 | 100000 | 1101 | 110 | 101000100 | 1000110 | 1001111 |
Color Harmonies of #EFA3D1
Complementary color
Monochromatic Colors of #EFA3D1
Black with #EFA3D1
Text Example
Text Example
White with #EFA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3D1; }
p { color: rgb(239,163,209); }
H1.HeaderClassName
{
color: #EFA3D1;
}
.AnyTagClassName
{
color: #EFA3D1;
}
</style>
background-color css
<style>
a { background-color: #EFA3D1; }
a { background-color: rgb(239,163,209); }
div.DivClassName
{
background-color: #EFA3D1;
}
.BgClassName
{
background-color: #EFA3D1;
}
</style>
border-color css
<style>
span { border-color: #EFA3D1; }
span { border-color: rgb(239,163,209); }
td.TdClassName
{
border-color: #EFA3D1;
}
.TagClassName
{
border-color: #EFA3D1;
}
</style>