Shades of Lavender Pink #EFA9CB
Tints of Lavender Pink #EFA9CB
RGB
CMYK
RGB Variations
Color information
#EFA9CB (or 0xEFA9CB) is known color: Lavender Pink. HEX triplet: EF, A9 and CB. RGB value is (239,169,203). Sum of RGB (Red+Green+Blue) = 239+169+203=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CB is #105634. Grayscale: #C1C1C1. Windows color (decimal): -1070645 or 13347311. OLE color: 13347311.
HSL color Cylindrical-coordinate representation of color #EFA9CB: hue angle of 330.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 #EFA9CB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 330.86º | 0.69% | 0.8% | - |
| HSV(B) | 330.86º | 0.29% | 0.94% | - |
| XYZ | 60.56 | 51.04 | 63.16 | - |
| YUV | 193.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 203 | 0 | 0.29 | 0.15 | 0.06 | 330.86 | 0.69 | 0.8 |
| Hex | EF | A9 | CB | 0 | 1D | F | 6 | 14B | 45 | 50 |
| Octal | 357 | 251 | 313 | 0 | 35 | 17 | 6 | 513 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11001011 | 0 | 11101 | 1111 | 110 | 101001011 | 1000101 | 1010000 |
Color Harmonies of #EFA9CB
Complementary color
Monochromatic Colors of #EFA9CB
Black with #EFA9CB
Text Example
Text Example
White with #EFA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9CB; }
p { color: rgb(239,169,203); }
H1.HeaderClassName
{
color: #EFA9CB;
}
.AnyTagClassName
{
color: #EFA9CB;
}
</style>
background-color css
<style>
a { background-color: #EFA9CB; }
a { background-color: rgb(239,169,203); }
div.DivClassName
{
background-color: #EFA9CB;
}
.BgClassName
{
background-color: #EFA9CB;
}
</style>
border-color css
<style>
span { border-color: #EFA9CB; }
span { border-color: rgb(239,169,203); }
td.TdClassName
{
border-color: #EFA9CB;
}
.TagClassName
{
border-color: #EFA9CB;
}
</style>