Shades of Lavender Pink #EFA9D0
Tints of Lavender Pink #EFA9D0
RGB
CMYK
RGB Variations
Color information
#EFA9D0 (or 0xEFA9D0) is known color: Lavender Pink. HEX triplet: EF, A9 and D0. RGB value is (239,169,208). Sum of RGB (Red+Green+Blue) = 239+169+208=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9D0 is #10562F. Grayscale: #C2C2C2. Windows color (decimal): -1070640 or 13674991. OLE color: 13674991.
HSL color Cylindrical-coordinate representation of color #EFA9D0: hue angle of 326.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9D0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 208 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.06 |
| HSL | 326.57º | 0.69% | 0.8% | - |
| HSV(B) | 326.57º | 0.29% | 0.94% | - |
| XYZ | 61.17 | 51.28 | 66.35 | - |
| YUV | 194.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 208 | 0 | 0.29 | 0.13 | 0.06 | 326.57 | 0.69 | 0.8 |
| Hex | EF | A9 | D0 | 0 | 1D | D | 6 | 147 | 45 | 50 |
| Octal | 357 | 251 | 320 | 0 | 35 | 15 | 6 | 507 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11010000 | 0 | 11101 | 1101 | 110 | 101000111 | 1000101 | 1010000 |
Color Harmonies of #EFA9D0
Complementary color
Monochromatic Colors of #EFA9D0
Black with #EFA9D0
Text Example
Text Example
White with #EFA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9D0; }
p { color: rgb(239,169,208); }
H1.HeaderClassName
{
color: #EFA9D0;
}
.AnyTagClassName
{
color: #EFA9D0;
}
</style>
background-color css
<style>
a { background-color: #EFA9D0; }
a { background-color: rgb(239,169,208); }
div.DivClassName
{
background-color: #EFA9D0;
}
.BgClassName
{
background-color: #EFA9D0;
}
</style>
border-color css
<style>
span { border-color: #EFA9D0; }
span { border-color: rgb(239,169,208); }
td.TdClassName
{
border-color: #EFA9D0;
}
.TagClassName
{
border-color: #EFA9D0;
}
</style>