#EA9FED

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

Shades of Plum #EA9FED

Tints of Plum #EA9FED

Color information

#EA9FED (or 0xEA9FED) is unknown color: approx Plum. HEX triplet: EA, 9F and ED. RGB value is (234,159,237). Sum of RGB (Red+Green+Blue) = 234+159+237=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FED is #156012. Grayscale: #BEBEBE. Windows color (decimal): -1400851 or 15572970. OLE color: 15572970.

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

Color convert

RGB234159237-
CMYK0.010.3300.07
HSL297.69º68.42%77.65%-
HSV(B)297.69º32.91%92.94%-
XYZ61.6248.486.22-
YUV190.32154.35159.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=37.14%
G=25.24%
B=37.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341592370.010.3300.07297.6968.4277.65
HexEA9FED1210712a444e
Octal35223735514107452104116
Binary1110101010011111111011011100001011110010101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FED; }

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

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

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

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

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

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

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

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