#E393D1

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

Shades of Plum #E393D1

Tints of Plum #E393D1

Color information

#E393D1 (or 0xE393D1) is unknown color: approx Plum. HEX triplet: E3, 93 and D1. RGB value is (227,147,209). Sum of RGB (Red+Green+Blue) = 227+147+209=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E393D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393D1 is #1C6C2E. Grayscale: #B1B1B1. Windows color (decimal): -1862703 or 13734883. OLE color: 13734883.

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

Color convert

RGB227147209-
CMYK00.350.080.11
HSL313.5º58.82%73.33%-
HSV(B)313.5º35.24%89.02%-
XYZ53.6241.865.56-
YUV177.99145.5162.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=38.94%
G=25.21%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714720900.350.080.11313.558.8273.33
HexE393D10238B13a3b49
Octal343223321043101347273111
Binary1110001110010011110100010100011100010111001110101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393D1; }

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

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

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

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

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

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

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

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