Shades of Lavender Pink #EFA7D5
Tints of Lavender Pink #EFA7D5
RGB
CMYK
RGB Variations
Color information
#EFA7D5 (or 0xEFA7D5) is known color: Lavender Pink. HEX triplet: EF, A7 and D5. RGB value is (239,167,213). Sum of RGB (Red+Green+Blue) = 239+167+213=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7D5 is #10582A. Grayscale: #C1C1C1. Windows color (decimal): -1071147 or 14002159. OLE color: 14002159.
HSL color Cylindrical-coordinate representation of color #EFA7D5: hue angle of 321.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7D5 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 213 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.06 |
| HSL | 321.67º | 0.69% | 0.8% | - |
| HSV(B) | 321.67º | 0.3% | 0.94% | - |
| XYZ | 61.43 | 50.79 | 69.52 | - |
| YUV | 193.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 213 | 0 | 0.30 | 0.11 | 0.06 | 321.67 | 0.69 | 0.8 |
| Hex | EF | A7 | D5 | 0 | 1E | B | 6 | 142 | 45 | 50 |
| Octal | 357 | 247 | 325 | 0 | 36 | 13 | 6 | 502 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11010101 | 0 | 11110 | 1011 | 110 | 101000010 | 1000101 | 1010000 |
Color Harmonies of #EFA7D5
Complementary color
Monochromatic Colors of #EFA7D5
Black with #EFA7D5
Text Example
Text Example
White with #EFA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7D5; }
p { color: rgb(239,167,213); }
H1.HeaderClassName
{
color: #EFA7D5;
}
.AnyTagClassName
{
color: #EFA7D5;
}
</style>
background-color css
<style>
a { background-color: #EFA7D5; }
a { background-color: rgb(239,167,213); }
div.DivClassName
{
background-color: #EFA7D5;
}
.BgClassName
{
background-color: #EFA7D5;
}
</style>
border-color css
<style>
span { border-color: #EFA7D5; }
span { border-color: rgb(239,167,213); }
td.TdClassName
{
border-color: #EFA7D5;
}
.TagClassName
{
border-color: #EFA7D5;
}
</style>