#EDAAEA

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

Shades of Plum #EDAAEA

Tints of Plum #EDAAEA

Color information

#EDAAEA (or 0xEDAAEA) is unknown color: approx Plum. HEX triplet: ED, AA and EA. RGB value is (237,170,234). Sum of RGB (Red+Green+Blue) = 237+170+234=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAEA is #125515. Grayscale: #C5C5C5. Windows color (decimal): -1201430 or 15379181. OLE color: 15379181.

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

Color convert

RGB237170234-
CMYK00.280.010.07
HSL302.69º65.05%79.8%-
HSV(B)302.69º28.27%92.94%-
XYZ64.1552.6984.63-
YUV197.33148.7156.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=36.97%
G=26.52%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717023400.280.010.07302.6965.0579.8
HexEDAAEA01C1712f4150
Octal35525235203417457101120
Binary111011011010101011101010011100111110010111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAEA; }

 p { color: rgb(237,170,234); }

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

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

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

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

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

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

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