#EA9BEA

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

Shades of Plum #EA9BEA

Tints of Plum #EA9BEA

Color information

#EA9BEA (or 0xEA9BEA) is unknown color: approx Plum. HEX triplet: EA, 9B and EA. RGB value is (234,155,234). Sum of RGB (Red+Green+Blue) = 234+155+234=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BEA is #156415. Grayscale: #BBBBBB. Windows color (decimal): -1401878 or 15375338. OLE color: 15375338.

HSL color Cylindrical-coordinate representation of color #EA9BEA: hue angle of 300º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BEA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234155234-
CMYK00.3400.08
HSL300º65.29%76.27%-
HSV(B)300º33.76%91.76%-
XYZ60.546.8883.7-
YUV187.63154.17161.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=37.56%
G=24.88%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415523400.3400.0830065.2976.27
HexEA9BEA0220812c414c
Octal352233352042010454101114
Binary11101010100110111110101001000100100010010110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BEA; }

 p { color: rgb(234,155,234); }

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

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

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

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

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

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

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