Shades of Lavender Pink #EFA3CC
Tints of Lavender Pink #EFA3CC
RGB
CMYK
RGB Variations
Color information
#EFA3CC (or 0xEFA3CC) is known color: Lavender Pink. HEX triplet: EF, A3 and CC. RGB value is (239,163,204). Sum of RGB (Red+Green+Blue) = 239+163+204=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3CC is #105C33. Grayscale: #BEBEBE. Windows color (decimal): -1072180 or 13411311. OLE color: 13411311.
HSL color Cylindrical-coordinate representation of color #EFA3CC: hue angle of 327.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3CC is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 204 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.06 |
| HSL | 327.63º | 0.7% | 0.79% | - |
| HSV(B) | 327.63º | 0.32% | 0.94% | - |
| XYZ | 59.59 | 48.9 | 63.43 | - |
| YUV | 190.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 204 | 0 | 0.32 | 0.15 | 0.06 | 327.63 | 0.7 | 0.79 |
| Hex | EF | A3 | CC | 0 | 20 | F | 6 | 148 | 46 | 4F |
| Octal | 357 | 243 | 314 | 0 | 40 | 17 | 6 | 510 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11001100 | 0 | 100000 | 1111 | 110 | 101001000 | 1000110 | 1001111 |
Color Harmonies of #EFA3CC
Complementary color
Monochromatic Colors of #EFA3CC
Black with #EFA3CC
Text Example
Text Example
White with #EFA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3CC; }
p { color: rgb(239,163,204); }
H1.HeaderClassName
{
color: #EFA3CC;
}
.AnyTagClassName
{
color: #EFA3CC;
}
</style>
background-color css
<style>
a { background-color: #EFA3CC; }
a { background-color: rgb(239,163,204); }
div.DivClassName
{
background-color: #EFA3CC;
}
.BgClassName
{
background-color: #EFA3CC;
}
</style>
border-color css
<style>
span { border-color: #EFA3CC; }
span { border-color: rgb(239,163,204); }
td.TdClassName
{
border-color: #EFA3CC;
}
.TagClassName
{
border-color: #EFA3CC;
}
</style>