#EAADEA

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

Shades of Plum #EAADEA

Tints of Plum #EAADEA

Color information

#EAADEA (or 0xEAADEA) is unknown color: approx Plum. HEX triplet: EA, AD and EA. RGB value is (234,173,234). Sum of RGB (Red+Green+Blue) = 234+173+234=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADEA is #155215. Grayscale: #C6C6C6. Windows color (decimal): -1397270 or 15379946. OLE color: 15379946.

HSL color Cylindrical-coordinate representation of color #EAADEA: hue angle of 300º 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 #EAADEA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234173234-
CMYK00.2600.08
HSL300º59.22%79.8%-
HSV(B)300º26.07%91.76%-
XYZ63.7353.3284.77-
YUV198.19148.21153.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=36.51%
G=26.99%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417323400.2600.0830059.2279.8
HexEAADEA01A0812c3b50
Octal35225535203201045473120
Binary111010101010110111101010011010010001001011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADEA; }

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

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

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

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

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

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

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

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