Shades of Plum #E8A4F3
Tints of Plum #E8A4F3
RGB
CMYK
RGB Variations
Color information
#E8A4F3 (or 0xE8A4F3) is known color: Plum. HEX triplet: E8, A4 and F3. RGB value is (232,164,243). Sum of RGB (Red+Green+Blue) = 232+164+243=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8A4F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4F3 is #175B0C. Grayscale: #C1C1C1. Windows color (decimal): -1530637 or 15967464. OLE color: 15967464.
HSL color Cylindrical-coordinate representation of color #E8A4F3: hue angle of 291.65º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8A4F3 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 164 | 243 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.05 |
| HSL | 291.65º | 0.77% | 0.8% | - |
| HSV(B) | 291.65º | 0.33% | 0.95% | - |
| XYZ | 62.73 | 50.18 | 91.17 | - |
| YUV | 193.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 243 | 0.05 | 0.33 | 0 | 0.05 | 291.65 | 0.77 | 0.8 |
| Hex | E8 | A4 | F3 | 5 | 21 | 0 | 5 | 124 | 4D | 50 |
| Octal | 350 | 244 | 363 | 5 | 41 | 0 | 5 | 444 | 115 | 120 |
| Binary | 11101000 | 10100100 | 11110011 | 101 | 100001 | 0 | 101 | 100100100 | 1001101 | 1010000 |
Color Harmonies of #E8A4F3
Complementary color
Monochromatic Colors of #E8A4F3
Black with #E8A4F3
Text Example
Text Example
White with #E8A4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A4F3; }
p { color: rgb(232,164,243); }
H1.HeaderClassName
{
color: #E8A4F3;
}
.AnyTagClassName
{
color: #E8A4F3;
}
</style>
background-color css
<style>
a { background-color: #E8A4F3; }
a { background-color: rgb(232,164,243); }
div.DivClassName
{
background-color: #E8A4F3;
}
.BgClassName
{
background-color: #E8A4F3;
}
</style>
border-color css
<style>
span { border-color: #E8A4F3; }
span { border-color: rgb(232,164,243); }
td.TdClassName
{
border-color: #E8A4F3;
}
.TagClassName
{
border-color: #E8A4F3;
}
</style>