#EA9FEA

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

Shades of Plum #EA9FEA

Tints of Plum #EA9FEA

Color information

#EA9FEA (or 0xEA9FEA) is unknown color: approx Plum. HEX triplet: EA, 9F and EA. RGB value is (234,159,234). Sum of RGB (Red+Green+Blue) = 234+159+234=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA9FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FEA is #156015. Grayscale: #BDBDBD. Windows color (decimal): -1400854 or 15376362. OLE color: 15376362.

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

Color convert

RGB234159234-
CMYK00.3200.08
HSL300º64.1%77.06%-
HSV(B)300º32.05%91.76%-
XYZ61.1848.2383.93-
YUV189.97152.85159.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=37.32%
G=25.36%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415923400.3200.0830064.177.06
HexEA9FEA0200812c404d
Octal352237352040010454100115
Binary11101010100111111110101001000000100010010110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FEA; }

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

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

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

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

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

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

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

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