#E2A8DF

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

Shades of Plum #E2A8DF

Tints of Plum #E2A8DF

Color information

#E2A8DF (or 0xE2A8DF) is unknown color: approx Plum. HEX triplet: E2, A8 and DF. RGB value is (226,168,223). Sum of RGB (Red+Green+Blue) = 226+168+223=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A8DF is #1D5720. Grayscale: #BFBFBF. Windows color (decimal): -1922849 or 14657762. OLE color: 14657762.

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

Color convert

RGB226168223-
CMYK00.260.010.11
HSL303.1º50%77.25%-
HSV(B)303.1º25.66%88.63%-
XYZ58.6949.576.27-
YUV191.61145.72152.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=36.63%
G=27.23%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616822300.260.010.11303.15077.25
HexE2A8DF01A1B12f324d
Octal34225033703211345762115
Binary111000101010100011011111011010110111001011111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A8DF; }

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

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

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

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

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

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

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

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