#EDA0E6

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

Shades of Plum #EDA0E6

Tints of Plum #EDA0E6

Color information

#EDA0E6 (or 0xEDA0E6) is unknown color: approx Plum. HEX triplet: ED, A0 and E6. RGB value is (237,160,230). Sum of RGB (Red+Green+Blue) = 237+160+230=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0E6 is #125F19. Grayscale: #BEBEBE. Windows color (decimal): -1203994 or 15114477. OLE color: 15114477.

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

Color convert

RGB237160230-
CMYK00.320.030.07
HSL305.45º68.14%77.84%-
HSV(B)305.45º32.49%92.94%-
XYZ61.7848.8681.04-
YUV191150.01160.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 160 (62.89% from 255) = 25.52%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=37.80%
G=25.52%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716023000.320.030.07305.4568.1477.84
HexEDA0E602037131444e
Octal35524034604037461104116
Binary11101101101000001110011001000001111110011000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0E6; }

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

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

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

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

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

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

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

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