Shades of Lavender Pink #EFA8D4
Tints of Lavender Pink #EFA8D4
RGB
CMYK
RGB Variations
Color information
#EFA8D4 (or 0xEFA8D4) is known color: Lavender Pink. HEX triplet: EF, A8 and D4. RGB value is (239,168,212). Sum of RGB (Red+Green+Blue) = 239+168+212=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8D4 is #10572B. Grayscale: #C2C2C2. Windows color (decimal): -1070892 or 13936879. OLE color: 13936879.
HSL color Cylindrical-coordinate representation of color #EFA8D4: hue angle of 322.82º 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 #EFA8D4 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 212 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.06 |
| HSL | 322.82º | 0.69% | 0.8% | - |
| HSV(B) | 322.82º | 0.3% | 0.94% | - |
| XYZ | 61.48 | 51.11 | 68.91 | - |
| YUV | 194.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 212 | 0 | 0.30 | 0.11 | 0.06 | 322.82 | 0.69 | 0.8 |
| Hex | EF | A8 | D4 | 0 | 1E | B | 6 | 143 | 45 | 50 |
| Octal | 357 | 250 | 324 | 0 | 36 | 13 | 6 | 503 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11010100 | 0 | 11110 | 1011 | 110 | 101000011 | 1000101 | 1010000 |
Color Harmonies of #EFA8D4
Complementary color
Monochromatic Colors of #EFA8D4
Black with #EFA8D4
Text Example
Text Example
White with #EFA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8D4; }
p { color: rgb(239,168,212); }
H1.HeaderClassName
{
color: #EFA8D4;
}
.AnyTagClassName
{
color: #EFA8D4;
}
</style>
background-color css
<style>
a { background-color: #EFA8D4; }
a { background-color: rgb(239,168,212); }
div.DivClassName
{
background-color: #EFA8D4;
}
.BgClassName
{
background-color: #EFA8D4;
}
</style>
border-color css
<style>
span { border-color: #EFA8D4; }
span { border-color: rgb(239,168,212); }
td.TdClassName
{
border-color: #EFA8D4;
}
.TagClassName
{
border-color: #EFA8D4;
}
</style>