#ED9BEB

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

Shades of Plum #ED9BEB

Tints of Plum #ED9BEB

Color information

#ED9BEB (or 0xED9BEB) is unknown color: approx Plum. HEX triplet: ED, 9B and EB. RGB value is (237,155,235). Sum of RGB (Red+Green+Blue) = 237+155+235=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEB is #126414. Grayscale: #BCBCBC. Windows color (decimal): -1205269 or 15440877. OLE color: 15440877.

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

Color convert

RGB237155235-
CMYK00.350.010.07
HSL301.46º69.49%76.86%-
HSV(B)301.46º34.6%92.94%-
XYZ61.6447.4584.51-
YUV188.64154.17162.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 155 (60.94% from 255) = 24.72%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=37.80%
G=24.72%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715523500.350.010.07301.4669.4976.86
HexED9BEB0231712d454d
Octal35523335304317455105115
Binary1110110110011011111010110100011111110010110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BEB; }

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

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

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

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

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

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

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

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