#ED9EED

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

Shades of Plum #ED9EED

Tints of Plum #ED9EED

Color information

#ED9EED (or 0xED9EED) is unknown color: approx Plum. HEX triplet: ED, 9E and ED. RGB value is (237,158,237). Sum of RGB (Red+Green+Blue) = 237+158+237=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EED is #126112. Grayscale: #BEBEBE. Windows color (decimal): -1204499 or 15572717. OLE color: 15572717.

HSL color Cylindrical-coordinate representation of color #ED9EED: hue angle of 300º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EED is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237158237-
CMYK00.3300.07
HSL300º68.7%77.45%-
HSV(B)300º33.33%92.94%-
XYZ62.4448.5786.21-
YUV190.63154.17161.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 158 (62.11% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715823700.3300.0730068.777.45
HexED9EED0210712c454d
Octal35523635504107454105115
Binary1110110110011110111011010100001011110010110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EED; }

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

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

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

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

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

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

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

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