#EDA5EE

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

Shades of Plum #EDA5EE

Tints of Plum #EDA5EE

Color information

#EDA5EE (or 0xEDA5EE) is unknown color: approx Plum. HEX triplet: ED, A5 and EE. RGB value is (237,165,238). Sum of RGB (Red+Green+Blue) = 237+165+238=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5EE is #125A11. Grayscale: #C2C2C2. Windows color (decimal): -1202706 or 15640045. OLE color: 15640045.

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

Color convert

RGB237165238-
CMYK0.000.3100.07
HSL299.18º68.22%79.02%-
HSV(B)299.18º30.67%93.33%-
XYZ63.8151.0987.39-
YUV194.85152.35158.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 165 (64.84% from 255) = 25.78%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=37.03%
G=25.78%
B=37.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371652380.000.3100.07299.1868.2279.02
HexEDA5EE01F0712b444f
Octal35524535603707453104117
Binary111011011010010111101110011111011110010101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5EE; }

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

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

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

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

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

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

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

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