#ED9BEC

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

Shades of Plum #ED9BEC

Tints of Plum #ED9BEC

Color information

#ED9BEC (or 0xED9BEC) is unknown color: approx Plum. HEX triplet: ED, 9B and EC. RGB value is (237,155,236). Sum of RGB (Red+Green+Blue) = 237+155+236=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BEC is #126413. Grayscale: #BCBCBC. Windows color (decimal): -1205268 or 15506413. OLE color: 15506413.

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

Color convert

RGB237155236-
CMYK00.350.000.07
HSL300.73º69.49%76.86%-
HSV(B)300.73º34.6%92.94%-
XYZ61.7947.585.27-
YUV188.75154.67162.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 155 (60.94% from 255) = 24.68%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=37.74%
G=24.68%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715523600.350.000.07300.7369.4976.86
HexED9BEC0230712d454d
Octal35523335404307455105115
Binary1110110110011011111011000100011011110010110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BEC; }

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

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

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

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

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

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

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

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