#EA9EF2

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

Shades of Plum #EA9EF2

Tints of Plum #EA9EF2

Color information

#EA9EF2 (or 0xEA9EF2) is unknown color: approx Plum. HEX triplet: EA, 9E and F2. RGB value is (234,158,242). Sum of RGB (Red+Green+Blue) = 234+158+242=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF2 is #15610D. Grayscale: #BEBEBE. Windows color (decimal): -1401102 or 15900394. OLE color: 15900394.

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

Color convert

RGB234158242-
CMYK0.030.3500.05
HSL294.29º76.36%78.43%-
HSV(B)294.29º34.71%94.9%-
XYZ62.1948.3690.06-
YUV190.3157.18159.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 158 (62.11% from 255) = 24.92%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=36.91%
G=24.92%
B=38.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341582420.030.3500.05294.2976.3678.43
HexEA9EF2323051264c4e
Octal35223636234305446114116
Binary11101010100111101111001011100011010110010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EF2; }

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

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

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

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

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

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

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

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