Shades of Lavender Pink #EFA1D2
Tints of Lavender Pink #EFA1D2
RGB
CMYK
RGB Variations
Color information
#EFA1D2 (or 0xEFA1D2) is known color: Lavender Pink. HEX triplet: EF, A1 and D2. RGB value is (239,161,210). Sum of RGB (Red+Green+Blue) = 239+161+210=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1D2 is #105E2D. Grayscale: #BDBDBD. Windows color (decimal): -1072686 or 13804015. OLE color: 13804015.
HSL color Cylindrical-coordinate representation of color #EFA1D2: hue angle of 322.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1D2 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 210 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.06 |
| HSL | 322.31º | 0.71% | 0.78% | - |
| HSV(B) | 322.31º | 0.33% | 0.94% | - |
| XYZ | 59.97 | 48.49 | 67.17 | - |
| YUV | 189.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 210 | 0 | 0.33 | 0.12 | 0.06 | 322.31 | 0.71 | 0.78 |
| Hex | EF | A1 | D2 | 0 | 21 | C | 6 | 142 | 47 | 4E |
| Octal | 357 | 241 | 322 | 0 | 41 | 14 | 6 | 502 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11010010 | 0 | 100001 | 1100 | 110 | 101000010 | 1000111 | 1001110 |
Color Harmonies of #EFA1D2
Complementary color
Monochromatic Colors of #EFA1D2
Black with #EFA1D2
Text Example
Text Example
White with #EFA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1D2; }
p { color: rgb(239,161,210); }
H1.HeaderClassName
{
color: #EFA1D2;
}
.AnyTagClassName
{
color: #EFA1D2;
}
</style>
background-color css
<style>
a { background-color: #EFA1D2; }
a { background-color: rgb(239,161,210); }
div.DivClassName
{
background-color: #EFA1D2;
}
.BgClassName
{
background-color: #EFA1D2;
}
</style>
border-color css
<style>
span { border-color: #EFA1D2; }
span { border-color: rgb(239,161,210); }
td.TdClassName
{
border-color: #EFA1D2;
}
.TagClassName
{
border-color: #EFA1D2;
}
</style>