Shades of Plum #E7A3F1
Tints of Plum #E7A3F1
RGB
CMYK
RGB Variations
Color information
#E7A3F1 (or 0xE7A3F1) is known color: Plum. HEX triplet: E7, A3 and F1. RGB value is (231,163,241). Sum of RGB (Red+Green+Blue) = 231+163+241=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7A3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A3F1 is #185C0E. Grayscale: #BFBFBF. Windows color (decimal): -1596431 or 15836135. OLE color: 15836135.
HSL color Cylindrical-coordinate representation of color #E7A3F1: hue angle of 292.31º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A3F1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 163 | 241 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.05 |
| HSL | 292.31º | 0.74% | 0.79% | - |
| HSV(B) | 292.31º | 0.32% | 0.95% | - |
| XYZ | 61.93 | 49.53 | 89.52 | - |
| YUV | 192.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 241 | 0.04 | 0.32 | 0 | 0.05 | 292.31 | 0.74 | 0.79 |
| Hex | E7 | A3 | F1 | 4 | 20 | 0 | 5 | 124 | 4A | 4F |
| Octal | 347 | 243 | 361 | 4 | 40 | 0 | 5 | 444 | 112 | 117 |
| Binary | 11100111 | 10100011 | 11110001 | 100 | 100000 | 0 | 101 | 100100100 | 1001010 | 1001111 |
Color Harmonies of #E7A3F1
Complementary color
Monochromatic Colors of #E7A3F1
Black with #E7A3F1
Text Example
Text Example
White with #E7A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3F1; }
p { color: rgb(231,163,241); }
H1.HeaderClassName
{
color: #E7A3F1;
}
.AnyTagClassName
{
color: #E7A3F1;
}
</style>
background-color css
<style>
a { background-color: #E7A3F1; }
a { background-color: rgb(231,163,241); }
div.DivClassName
{
background-color: #E7A3F1;
}
.BgClassName
{
background-color: #E7A3F1;
}
</style>
border-color css
<style>
span { border-color: #E7A3F1; }
span { border-color: rgb(231,163,241); }
td.TdClassName
{
border-color: #E7A3F1;
}
.TagClassName
{
border-color: #E7A3F1;
}
</style>