#E393DD

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

Shades of Plum #E393DD

Tints of Plum #E393DD

Color information

#E393DD (or 0xE393DD) is unknown color: approx Plum. HEX triplet: E3, 93 and DD. RGB value is (227,147,221). Sum of RGB (Red+Green+Blue) = 227+147+221=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E393DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393DD is #1C6C22. Grayscale: #B3B3B3. Windows color (decimal): -1862691 or 14521315. OLE color: 14521315.

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

Color convert

RGB227147221-
CMYK00.350.030.11
HSL304.5º58.82%73.33%-
HSV(B)304.5º35.24%89.02%-
XYZ55.1642.4273.69-
YUV179.36151.5161.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=38.15%
G=24.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714722100.350.030.11304.558.8273.33
HexE393DD0233B1303b49
Octal34322333504331346073111
Binary11100011100100111101110101000111110111001100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393DD; }

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

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

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

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

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

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

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

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