#EA9FE7

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

Shades of Plum #EA9FE7

Tints of Plum #EA9FE7

Color information

#EA9FE7 (or 0xEA9FE7) is unknown color: approx Plum. HEX triplet: EA, 9F and E7. RGB value is (234,159,231). Sum of RGB (Red+Green+Blue) = 234+159+231=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FE7 is #156018. Grayscale: #BDBDBD. Windows color (decimal): -1400857 or 15179754. OLE color: 15179754.

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

Color convert

RGB234159231-
CMYK00.320.010.08
HSL302.4º64.1%77.06%-
HSV(B)302.4º32.05%91.76%-
XYZ60.7548.0681.68-
YUV189.63151.35159.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=37.5%
G=25.48%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415923100.320.010.08302.464.177.06
HexEA9FE70201812e404d
Octal352237347040110456100115
Binary11101010100111111110011101000001100010010111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FE7; }

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

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

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

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

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

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

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

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