#ED9CEC

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

Shades of Plum #ED9CEC

Tints of Plum #ED9CEC

Color information

#ED9CEC (or 0xED9CEC) is unknown color: approx Plum. HEX triplet: ED, 9C and EC. RGB value is (237,156,236). Sum of RGB (Red+Green+Blue) = 237+156+236=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CEC is #126313. Grayscale: #BDBDBD. Windows color (decimal): -1205012 or 15506669. OLE color: 15506669.

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

Color convert

RGB237156236-
CMYK00.340.000.07
HSL300.74º69.23%77.06%-
HSV(B)300.74º34.18%92.94%-
XYZ61.9547.8485.33-
YUV189.34154.34162-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=37.68%
G=24.80%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715623600.340.000.07300.7469.2377.06
HexED9CEC0220712d454d
Octal35523435404207455105115
Binary1110110110011100111011000100010011110010110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CEC; }

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

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

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

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

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

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

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

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