Shades of Lavender Pink #EFA9D2
Tints of Lavender Pink #EFA9D2
RGB
CMYK
RGB Variations
Color information
#EFA9D2 (or 0xEFA9D2) is known color: Lavender Pink. HEX triplet: EF, A9 and D2. RGB value is (239,169,210). Sum of RGB (Red+Green+Blue) = 239+169+210=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9D2 is #10562D. Grayscale: #C2C2C2. Windows color (decimal): -1070638 or 13806063. OLE color: 13806063.
HSL color Cylindrical-coordinate representation of color #EFA9D2: hue angle of 324.86º 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 #EFA9D2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 210 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.06 |
| HSL | 324.86º | 0.69% | 0.8% | - |
| HSV(B) | 324.86º | 0.29% | 0.94% | - |
| XYZ | 61.42 | 51.38 | 67.65 | - |
| YUV | 194.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 210 | 0 | 0.29 | 0.12 | 0.06 | 324.86 | 0.69 | 0.8 |
| Hex | EF | A9 | D2 | 0 | 1D | C | 6 | 145 | 45 | 50 |
| Octal | 357 | 251 | 322 | 0 | 35 | 14 | 6 | 505 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11010010 | 0 | 11101 | 1100 | 110 | 101000101 | 1000101 | 1010000 |
Color Harmonies of #EFA9D2
Complementary color
Monochromatic Colors of #EFA9D2
Black with #EFA9D2
Text Example
Text Example
White with #EFA9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9D2; }
p { color: rgb(239,169,210); }
H1.HeaderClassName
{
color: #EFA9D2;
}
.AnyTagClassName
{
color: #EFA9D2;
}
</style>
background-color css
<style>
a { background-color: #EFA9D2; }
a { background-color: rgb(239,169,210); }
div.DivClassName
{
background-color: #EFA9D2;
}
.BgClassName
{
background-color: #EFA9D2;
}
</style>
border-color css
<style>
span { border-color: #EFA9D2; }
span { border-color: rgb(239,169,210); }
td.TdClassName
{
border-color: #EFA9D2;
}
.TagClassName
{
border-color: #EFA9D2;
}
</style>