#E2A6EF

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

Shades of Plum #E2A6EF

Tints of Plum #E2A6EF

Color information

#E2A6EF (or 0xE2A6EF) is unknown color: approx Plum. HEX triplet: E2, A6 and EF. RGB value is (226,166,239). Sum of RGB (Red+Green+Blue) = 226+166+239=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 166 (65.23% from 255 or 26.31% 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 #E2A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6EF is #1D5910. Grayscale: #C0C0C0. Windows color (decimal): -1923345 or 15705826. OLE color: 15705826.

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

Color convert

RGB226166239-
CMYK0.050.3100.06
HSL289.32º69.52%79.41%-
HSV(B)289.32º30.54%93.73%-
XYZ60.5849.6788.06-
YUV192.26154.38152.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 166 (65.23% from 255) = 26.31%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=35.82%
G=26.31%
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
Decimal2261662390.050.3100.06289.3269.5279.41
HexE2A6EF51F06121464f
Octal34224635753706441106117
Binary11100010101001101110111110111111011010010000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6EF; }

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

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

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

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

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

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

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

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