#E2A3DD

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

Shades of Plum #E2A3DD

Tints of Plum #E2A3DD

Color information

#E2A3DD (or 0xE2A3DD) is unknown color: approx Plum. HEX triplet: E2, A3 and DD. RGB value is (226,163,221). Sum of RGB (Red+Green+Blue) = 226+163+221=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A3DD is #1D5C22. Grayscale: #BCBCBC. Windows color (decimal): -1924131 or 14525410. OLE color: 14525410.

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

Color convert

RGB226163221-
CMYK00.280.020.11
HSL304.76º52.07%76.27%-
HSV(B)304.76º27.88%88.63%-
XYZ57.5147.5874.56-
YUV188.45146.37154.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 163 (64.06% from 255) = 26.72%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=37.05%
G=26.72%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616322100.280.020.11304.7652.0776.27
HexE2A3DD01C2B131344c
Octal34224333503421346164114
Binary1110001010100011110111010111001010111001100011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A3DD; }

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

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

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

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

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

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

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

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