#EA9DF2

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

Shades of Plum #EA9DF2

Tints of Plum #EA9DF2

Color information

#EA9DF2 (or 0xEA9DF2) is unknown color: approx Plum. HEX triplet: EA, 9D and F2. RGB value is (234,157,242). Sum of RGB (Red+Green+Blue) = 234+157+242=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DF2 is #15620D. Grayscale: #BDBDBD. Windows color (decimal): -1401358 or 15900138. OLE color: 15900138.

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

Color convert

RGB234157242-
CMYK0.030.3500.05
HSL294.35º76.58%78.24%-
HSV(B)294.35º35.12%94.9%-
XYZ62.0248.0290-
YUV189.71157.51159.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=36.97%
G=24.80%
B=38.23%

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
Decimal2341572420.030.3500.05294.3576.5878.24
HexEA9DF2323051264d4e
Octal35223536234305446115116
Binary11101010100111011111001011100011010110010011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DF2; }

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

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

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

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

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

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

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

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