#EDA0EC

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

Shades of Plum #EDA0EC

Tints of Plum #EDA0EC

Color information

#EDA0EC (or 0xEDA0EC) is unknown color: approx Plum. HEX triplet: ED, A0 and EC. RGB value is (237,160,236). Sum of RGB (Red+Green+Blue) = 237+160+236=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EC is #125F13. Grayscale: #BFBFBF. Windows color (decimal): -1203988 or 15507693. OLE color: 15507693.

HSL color Cylindrical-coordinate representation of color #EDA0EC: hue angle of 300.78º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0EC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237160236-
CMYK00.320.000.07
HSL300.78º68.14%77.84%-
HSV(B)300.78º32.49%92.94%-
XYZ62.6449.285.55-
YUV191.69153.01160.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=37.44%
G=25.28%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716023600.320.000.07300.7868.1477.84
HexEDA0EC0200712d444e
Octal35524035404007455104116
Binary1110110110100000111011000100000011110010110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0EC; }

 p { color: rgb(237,160,236); }

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

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

 a { background-color: rgb(237,160,236); }

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

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

 span { border-color: rgb(237,160,236); }

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