#ED9DEB

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

Shades of Plum #ED9DEB

Tints of Plum #ED9DEB

Color information

#ED9DEB (or 0xED9DEB) is unknown color: approx Plum. HEX triplet: ED, 9D and EB. RGB value is (237,157,235). Sum of RGB (Red+Green+Blue) = 237+157+235=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DEB is #126214. Grayscale: #BDBDBD. Windows color (decimal): -1204757 or 15441389. OLE color: 15441389.

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

Color convert

RGB237157235-
CMYK00.340.010.07
HSL301.5º68.97%77.25%-
HSV(B)301.5º33.76%92.94%-
XYZ61.9848.1284.62-
YUV189.81153.5161.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=37.68%
G=24.96%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715723500.340.010.07301.568.9777.25
HexED9DEB0221712e454d
Octal35523535304217456105115
Binary1110110110011101111010110100010111110010111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DEB; }

 p { color: rgb(237,157,235); }

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

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

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

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

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

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

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