Shades of Lavender Pink #EFA7D4
Tints of Lavender Pink #EFA7D4
RGB
CMYK
RGB Variations
Color information
#EFA7D4 (or 0xEFA7D4) is known color: Lavender Pink. HEX triplet: EF, A7 and D4. RGB value is (239,167,212). Sum of RGB (Red+Green+Blue) = 239+167+212=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7D4 is #10582B. Grayscale: #C1C1C1. Windows color (decimal): -1071148 or 13936623. OLE color: 13936623.
HSL color Cylindrical-coordinate representation of color #EFA7D4: hue angle of 322.5º 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 #EFA7D4 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 212 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.06 |
| HSL | 322.5º | 0.69% | 0.8% | - |
| HSV(B) | 322.5º | 0.3% | 0.94% | - |
| XYZ | 61.3 | 50.74 | 68.85 | - |
| YUV | 193.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 212 | 0 | 0.30 | 0.11 | 0.06 | 322.5 | 0.69 | 0.8 |
| Hex | EF | A7 | D4 | 0 | 1E | B | 6 | 142 | 45 | 50 |
| Octal | 357 | 247 | 324 | 0 | 36 | 13 | 6 | 502 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11010100 | 0 | 11110 | 1011 | 110 | 101000010 | 1000101 | 1010000 |
Color Harmonies of #EFA7D4
Complementary color
Monochromatic Colors of #EFA7D4
Black with #EFA7D4
Text Example
Text Example
White with #EFA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7D4; }
p { color: rgb(239,167,212); }
H1.HeaderClassName
{
color: #EFA7D4;
}
.AnyTagClassName
{
color: #EFA7D4;
}
</style>
background-color css
<style>
a { background-color: #EFA7D4; }
a { background-color: rgb(239,167,212); }
div.DivClassName
{
background-color: #EFA7D4;
}
.BgClassName
{
background-color: #EFA7D4;
}
</style>
border-color css
<style>
span { border-color: #EFA7D4; }
span { border-color: rgb(239,167,212); }
td.TdClassName
{
border-color: #EFA7D4;
}
.TagClassName
{
border-color: #EFA7D4;
}
</style>