Shades of Lavender Pink #EFA6CC
Tints of Lavender Pink #EFA6CC
RGB
CMYK
RGB Variations
Color information
#EFA6CC (or 0xEFA6CC) is known color: Lavender Pink. HEX triplet: EF, A6 and CC. RGB value is (239,166,204). Sum of RGB (Red+Green+Blue) = 239+166+204=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6CC is #105933. Grayscale: #C0C0C0. Windows color (decimal): -1071412 or 13412079. OLE color: 13412079.
HSL color Cylindrical-coordinate representation of color #EFA6CC: hue angle of 328.77º 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 #EFA6CC is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 204 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.06 |
| HSL | 328.77º | 0.7% | 0.79% | - |
| HSV(B) | 328.77º | 0.31% | 0.94% | - |
| XYZ | 60.13 | 49.98 | 63.61 | - |
| YUV | 192.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 204 | 0 | 0.31 | 0.15 | 0.06 | 328.77 | 0.7 | 0.79 |
| Hex | EF | A6 | CC | 0 | 1F | F | 6 | 149 | 46 | 4F |
| Octal | 357 | 246 | 314 | 0 | 37 | 17 | 6 | 511 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11001100 | 0 | 11111 | 1111 | 110 | 101001001 | 1000110 | 1001111 |
Color Harmonies of #EFA6CC
Complementary color
Monochromatic Colors of #EFA6CC
Black with #EFA6CC
Text Example
Text Example
White with #EFA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6CC; }
p { color: rgb(239,166,204); }
H1.HeaderClassName
{
color: #EFA6CC;
}
.AnyTagClassName
{
color: #EFA6CC;
}
</style>
background-color css
<style>
a { background-color: #EFA6CC; }
a { background-color: rgb(239,166,204); }
div.DivClassName
{
background-color: #EFA6CC;
}
.BgClassName
{
background-color: #EFA6CC;
}
</style>
border-color css
<style>
span { border-color: #EFA6CC; }
span { border-color: rgb(239,166,204); }
td.TdClassName
{
border-color: #EFA6CC;
}
.TagClassName
{
border-color: #EFA6CC;
}
</style>