#E9ADEA

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

Shades of Plum #E9ADEA

Tints of Plum #E9ADEA

Color information

#E9ADEA (or 0xE9ADEA) is unknown color: approx Plum. HEX triplet: E9, AD and EA. RGB value is (233,173,234). Sum of RGB (Red+Green+Blue) = 233+173+234=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEA is #165215. Grayscale: #C5C5C5. Windows color (decimal): -1462806 or 15379945. OLE color: 15379945.

HSL color Cylindrical-coordinate representation of color #E9ADEA: hue angle of 299.02º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADEA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233173234-
CMYK0.000.2600.08
HSL299.02º59.22%79.8%-
HSV(B)299.02º26.07%91.76%-
XYZ63.453.1584.76-
YUV197.89148.38153.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.41%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=36.41%
G=27.03%
B=36.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331732340.000.2600.08299.0259.2279.8
HexE9ADEA01A0812b3b50
Octal35125535203201045373120
Binary111010011010110111101010011010010001001010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADEA; }

 p { color: rgb(233,173,234); }

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

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

 a { background-color: rgb(233,173,234); }

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

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

 span { border-color: rgb(233,173,234); }

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