Shades of Plum #EFAAEF
Tints of Plum #EFAAEF
RGB
CMYK
RGB Variations
Color information
#EFAAEF (or 0xEFAAEF) is known color: Plum. HEX triplet: EF, AA and EF. RGB value is (239,170,239). Sum of RGB (Red+Green+Blue) = 239+170+239=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEF is #105510. Grayscale: #C6C6C6. Windows color (decimal): -1070353 or 15706863. OLE color: 15706863.
HSL color Cylindrical-coordinate representation of color #EFAAEF: hue angle of 300º 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 #EFAAEF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 239 | - |
| CMYK | 0 | 0.29 | 0 | 0.06 |
| HSL | 300º | 0.68% | 0.8% | - |
| HSV(B) | 300º | 0.29% | 0.94% | - |
| XYZ | 65.55 | 53.33 | 88.5 | - |
| YUV | 198.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 239 | 0 | 0.29 | 0 | 0.06 | 300 | 0.68 | 0.8 |
| Hex | EF | AA | EF | 0 | 1D | 0 | 6 | 12C | 44 | 50 |
| Octal | 357 | 252 | 357 | 0 | 35 | 0 | 6 | 454 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11101111 | 0 | 11101 | 0 | 110 | 100101100 | 1000100 | 1010000 |
Color Harmonies of #EFAAEF
Complementary color
Monochromatic Colors of #EFAAEF
Black with #EFAAEF
Text Example
Text Example
White with #EFAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAEF; }
p { color: rgb(239,170,239); }
H1.HeaderClassName
{
color: #EFAAEF;
}
.AnyTagClassName
{
color: #EFAAEF;
}
</style>
background-color css
<style>
a { background-color: #EFAAEF; }
a { background-color: rgb(239,170,239); }
div.DivClassName
{
background-color: #EFAAEF;
}
.BgClassName
{
background-color: #EFAAEF;
}
</style>
border-color css
<style>
span { border-color: #EFAAEF; }
span { border-color: rgb(239,170,239); }
td.TdClassName
{
border-color: #EFAAEF;
}
.TagClassName
{
border-color: #EFAAEF;
}
</style>