#EA9EF3

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

Shades of Plum #EA9EF3

Tints of Plum #EA9EF3

Color information

#EA9EF3 (or 0xEA9EF3) is unknown color: approx Plum. HEX triplet: EA, 9E and F3. RGB value is (234,158,243). Sum of RGB (Red+Green+Blue) = 234+158+243=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF3 is #15610C. Grayscale: #BEBEBE. Windows color (decimal): -1401101 or 15965930. OLE color: 15965930.

HSL color Cylindrical-coordinate representation of color #EA9EF3: hue angle of 293.65º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9EF3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234158243-
CMYK0.040.3500.05
HSL293.65º77.98%78.63%-
HSV(B)293.65º34.98%95.29%-
XYZ62.3448.4290.85-
YUV190.41157.68159.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 243 (95.31% from 255) = 38.27%
R=36.85%
G=24.88%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341582430.040.3500.05293.6577.9878.63
HexEA9EF3423051264e4f
Octal35223636344305446116117
Binary111010101001111011110011100100011010110010011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EF3; }

 p { color: rgb(234,158,243); }

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

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

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

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

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

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

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