#EAADEC

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

Shades of Plum #EAADEC

Tints of Plum #EAADEC

Color information

#EAADEC (or 0xEAADEC) is unknown color: approx Plum. HEX triplet: EA, AD and EC. RGB value is (234,173,236). Sum of RGB (Red+Green+Blue) = 234+173+236=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADEC is #155213. Grayscale: #C6C6C6. Windows color (decimal): -1397268 or 15511018. OLE color: 15511018.

HSL color Cylindrical-coordinate representation of color #EAADEC: hue angle of 298.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAADEC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234173236-
CMYK0.010.2700.07
HSL298.1º62.38%80.2%-
HSV(B)298.1º26.69%92.55%-
XYZ64.0253.4486.3-
YUV198.42149.21153.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=36.39%
G=26.91%
B=36.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341732360.010.2700.07298.162.3880.2
HexEAADEC11B0712a3e50
Octal3522553541330745276120
Binary11101010101011011110110011101101111001010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADEC; }

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

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

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

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

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

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

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

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