#EA9DED

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

Shades of Plum #EA9DED

Tints of Plum #EA9DED

Color information

#EA9DED (or 0xEA9DED) is unknown color: approx Plum. HEX triplet: EA, 9D and ED. RGB value is (234,157,237). Sum of RGB (Red+Green+Blue) = 234+157+237=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DED is #156212. Grayscale: #BCBCBC. Windows color (decimal): -1401363 or 15572458. OLE color: 15572458.

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

Color convert

RGB234157237-
CMYK0.010.3400.07
HSL297.75º68.97%77.25%-
HSV(B)297.75º33.76%92.94%-
XYZ61.2747.7286.1-
YUV189.14155.01160-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=37.26%
G=25%
B=37.74%

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
Decimal2341572370.010.3400.07297.7568.9777.25
HexEA9DED1220712a454d
Octal35223535514207452105115
Binary1110101010011101111011011100010011110010101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DED; }

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

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

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

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

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

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

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

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