Shades of Lavender Pink #EFA6D0
Tints of Lavender Pink #EFA6D0
RGB
CMYK
RGB Variations
Color information
#EFA6D0 (or 0xEFA6D0) is known color: Lavender Pink. HEX triplet: EF, A6 and D0. RGB value is (239,166,208). Sum of RGB (Red+Green+Blue) = 239+166+208=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D0 is #10592F. Grayscale: #C0C0C0. Windows color (decimal): -1071408 or 13674223. OLE color: 13674223.
HSL color Cylindrical-coordinate representation of color #EFA6D0: hue angle of 325.48º 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 #EFA6D0 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 208 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.06 |
| HSL | 325.48º | 0.7% | 0.79% | - |
| HSV(B) | 325.48º | 0.31% | 0.94% | - |
| XYZ | 60.62 | 50.18 | 66.16 | - |
| YUV | 192.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 208 | 0 | 0.31 | 0.13 | 0.06 | 325.48 | 0.7 | 0.79 |
| Hex | EF | A6 | D0 | 0 | 1F | D | 6 | 145 | 46 | 4F |
| Octal | 357 | 246 | 320 | 0 | 37 | 15 | 6 | 505 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11010000 | 0 | 11111 | 1101 | 110 | 101000101 | 1000110 | 1001111 |
Color Harmonies of #EFA6D0
Complementary color
Monochromatic Colors of #EFA6D0
Black with #EFA6D0
Text Example
Text Example
White with #EFA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6D0; }
p { color: rgb(239,166,208); }
H1.HeaderClassName
{
color: #EFA6D0;
}
.AnyTagClassName
{
color: #EFA6D0;
}
</style>
background-color css
<style>
a { background-color: #EFA6D0; }
a { background-color: rgb(239,166,208); }
div.DivClassName
{
background-color: #EFA6D0;
}
.BgClassName
{
background-color: #EFA6D0;
}
</style>
border-color css
<style>
span { border-color: #EFA6D0; }
span { border-color: rgb(239,166,208); }
td.TdClassName
{
border-color: #EFA6D0;
}
.TagClassName
{
border-color: #EFA6D0;
}
</style>