#E2A8EC

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

Shades of Plum #E2A8EC

Tints of Plum #E2A8EC

Color information

#E2A8EC (or 0xE2A8EC) is unknown color: approx Plum. HEX triplet: E2, A8 and EC. RGB value is (226,168,236). Sum of RGB (Red+Green+Blue) = 226+168+236=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8EC is #1D5713. Grayscale: #C0C0C0. Windows color (decimal): -1922836 or 15509730. OLE color: 15509730.

HSL color Cylindrical-coordinate representation of color #E2A8EC: hue angle of 291.18º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A8EC is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226168236-
CMYK0.040.2900.07
HSL291.18º64.15%79.22%-
HSV(B)291.18º28.81%92.55%-
XYZ60.5150.2385.86-
YUV193.09152.22151.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 168 (66.02% from 255) = 26.67%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=35.87%
G=26.67%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261682360.040.2900.07291.1864.1579.22
HexE2A8EC41D07123404f
Octal34225035443507443100117
Binary11100010101010001110110010011101011110010001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A8EC; }

 p { color: rgb(226,168,236); }

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

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

 a { background-color: rgb(226,168,236); }

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

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

 span { border-color: rgb(226,168,236); }

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