#E4A3E8

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

Shades of Plum #E4A3E8

Tints of Plum #E4A3E8

Color information

#E4A3E8 (or 0xE4A3E8) is unknown color: approx Plum. HEX triplet: E4, A3 and E8. RGB value is (228,163,232). Sum of RGB (Red+Green+Blue) = 228+163+232=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4A3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A3E8 is #1B5C17. Grayscale: #BEBEBE. Windows color (decimal): -1793048 or 15246308. OLE color: 15246308.

HSL color Cylindrical-coordinate representation of color #E4A3E8: hue angle of 296.52º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A3E8 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228163232-
CMYK0.020.3000.09
HSL296.52º60%77.45%-
HSV(B)296.52º29.74%90.98%-
XYZ59.6648.5182.56-
YUV190.3151.53154.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.60%
GREEN value IS 163 (64.06% from 255) = 26.16%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=36.60%
G=26.16%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281632320.020.3000.09296.526077.45
HexE4A3E821E091293c4d
Octal34424335023601145174115
Binary1110010010100011111010001011110010011001010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A3E8; }

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

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

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

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

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

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

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

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