Shades of Plum #EFA8F3
Tints of Plum #EFA8F3
RGB
CMYK
RGB Variations
Color information
#EFA8F3 (or 0xEFA8F3) is known color: Plum. HEX triplet: EF, A8 and F3. RGB value is (239,168,243). Sum of RGB (Red+Green+Blue) = 239+168+243=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFA8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F3 is #10570C. Grayscale: #C5C5C5. Windows color (decimal): -1070861 or 15968495. OLE color: 15968495.
HSL color Cylindrical-coordinate representation of color #EFA8F3: hue angle of 296.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA8F3 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 168 | 243 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.05 |
| HSL | 296.8º | 0.76% | 0.81% | - |
| HSV(B) | 296.8º | 0.31% | 0.95% | - |
| XYZ | 65.78 | 52.83 | 91.52 | - |
| YUV | 197.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 243 | 0.02 | 0.31 | 0 | 0.05 | 296.8 | 0.76 | 0.81 |
| Hex | EF | A8 | F3 | 2 | 1F | 0 | 5 | 129 | 4C | 51 |
| Octal | 357 | 250 | 363 | 2 | 37 | 0 | 5 | 451 | 114 | 121 |
| Binary | 11101111 | 10101000 | 11110011 | 10 | 11111 | 0 | 101 | 100101001 | 1001100 | 1010001 |
Color Harmonies of #EFA8F3
Complementary color
Monochromatic Colors of #EFA8F3
Black with #EFA8F3
Text Example
Text Example
White with #EFA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8F3; }
p { color: rgb(239,168,243); }
H1.HeaderClassName
{
color: #EFA8F3;
}
.AnyTagClassName
{
color: #EFA8F3;
}
</style>
background-color css
<style>
a { background-color: #EFA8F3; }
a { background-color: rgb(239,168,243); }
div.DivClassName
{
background-color: #EFA8F3;
}
.BgClassName
{
background-color: #EFA8F3;
}
</style>
border-color css
<style>
span { border-color: #EFA8F3; }
span { border-color: rgb(239,168,243); }
td.TdClassName
{
border-color: #EFA8F3;
}
.TagClassName
{
border-color: #EFA8F3;
}
</style>