#EDA1EC

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

Shades of Plum #EDA1EC

Tints of Plum #EDA1EC

Color information

#EDA1EC (or 0xEDA1EC) is unknown color: approx Plum. HEX triplet: ED, A1 and EC. RGB value is (237,161,236). Sum of RGB (Red+Green+Blue) = 237+161+236=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1EC is #125E13. Grayscale: #C0C0C0. Windows color (decimal): -1203732 or 15507949. OLE color: 15507949.

HSL color Cylindrical-coordinate representation of color #EDA1EC: hue angle of 300.79º 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 #EDA1EC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237161236-
CMYK00.320.000.07
HSL300.79º67.86%78.04%-
HSV(B)300.79º32.07%92.94%-
XYZ62.8149.5585.61-
YUV192.27152.68159.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 161 (63.28% from 255) = 25.39%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=37.38%
G=25.39%
B=37.22%

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
Decimal23716123600.320.000.07300.7967.8678.04
HexEDA1EC0200712d444e
Octal35524135404007455104116
Binary1110110110100001111011000100000011110010110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1EC; }

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

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

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

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

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

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

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

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