#EA9FF3

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

Shades of Plum #EA9FF3

Tints of Plum #EA9FF3

Color information

#EA9FF3 (or 0xEA9FF3) is unknown color: approx Plum. HEX triplet: EA, 9F and F3. RGB value is (234,159,243). Sum of RGB (Red+Green+Blue) = 234+159+243=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF3 is #15600C. Grayscale: #BEBEBE. Windows color (decimal): -1400845 or 15966186. OLE color: 15966186.

HSL color Cylindrical-coordinate representation of color #EA9FF3: hue angle of 293.57º 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 #EA9FF3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234159243-
CMYK0.040.3500.05
HSL293.57º77.78%78.82%-
HSV(B)293.57º34.57%95.29%-
XYZ62.5148.7690.91-
YUV191157.35158.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 159 (62.5% from 255) = 25%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=36.79%
G=25%
B=38.21%

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
Decimal2341592430.040.3500.05293.5777.7878.82
HexEA9FF3423051264e4f
Octal35223736344305446116117
Binary111010101001111111110011100100011010110010011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FF3; }

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

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

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

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

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

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

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

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