#ED9FEF

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

Shades of Plum #ED9FEF

Tints of Plum #ED9FEF

Color information

#ED9FEF (or 0xED9FEF) is unknown color: approx Plum. HEX triplet: ED, 9F and EF. RGB value is (237,159,239). Sum of RGB (Red+Green+Blue) = 237+159+239=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FEF is #126010. Grayscale: #BFBFBF. Windows color (decimal): -1204241 or 15704045. OLE color: 15704045.

HSL color Cylindrical-coordinate representation of color #ED9FEF: hue angle of 298.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FEF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237159239-
CMYK0.010.3300.06
HSL298.5º71.43%78.04%-
HSV(B)298.5º33.47%93.73%-
XYZ62.949.0387.81-
YUV191.44154.84160.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=37.32%
G=25.04%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371592390.010.3300.06298.571.4378.04
HexED9FEF1210612a474e
Octal35523735714106452107116
Binary1110110110011111111011111100001011010010101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FEF; }

 p { color: rgb(237,159,239); }

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

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

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

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

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

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

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