Shades of Plum #EFAAF2
Tints of Plum #EFAAF2
RGB
CMYK
RGB Variations
Color information
#EFAAF2 (or 0xEFAAF2) is known color: Plum. HEX triplet: EF, AA and F2. RGB value is (239,170,242). Sum of RGB (Red+Green+Blue) = 239+170+242=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAF2 is #10550D. Grayscale: #C6C6C6. Windows color (decimal): -1070350 or 15903471. OLE color: 15903471.
HSL color Cylindrical-coordinate representation of color #EFAAF2: hue angle of 297.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFAAF2 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 170 | 242 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.05 |
| HSL | 297.5º | 0.73% | 0.81% | - |
| HSV(B) | 297.5º | 0.3% | 0.95% | - |
| XYZ | 66 | 53.51 | 90.85 | - |
| YUV | 198.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 242 | 0.01 | 0.30 | 0 | 0.05 | 297.5 | 0.73 | 0.81 |
| Hex | EF | AA | F2 | 1 | 1E | 0 | 5 | 12A | 49 | 51 |
| Octal | 357 | 252 | 362 | 1 | 36 | 0 | 5 | 452 | 111 | 121 |
| Binary | 11101111 | 10101010 | 11110010 | 1 | 11110 | 0 | 101 | 100101010 | 1001001 | 1010001 |
Color Harmonies of #EFAAF2
Complementary color
Monochromatic Colors of #EFAAF2
Black with #EFAAF2
Text Example
Text Example
White with #EFAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAF2; }
p { color: rgb(239,170,242); }
H1.HeaderClassName
{
color: #EFAAF2;
}
.AnyTagClassName
{
color: #EFAAF2;
}
</style>
background-color css
<style>
a { background-color: #EFAAF2; }
a { background-color: rgb(239,170,242); }
div.DivClassName
{
background-color: #EFAAF2;
}
.BgClassName
{
background-color: #EFAAF2;
}
</style>
border-color css
<style>
span { border-color: #EFAAF2; }
span { border-color: rgb(239,170,242); }
td.TdClassName
{
border-color: #EFAAF2;
}
.TagClassName
{
border-color: #EFAAF2;
}
</style>