Shades of Lavender Pink #EFA9D5
Tints of Lavender Pink #EFA9D5
RGB
CMYK
RGB Variations
Color information
#EFA9D5 (or 0xEFA9D5) is known color: Lavender Pink. HEX triplet: EF, A9 and D5. RGB value is (239,169,213). Sum of RGB (Red+Green+Blue) = 239+169+213=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9D5 is #10562A. Grayscale: #C2C2C2. Windows color (decimal): -1070635 or 14002671. OLE color: 14002671.
HSL color Cylindrical-coordinate representation of color #EFA9D5: hue angle of 322.29º 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 #EFA9D5 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 213 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.06 |
| HSL | 322.29º | 0.69% | 0.8% | - |
| HSV(B) | 322.29º | 0.29% | 0.94% | - |
| XYZ | 61.79 | 51.53 | 69.64 | - |
| YUV | 194.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 213 | 0 | 0.29 | 0.11 | 0.06 | 322.29 | 0.69 | 0.8 |
| Hex | EF | A9 | D5 | 0 | 1D | B | 6 | 142 | 45 | 50 |
| Octal | 357 | 251 | 325 | 0 | 35 | 13 | 6 | 502 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11010101 | 0 | 11101 | 1011 | 110 | 101000010 | 1000101 | 1010000 |
Color Harmonies of #EFA9D5
Complementary color
Monochromatic Colors of #EFA9D5
Black with #EFA9D5
Text Example
Text Example
White with #EFA9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9D5; }
p { color: rgb(239,169,213); }
H1.HeaderClassName
{
color: #EFA9D5;
}
.AnyTagClassName
{
color: #EFA9D5;
}
</style>
background-color css
<style>
a { background-color: #EFA9D5; }
a { background-color: rgb(239,169,213); }
div.DivClassName
{
background-color: #EFA9D5;
}
.BgClassName
{
background-color: #EFA9D5;
}
</style>
border-color css
<style>
span { border-color: #EFA9D5; }
span { border-color: rgb(239,169,213); }
td.TdClassName
{
border-color: #EFA9D5;
}
.TagClassName
{
border-color: #EFA9D5;
}
</style>