#EA9FF2

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

Shades of Plum #EA9FF2

Tints of Plum #EA9FF2

Color information

#EA9FF2 (or 0xEA9FF2) is unknown color: approx Plum. HEX triplet: EA, 9F and F2. RGB value is (234,159,242). Sum of RGB (Red+Green+Blue) = 234+159+242=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF2 is #15600D. Grayscale: #BEBEBE. Windows color (decimal): -1400846 or 15900650. OLE color: 15900650.

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

Color convert

RGB234159242-
CMYK0.030.3400.05
HSL294.22º76.15%78.63%-
HSV(B)294.22º34.3%94.9%-
XYZ62.3648.790.12-
YUV190.89156.85158.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=36.85%
G=25.04%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341592420.030.3400.05294.2276.1578.63
HexEA9FF2322051264c4f
Octal35223736234205446114117
Binary11101010100111111111001011100010010110010011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FF2; }

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

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

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

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

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

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

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

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