#EDA5EC

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

Shades of Plum #EDA5EC

Tints of Plum #EDA5EC

Color information

#EDA5EC (or 0xEDA5EC) is unknown color: approx Plum. HEX triplet: ED, A5 and EC. RGB value is (237,165,236). Sum of RGB (Red+Green+Blue) = 237+165+236=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5EC is #125A13. Grayscale: #C2C2C2. Windows color (decimal): -1202708 or 15508973. OLE color: 15508973.

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

Color convert

RGB237165236-
CMYK00.300.000.07
HSL300.83º66.67%78.82%-
HSV(B)300.83º30.38%92.94%-
XYZ63.5250.9785.85-
YUV194.62151.35158.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=37.15%
G=25.86%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716523600.300.000.07300.8366.6778.82
HexEDA5EC01E0712d434f
Octal35524535403607455103117
Binary111011011010010111101100011110011110010110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5EC; }

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

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

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

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

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

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

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

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