#E2A6E4

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

Shades of Plum #E2A6E4

Tints of Plum #E2A6E4

Color information

#E2A6E4 (or 0xE2A6E4) is unknown color: approx Plum. HEX triplet: E2, A6 and E4. RGB value is (226,166,228). Sum of RGB (Red+Green+Blue) = 226+166+228=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2A6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A6E4 is #1D591B. Grayscale: #BEBEBE. Windows color (decimal): -1923356 or 14984930. OLE color: 14984930.

HSL color Cylindrical-coordinate representation of color #E2A6E4: hue angle of 298.06º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A6E4 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226166228-
CMYK0.010.2700.11
HSL298.06º53.45%77.25%-
HSV(B)298.06º27.19%89.41%-
XYZ5949.0479.76-
YUV191.01148.88152.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 166 (65.23% from 255) = 26.77%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=36.45%
G=26.77%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261662280.010.2700.11298.0653.4577.25
HexE2A6E411B0B12a354d
Octal34224634413301345265115
Binary111000101010011011100100111011010111001010101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6E4; }

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

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

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

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

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

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

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

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