Shades of Plum #EFACF3
Tints of Plum #EFACF3
RGB
CMYK
RGB Variations
Color information
#EFACF3 (or 0xEFACF3) is known color: Plum. HEX triplet: EF, AC and F3. RGB value is (239,172,243). Sum of RGB (Red+Green+Blue) = 239+172+243=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF3 is #10530C. Grayscale: #C7C7C7. Windows color (decimal): -1069837 or 15969519. OLE color: 15969519.
HSL color Cylindrical-coordinate representation of color #EFACF3: hue angle of 296.62º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFACF3 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 172 | 243 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.05 |
| HSL | 296.62º | 0.75% | 0.81% | - |
| HSV(B) | 296.62º | 0.29% | 0.95% | - |
| XYZ | 66.53 | 54.33 | 91.77 | - |
| YUV | 200.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 243 | 0.02 | 0.29 | 0 | 0.05 | 296.62 | 0.75 | 0.81 |
| Hex | EF | AC | F3 | 2 | 1D | 0 | 5 | 129 | 4B | 51 |
| Octal | 357 | 254 | 363 | 2 | 35 | 0 | 5 | 451 | 113 | 121 |
| Binary | 11101111 | 10101100 | 11110011 | 10 | 11101 | 0 | 101 | 100101001 | 1001011 | 1010001 |
Color Harmonies of #EFACF3
Complementary color
Monochromatic Colors of #EFACF3
Black with #EFACF3
Text Example
Text Example
White with #EFACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACF3; }
p { color: rgb(239,172,243); }
H1.HeaderClassName
{
color: #EFACF3;
}
.AnyTagClassName
{
color: #EFACF3;
}
</style>
background-color css
<style>
a { background-color: #EFACF3; }
a { background-color: rgb(239,172,243); }
div.DivClassName
{
background-color: #EFACF3;
}
.BgClassName
{
background-color: #EFACF3;
}
</style>
border-color css
<style>
span { border-color: #EFACF3; }
span { border-color: rgb(239,172,243); }
td.TdClassName
{
border-color: #EFACF3;
}
.TagClassName
{
border-color: #EFACF3;
}
</style>