#E293DE

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

Shades of Plum #E293DE

Tints of Plum #E293DE

Color information

#E293DE (or 0xE293DE) is unknown color: approx Plum. HEX triplet: E2, 93 and DE. RGB value is (226,147,222). Sum of RGB (Red+Green+Blue) = 226+147+222=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E293DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293DE is #1D6C21. Grayscale: #B2B2B2. Windows color (decimal): -1928226 or 14586850. OLE color: 14586850.

HSL color Cylindrical-coordinate representation of color #E293DE: hue angle of 303.04º 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 #E293DE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226147222-
CMYK00.350.020.11
HSL303.04º57.66%73.14%-
HSV(B)303.04º34.96%88.63%-
XYZ54.9842.3174.38-
YUV179.17152.17161.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=37.98%
G=24.71%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614722200.350.020.11303.0457.6673.14
HexE293DE0232B12f3a49
Octal34222333604321345772111
Binary11100010100100111101111001000111010111001011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293DE; }

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

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

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

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

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

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

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

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