#EDA4EC

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

Shades of Plum #EDA4EC

Tints of Plum #EDA4EC

Color information

#EDA4EC (or 0xEDA4EC) is unknown color: approx Plum. HEX triplet: ED, A4 and EC. RGB value is (237,164,236). Sum of RGB (Red+Green+Blue) = 237+164+236=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4EC is #125B13. Grayscale: #C1C1C1. Windows color (decimal): -1202964 or 15508717. OLE color: 15508717.

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

Color convert

RGB237164236-
CMYK00.310.000.07
HSL300.82º66.97%78.63%-
HSV(B)300.82º30.8%92.94%-
XYZ63.3450.6185.79-
YUV194.04151.68158.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 164 (64.45% from 255) = 25.75%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=37.21%
G=25.75%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716423600.310.000.07300.8266.9778.63
HexEDA4EC01F0712d434f
Octal35524435403707455103117
Binary111011011010010011101100011111011110010110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4EC; }

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

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

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

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

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

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

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

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