Shades of Plum #E7A1EF
Tints of Plum #E7A1EF
RGB
CMYK
RGB Variations
Color information
#E7A1EF (or 0xE7A1EF) is known color: Plum. HEX triplet: E7, A1 and EF. RGB value is (231,161,239). Sum of RGB (Red+Green+Blue) = 231+161+239=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7A1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A1EF is #185E10. Grayscale: #BEBEBE. Windows color (decimal): -1596945 or 15704551. OLE color: 15704551.
HSL color Cylindrical-coordinate representation of color #E7A1EF: hue angle of 293.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A1EF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 161 | 239 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.06 |
| HSL | 293.85º | 0.71% | 0.78% | - |
| HSV(B) | 293.85º | 0.33% | 0.94% | - |
| XYZ | 61.28 | 48.71 | 87.83 | - |
| YUV | 190.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 239 | 0.03 | 0.33 | 0 | 0.06 | 293.85 | 0.71 | 0.78 |
| Hex | E7 | A1 | EF | 3 | 21 | 0 | 6 | 126 | 47 | 4E |
| Octal | 347 | 241 | 357 | 3 | 41 | 0 | 6 | 446 | 107 | 116 |
| Binary | 11100111 | 10100001 | 11101111 | 11 | 100001 | 0 | 110 | 100100110 | 1000111 | 1001110 |
Color Harmonies of #E7A1EF
Complementary color
Monochromatic Colors of #E7A1EF
Black with #E7A1EF
Text Example
Text Example
White with #E7A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1EF; }
p { color: rgb(231,161,239); }
H1.HeaderClassName
{
color: #E7A1EF;
}
.AnyTagClassName
{
color: #E7A1EF;
}
</style>
background-color css
<style>
a { background-color: #E7A1EF; }
a { background-color: rgb(231,161,239); }
div.DivClassName
{
background-color: #E7A1EF;
}
.BgClassName
{
background-color: #E7A1EF;
}
</style>
border-color css
<style>
span { border-color: #E7A1EF; }
span { border-color: rgb(231,161,239); }
td.TdClassName
{
border-color: #E7A1EF;
}
.TagClassName
{
border-color: #E7A1EF;
}
</style>