#E2A4EB

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

Shades of Plum #E2A4EB

Tints of Plum #E2A4EB

Color information

#E2A4EB (or 0xE2A4EB) is unknown color: approx Plum. HEX triplet: E2, A4 and EB. RGB value is (226,164,235). Sum of RGB (Red+Green+Blue) = 226+164+235=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A4EB is #1D5B14. Grayscale: #BEBEBE. Windows color (decimal): -1923861 or 15443170. OLE color: 15443170.

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

Color convert

RGB226164235-
CMYK0.040.3000.08
HSL292.39º63.96%78.24%-
HSV(B)292.39º30.21%92.16%-
XYZ59.6348.7284.86-
YUV190.63153.04153.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=36.16%
G=26.24%
B=37.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261642350.040.3000.08292.3963.9678.24
HexE2A4EB41E08124404e
Octal342244353436010444100116
Binary111000101010010011101011100111100100010010010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A4EB; }

 p { color: rgb(226,164,235); }

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

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

 a { background-color: rgb(226,164,235); }

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

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

 span { border-color: rgb(226,164,235); }

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