#E393D0

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

Shades of Plum #E393D0

Tints of Plum #E393D0

Color information

#E393D0 (or 0xE393D0) is unknown color: approx Plum. HEX triplet: E3, 93 and D0. RGB value is (227,147,208). Sum of RGB (Red+Green+Blue) = 227+147+208=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E393D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393D0 is #1C6C2F. Grayscale: #B1B1B1. Windows color (decimal): -1862704 or 13669347. OLE color: 13669347.

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

Color convert

RGB227147208-
CMYK00.350.080.11
HSL314.25º58.82%73.33%-
HSV(B)314.25º35.24%89.02%-
XYZ53.541.7564.91-
YUV177.87145163.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 147 (57.81% from 255) = 25.26%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=39.00%
G=25.26%
B=35.74%

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
Decimal22714720800.350.080.11314.2558.8273.33
HexE393D00238B13a3b49
Octal343223320043101347273111
Binary1110001110010011110100000100011100010111001110101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393D0; }

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

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

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

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

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

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

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

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