#E2A5EF

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

Shades of Plum #E2A5EF

Tints of Plum #E2A5EF

Color information

#E2A5EF (or 0xE2A5EF) is unknown color: approx Plum. HEX triplet: E2, A5 and EF. RGB value is (226,165,239). Sum of RGB (Red+Green+Blue) = 226+165+239=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5EF is #1D5A10. Grayscale: #BFBFBF. Windows color (decimal): -1923601 or 15705570. OLE color: 15705570.

HSL color Cylindrical-coordinate representation of color #E2A5EF: hue angle of 289.46º 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 #E2A5EF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226165239-
CMYK0.050.3100.06
HSL289.46º69.81%79.22%-
HSV(B)289.46º30.96%93.73%-
XYZ60.449.3188-
YUV191.68154.71152.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 165 (64.84% from 255) = 26.19%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=35.87%
G=26.19%
B=37.94%

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
Decimal2261652390.050.3100.06289.4669.8179.22
HexE2A5EF51F06121464f
Octal34224535753706441106117
Binary11100010101001011110111110111111011010010000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A5EF; }

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

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

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

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

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

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

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

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