#EAADE7

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

Shades of Plum #EAADE7

Tints of Plum #EAADE7

Color information

#EAADE7 (or 0xEAADE7) is unknown color: approx Plum. HEX triplet: EA, AD and E7. RGB value is (234,173,231). Sum of RGB (Red+Green+Blue) = 234+173+231=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADE7 is #155218. Grayscale: #C5C5C5. Windows color (decimal): -1397273 or 15183338. OLE color: 15183338.

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

Color convert

RGB234173231-
CMYK00.260.010.08
HSL302.95º59.22%79.8%-
HSV(B)302.95º26.07%91.76%-
XYZ63.353.1582.52-
YUV197.85146.71153.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=36.68%
G=27.12%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417323100.260.010.08302.9559.2279.8
HexEAADE701A1812f3b50
Octal35225534703211045773120
Binary111010101010110111100111011010110001001011111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADE7; }

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

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

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

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

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

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

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

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