#EDA0EA

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

Shades of Plum #EDA0EA

Tints of Plum #EDA0EA

Color information

#EDA0EA (or 0xEDA0EA) is unknown color: approx Plum. HEX triplet: ED, A0 and EA. RGB value is (237,160,234). Sum of RGB (Red+Green+Blue) = 237+160+234=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0EA is #125F15. Grayscale: #BFBFBF. Windows color (decimal): -1203990 or 15376621. OLE color: 15376621.

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

Color convert

RGB237160234-
CMYK00.320.010.07
HSL302.34º68.14%77.84%-
HSV(B)302.34º32.49%92.94%-
XYZ62.3549.0984.03-
YUV191.46152.01160.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 160 (62.89% from 255) = 25.36%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=37.56%
G=25.36%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716023400.320.010.07302.3468.1477.84
HexEDA0EA0201712e444e
Octal35524035204017456104116
Binary1110110110100000111010100100000111110010111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0EA; }

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

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

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

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

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

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

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

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