#E4A3EA

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

Shades of Plum #E4A3EA

Tints of Plum #E4A3EA

Color information

#E4A3EA (or 0xE4A3EA) is unknown color: approx Plum. HEX triplet: E4, A3 and EA. RGB value is (228,163,234). Sum of RGB (Red+Green+Blue) = 228+163+234=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A3EA is #1B5C15. Grayscale: #BEBEBE. Windows color (decimal): -1793046 or 15377380. OLE color: 15377380.

HSL color Cylindrical-coordinate representation of color #E4A3EA: hue angle of 294.93º 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 #E4A3EA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228163234-
CMYK0.030.3000.08
HSL294.93º62.83%77.84%-
HSV(B)294.93º30.34%91.76%-
XYZ59.9448.6384.07-
YUV190.53152.53154.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.48%
GREEN value IS 163 (64.06% from 255) = 26.08%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=36.48%
G=26.08%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281632340.030.3000.08294.9362.8377.84
HexE4A3EA31E081273f4e
Octal34424335233601044777116
Binary1110010010100011111010101111110010001001001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A3EA; }

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

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

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

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

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

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

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

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