#EDA9EA

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

Shades of Plum #EDA9EA

Tints of Plum #EDA9EA

Color information

#EDA9EA (or 0xEDA9EA) is unknown color: approx Plum. HEX triplet: ED, A9 and EA. RGB value is (237,169,234). Sum of RGB (Red+Green+Blue) = 237+169+234=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9EA is #125615. Grayscale: #C4C4C4. Windows color (decimal): -1201686 or 15378925. OLE color: 15378925.

HSL color Cylindrical-coordinate representation of color #EDA9EA: hue angle of 302.65º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9EA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237169234-
CMYK00.290.010.07
HSL302.65º65.38%79.61%-
HSV(B)302.65º28.69%92.94%-
XYZ63.9652.3284.57-
YUV196.74149.03156.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 169 (66.41% from 255) = 26.41%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=37.03%
G=26.41%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716923400.290.010.07302.6565.3879.61
HexEDA9EA01D1712f4150
Octal35525135203517457101120
Binary111011011010100111101010011101111110010111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9EA; }

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

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

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

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

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

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

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

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