Shades of Plum #EFA2F7
Tints of Plum #EFA2F7
RGB
CMYK
RGB Variations
Color information
#EFA2F7 (or 0xEFA2F7) is known color: Plum. HEX triplet: EF, A2 and F7. RGB value is (239,162,247). Sum of RGB (Red+Green+Blue) = 239+162+247=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2F7 is #105D08. Grayscale: #C2C2C2. Windows color (decimal): -1072393 or 16229103. OLE color: 16229103.
HSL color Cylindrical-coordinate representation of color #EFA2F7: hue angle of 294.35º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA2F7 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 162 | 247 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.03 |
| HSL | 294.35º | 0.84% | 0.8% | - |
| HSV(B) | 294.35º | 0.34% | 0.97% | - |
| XYZ | 65.31 | 50.91 | 94.38 | - |
| YUV | 194.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 247 | 0.03 | 0.34 | 0 | 0.03 | 294.35 | 0.84 | 0.8 |
| Hex | EF | A2 | F7 | 3 | 22 | 0 | 3 | 126 | 54 | 50 |
| Octal | 357 | 242 | 367 | 3 | 42 | 0 | 3 | 446 | 124 | 120 |
| Binary | 11101111 | 10100010 | 11110111 | 11 | 100010 | 0 | 11 | 100100110 | 1010100 | 1010000 |
Color Harmonies of #EFA2F7
Complementary color
Monochromatic Colors of #EFA2F7
Black with #EFA2F7
Text Example
Text Example
White with #EFA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2F7; }
p { color: rgb(239,162,247); }
H1.HeaderClassName
{
color: #EFA2F7;
}
.AnyTagClassName
{
color: #EFA2F7;
}
</style>
background-color css
<style>
a { background-color: #EFA2F7; }
a { background-color: rgb(239,162,247); }
div.DivClassName
{
background-color: #EFA2F7;
}
.BgClassName
{
background-color: #EFA2F7;
}
</style>
border-color css
<style>
span { border-color: #EFA2F7; }
span { border-color: rgb(239,162,247); }
td.TdClassName
{
border-color: #EFA2F7;
}
.TagClassName
{
border-color: #EFA2F7;
}
</style>