Shades of Lavender Pink #EFAACC
Tints of Lavender Pink #EFAACC
RGB
CMYK
RGB Variations
Color information
#EFAACC (or 0xEFAACC) is known color: Lavender Pink. HEX triplet: EF, AA and CC. RGB value is (239,170,204). Sum of RGB (Red+Green+Blue) = 239+170+204=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACC is #105533. Grayscale: #C2C2C2. Windows color (decimal): -1070388 or 13413103. OLE color: 13413103.
HSL color Cylindrical-coordinate representation of color #EFAACC: hue angle of 330.43º degrees, saturation: 0.68, 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 #EFAACC is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 204 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 330.43º | 0.68% | 0.8% | - |
| HSV(B) | 330.43º | 0.29% | 0.94% | - |
| XYZ | 60.87 | 51.46 | 63.85 | - |
| YUV | 194.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 204 | 0 | 0.29 | 0.15 | 0.06 | 330.43 | 0.68 | 0.8 |
| Hex | EF | AA | CC | 0 | 1D | F | 6 | 14A | 44 | 50 |
| Octal | 357 | 252 | 314 | 0 | 35 | 17 | 6 | 512 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11001100 | 0 | 11101 | 1111 | 110 | 101001010 | 1000100 | 1010000 |
Color Harmonies of #EFAACC
Complementary color
Monochromatic Colors of #EFAACC
Black with #EFAACC
Text Example
Text Example
White with #EFAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAACC; }
p { color: rgb(239,170,204); }
H1.HeaderClassName
{
color: #EFAACC;
}
.AnyTagClassName
{
color: #EFAACC;
}
</style>
background-color css
<style>
a { background-color: #EFAACC; }
a { background-color: rgb(239,170,204); }
div.DivClassName
{
background-color: #EFAACC;
}
.BgClassName
{
background-color: #EFAACC;
}
</style>
border-color css
<style>
span { border-color: #EFAACC; }
span { border-color: rgb(239,170,204); }
td.TdClassName
{
border-color: #EFAACC;
}
.TagClassName
{
border-color: #EFAACC;
}
</style>