Shades of Plum #E7A3F3
Tints of Plum #E7A3F3
RGB
CMYK
RGB Variations
Color information
#E7A3F3 (or 0xE7A3F3) is known color: Plum. HEX triplet: E7, A3 and F3. RGB value is (231,163,243). Sum of RGB (Red+Green+Blue) = 231+163+243=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7A3F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A3F3 is #185C0C. Grayscale: #C0C0C0. Windows color (decimal): -1596429 or 15967207. OLE color: 15967207.
HSL color Cylindrical-coordinate representation of color #E7A3F3: hue angle of 291º 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 #E7A3F3 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 163 | 243 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.05 |
| HSL | 291º | 0.77% | 0.8% | - |
| HSV(B) | 291º | 0.33% | 0.95% | - |
| XYZ | 62.23 | 49.65 | 91.1 | - |
| YUV | 192.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 243 | 0.05 | 0.33 | 0 | 0.05 | 291 | 0.77 | 0.8 |
| Hex | E7 | A3 | F3 | 5 | 21 | 0 | 5 | 123 | 4D | 50 |
| Octal | 347 | 243 | 363 | 5 | 41 | 0 | 5 | 443 | 115 | 120 |
| Binary | 11100111 | 10100011 | 11110011 | 101 | 100001 | 0 | 101 | 100100011 | 1001101 | 1010000 |
Color Harmonies of #E7A3F3
Complementary color
Monochromatic Colors of #E7A3F3
Black with #E7A3F3
Text Example
Text Example
White with #E7A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3F3; }
p { color: rgb(231,163,243); }
H1.HeaderClassName
{
color: #E7A3F3;
}
.AnyTagClassName
{
color: #E7A3F3;
}
</style>
background-color css
<style>
a { background-color: #E7A3F3; }
a { background-color: rgb(231,163,243); }
div.DivClassName
{
background-color: #E7A3F3;
}
.BgClassName
{
background-color: #E7A3F3;
}
</style>
border-color css
<style>
span { border-color: #E7A3F3; }
span { border-color: rgb(231,163,243); }
td.TdClassName
{
border-color: #E7A3F3;
}
.TagClassName
{
border-color: #E7A3F3;
}
</style>