#E3A5EA

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

Shades of Plum #E3A5EA

Tints of Plum #E3A5EA

Color information

#E3A5EA (or 0xE3A5EA) is unknown color: approx Plum. HEX triplet: E3, A5 and EA. RGB value is (227,165,234). Sum of RGB (Red+Green+Blue) = 227+165+234=626 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.26% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5EA is #1C5A15. Grayscale: #BFBFBF. Windows color (decimal): -1858070 or 15377891. OLE color: 15377891.

HSL color Cylindrical-coordinate representation of color #E3A5EA: hue angle of 293.91º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3A5EA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227165234-
CMYK0.030.2900.08
HSL293.91º62.16%78.24%-
HSV(B)293.91º29.49%91.76%-
XYZ59.9849.1884.17-
YUV191.4152.04153.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.26%
GREEN value IS 165 (64.84% from 255) = 26.36%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=36.26%
G=26.36%
B=37.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271652340.030.2900.08293.9162.1678.24
HexE3A5EA31D081263e4e
Octal34324535233501044676116
Binary1110001110100101111010101111101010001001001101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A5EA; }

 p { color: rgb(227,165,234); }

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

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

 a { background-color: rgb(227,165,234); }

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

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

 span { border-color: rgb(227,165,234); }

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