#E293EA

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

Shades of Plum #E293EA

Tints of Plum #E293EA

Color information

#E293EA (or 0xE293EA) is unknown color: approx Plum. HEX triplet: E2, 93 and EA. RGB value is (226,147,234). Sum of RGB (Red+Green+Blue) = 226+147+234=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E293EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293EA is #1D6C15. Grayscale: #B4B4B4. Windows color (decimal): -1928214 or 15373282. OLE color: 15373282.

HSL color Cylindrical-coordinate representation of color #E293EA: hue angle of 294.48º 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 #E293EA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226147234-
CMYK0.030.3700.08
HSL294.48º67.44%74.71%-
HSV(B)294.48º37.18%91.76%-
XYZ56.6542.9883.15-
YUV180.54158.17160.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=37.23%
G=24.22%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261472340.030.3700.08294.4867.4474.71
HexE293EA32508126434b
Octal342223352345010446103113
Binary111000101001001111101010111001010100010010011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293EA; }

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

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

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

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

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

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

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

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