#E397D2

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

Shades of Plum #E397D2

Tints of Plum #E397D2

Color information

#E397D2 (or 0xE397D2) is unknown color: approx Plum. HEX triplet: E3, 97 and D2. RGB value is (227,151,210). Sum of RGB (Red+Green+Blue) = 227+151+210=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E397D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397D2 is #1C682D. Grayscale: #B4B4B4. Windows color (decimal): -1861678 or 13801443. OLE color: 13801443.

HSL color Cylindrical-coordinate representation of color #E397D2: hue angle of 313.42º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E397D2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227151210-
CMYK00.330.070.11
HSL313.42º57.58%74.12%-
HSV(B)313.42º33.48%89.02%-
XYZ54.3843.1266.43-
YUV180.45144.68161.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=38.61%
G=25.68%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715121000.330.070.11313.4257.5874.12
HexE397D20217B1393a4a
Octal34322732204171347172112
Binary111000111001011111010010010000111110111001110011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397D2; }

 p { color: rgb(227,151,210); }

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

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

 a { background-color: rgb(227,151,210); }

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

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

 span { border-color: rgb(227,151,210); }

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