#E293E2

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

Shades of Plum #E293E2

Tints of Plum #E293E2

Color information

#E293E2 (or 0xE293E2) is unknown color: approx Plum. HEX triplet: E2, 93 and E2. RGB value is (226,147,226). Sum of RGB (Red+Green+Blue) = 226+147+226=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E293E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293E2 is #1D6C1D. Grayscale: #B3B3B3. Windows color (decimal): -1928222 or 14848994. OLE color: 14848994.

HSL color Cylindrical-coordinate representation of color #E293E2: hue angle of 300º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293E2 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226147226-
CMYK00.3500.11
HSL300º57.66%73.14%-
HSV(B)300º34.96%88.63%-
XYZ55.5342.5377.23-
YUV179.63154.17161.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=37.73%
G=24.54%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614722600.3500.1130057.6673.14
HexE293E20230B12c3a49
Octal34222334204301345472111
Binary1110001010010011111000100100011010111001011001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293E2; }

 p { color: rgb(226,147,226); }

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

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

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

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

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

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

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