#E7A3EA

Color #E7A3EA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E7A3EA

Tints of Plum #E7A3EA

Color information

#E7A3EA (or 0xE7A3EA) is unknown color: approx Plum. HEX triplet: E7, A3 and EA. RGB value is (231,163,234). Sum of RGB (Red+Green+Blue) = 231+163+234=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7A3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A3EA is #185C15. Grayscale: #BFBFBF. Windows color (decimal): -1596438 or 15377383. OLE color: 15377383.

HSL color Cylindrical-coordinate representation of color #E7A3EA: hue angle of 297.46º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A3EA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231163234-
CMYK0.010.3000.08
HSL297.46º62.83%77.84%-
HSV(B)297.46º30.34%91.76%-
XYZ60.949.1284.11-
YUV191.43152.03156.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 163 (64.06% from 255) = 25.96%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=36.78%
G=25.96%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311632340.010.3000.08297.4662.8377.84
HexE7A3EA11E081293f4e
Octal34724335213601045177116
Binary111001111010001111101010111110010001001010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A3EA; }

 p { color: rgb(231,163,234); }

 H1.HeaderClassName
 {
   color: #E7A3EA;
 }
 .AnyTagClassName
 {
   color: #E7A3EA;
 }
</style>
background-color css

<style>
 a { background-color: #E7A3EA; }

 a { background-color: rgb(231,163,234); }

 div.DivClassName
 {
   background-color: #E7A3EA;
 }
 .BgClassName
 {
   background-color: #E7A3EA;
 }
</style>
border-color css

<style>
 span { border-color: #E7A3EA; }

 span { border-color: rgb(231,163,234); }

 td.TdClassName
 {
   border-color: #E7A3EA;
 }
 .TagClassName
 {
   border-color: #E7A3EA;
 }
</style>