#EA9CF3

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

Shades of Plum #EA9CF3

Tints of Plum #EA9CF3

Color information

#EA9CF3 (or 0xEA9CF3) is unknown color: approx Plum. HEX triplet: EA, 9C and F3. RGB value is (234,156,243). Sum of RGB (Red+Green+Blue) = 234+156+243=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9CF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CF3 is #15630C. Grayscale: #BCBCBC. Windows color (decimal): -1401613 or 15965418. OLE color: 15965418.

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

Color convert

RGB234156243-
CMYK0.040.3600.05
HSL293.79º78.38%78.24%-
HSV(B)293.79º35.8%95.29%-
XYZ6247.7490.74-
YUV189.24158.34159.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 156 (61.33% from 255) = 24.64%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=36.97%
G=24.64%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341562430.040.3600.05293.7978.3878.24
HexEA9CF3424051264e4e
Octal35223436344405446116116
Binary111010101001110011110011100100100010110010011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CF3; }

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

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

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

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

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

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

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

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