#E2A4DD

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

Shades of Plum #E2A4DD

Tints of Plum #E2A4DD

Color information

#E2A4DD (or 0xE2A4DD) is unknown color: approx Plum. HEX triplet: E2, A4 and DD. RGB value is (226,164,221). Sum of RGB (Red+Green+Blue) = 226+164+221=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A4DD is #1D5B22. Grayscale: #BCBCBC. Windows color (decimal): -1923875 or 14525666. OLE color: 14525666.

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

Color convert

RGB226164221-
CMYK00.270.020.11
HSL304.84º51.67%76.47%-
HSV(B)304.84º27.43%88.63%-
XYZ57.6947.9474.62-
YUV189.04146.04154.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=36.99%
G=26.84%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616422100.270.020.11304.8451.6776.47
HexE2A4DD01B2B131344c
Octal34224433503321346164114
Binary1110001010100100110111010110111010111001100011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A4DD; }

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

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

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

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

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

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

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

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