#EA9CED

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

Shades of Plum #EA9CED

Tints of Plum #EA9CED

Color information

#EA9CED (or 0xEA9CED) is unknown color: approx Plum. HEX triplet: EA, 9C and ED. RGB value is (234,156,237). Sum of RGB (Red+Green+Blue) = 234+156+237=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CED is #156312. Grayscale: #BCBCBC. Windows color (decimal): -1401619 or 15572202. OLE color: 15572202.

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

Color convert

RGB234156237-
CMYK0.010.3400.07
HSL297.78º69.23%77.06%-
HSV(B)297.78º34.18%92.94%-
XYZ61.1147.3886.05-
YUV188.56155.34160.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 156 (61.33% from 255) = 24.88%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=37.32%
G=24.88%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341562370.010.3400.07297.7869.2377.06
HexEA9CED1220712a454d
Octal35223435514207452105115
Binary1110101010011100111011011100010011110010101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CED; }

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

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

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

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

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

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

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

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