Shades of Lavender Pink #EFA6CB
Tints of Lavender Pink #EFA6CB
RGB
CMYK
RGB Variations
Color information
#EFA6CB (or 0xEFA6CB) is known color: Lavender Pink. HEX triplet: EF, A6 and CB. RGB value is (239,166,203). Sum of RGB (Red+Green+Blue) = 239+166+203=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6CB is #105934. Grayscale: #BFBFBF. Windows color (decimal): -1071413 or 13346543. OLE color: 13346543.
HSL color Cylindrical-coordinate representation of color #EFA6CB: hue angle of 329.59º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6CB is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 203 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.06 |
| HSL | 329.59º | 0.7% | 0.79% | - |
| HSV(B) | 329.59º | 0.31% | 0.94% | - |
| XYZ | 60.01 | 49.93 | 62.98 | - |
| YUV | 192.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 203 | 0 | 0.31 | 0.15 | 0.06 | 329.59 | 0.7 | 0.79 |
| Hex | EF | A6 | CB | 0 | 1F | F | 6 | 14A | 46 | 4F |
| Octal | 357 | 246 | 313 | 0 | 37 | 17 | 6 | 512 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11001011 | 0 | 11111 | 1111 | 110 | 101001010 | 1000110 | 1001111 |
Color Harmonies of #EFA6CB
Complementary color
Monochromatic Colors of #EFA6CB
Black with #EFA6CB
Text Example
Text Example
White with #EFA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6CB; }
p { color: rgb(239,166,203); }
H1.HeaderClassName
{
color: #EFA6CB;
}
.AnyTagClassName
{
color: #EFA6CB;
}
</style>
background-color css
<style>
a { background-color: #EFA6CB; }
a { background-color: rgb(239,166,203); }
div.DivClassName
{
background-color: #EFA6CB;
}
.BgClassName
{
background-color: #EFA6CB;
}
</style>
border-color css
<style>
span { border-color: #EFA6CB; }
span { border-color: rgb(239,166,203); }
td.TdClassName
{
border-color: #EFA6CB;
}
.TagClassName
{
border-color: #EFA6CB;
}
</style>