#E3A5EF

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

Shades of Plum #E3A5EF

Tints of Plum #E3A5EF

Color information

#E3A5EF (or 0xE3A5EF) is unknown color: approx Plum. HEX triplet: E3, A5 and EF. RGB value is (227,165,239). Sum of RGB (Red+Green+Blue) = 227+165+239=631 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.97% from 631); Green value is 165 (64.84% from 255 or 26.15% 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 #E3A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5EF is #1C5A10. Grayscale: #BFBFBF. Windows color (decimal): -1858065 or 15705571. OLE color: 15705571.

HSL color Cylindrical-coordinate representation of color #E3A5EF: hue angle of 290.27º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3A5EF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227165239-
CMYK0.050.3100.06
HSL290.27º69.81%79.22%-
HSV(B)290.27º30.96%93.73%-
XYZ60.7149.4788.01-
YUV191.97154.54152.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.97%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=35.97%
G=26.15%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271652390.050.3100.06290.2769.8179.22
HexE3A5EF51F06122464f
Octal34324535753706442106117
Binary11100011101001011110111110111111011010010001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A5EF; }

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

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

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

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

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

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

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

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