#EA93E3

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

Shades of Plum #EA93E3

Tints of Plum #EA93E3

Color information

#EA93E3 (or 0xEA93E3) is unknown color: approx Plum. HEX triplet: EA, 93 and E3. RGB value is (234,147,227). Sum of RGB (Red+Green+Blue) = 234+147+227=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93E3 is #156C1C. Grayscale: #B5B5B5. Windows color (decimal): -1403933 or 14914538. OLE color: 14914538.

HSL color Cylindrical-coordinate representation of color #EA93E3: hue angle of 304.83º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93E3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234147227-
CMYK00.370.030.08
HSL304.83º67.44%74.71%-
HSV(B)304.83º37.18%91.76%-
XYZ58.2343.9178.08-
YUV182.13153.32165-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=38.49%
G=24.18%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414722700.370.030.08304.8367.4474.71
HexEA93E302538131434b
Octal352223343045310461103113
Binary111010101001001111100011010010111100010011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93E3; }

 p { color: rgb(234,147,227); }

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

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

 a { background-color: rgb(234,147,227); }

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

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

 span { border-color: rgb(234,147,227); }

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