#EDA0ED

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

Shades of Plum #EDA0ED

Tints of Plum #EDA0ED

Color information

#EDA0ED (or 0xEDA0ED) is unknown color: approx Plum. HEX triplet: ED, A0 and ED. RGB value is (237,160,237). Sum of RGB (Red+Green+Blue) = 237+160+237=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0ED is #125F12. Grayscale: #BFBFBF. Windows color (decimal): -1203987 or 15573229. OLE color: 15573229.

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

Color convert

RGB237160237-
CMYK00.3200.07
HSL300º68.14%77.84%-
HSV(B)300º32.49%92.94%-
XYZ62.7849.2686.32-
YUV191.8153.51160.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=37.38%
G=25.24%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716023700.3200.0730068.1477.84
HexEDA0ED0200712c444e
Octal35524035504007454104116
Binary1110110110100000111011010100000011110010110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0ED; }

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

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

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

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

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

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

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

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