#EDA4ED

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

Shades of Plum #EDA4ED

Tints of Plum #EDA4ED

Color information

#EDA4ED (or 0xEDA4ED) is unknown color: approx Plum. HEX triplet: ED, A4 and ED. RGB value is (237,164,237). Sum of RGB (Red+Green+Blue) = 237+164+237=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4ED is #125B12. Grayscale: #C1C1C1. Windows color (decimal): -1202963 or 15574253. OLE color: 15574253.

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

Color convert

RGB237164237-
CMYK00.3100.07
HSL300º66.97%78.63%-
HSV(B)300º30.8%92.94%-
XYZ63.4950.6786.55-
YUV194.15152.18158.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 164 (64.45% from 255) = 25.71%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=37.15%
G=25.71%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716423700.3100.0730066.9778.63
HexEDA4ED01F0712c434f
Octal35524435503707454103117
Binary111011011010010011101101011111011110010110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4ED; }

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

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

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

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

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

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

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

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