#E397EC

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

Shades of Plum #E397EC

Tints of Plum #E397EC

Color information

#E397EC (or 0xE397EC) is unknown color: approx Plum. HEX triplet: E3, 97 and EC. RGB value is (227,151,236). Sum of RGB (Red+Green+Blue) = 227+151+236=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E397EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397EC is #1C6813. Grayscale: #B7B7B7. Windows color (decimal): -1861652 or 15505379. OLE color: 15505379.

HSL color Cylindrical-coordinate representation of color #E397EC: hue angle of 293.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E397EC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227151236-
CMYK0.040.3600.07
HSL293.65º69.11%75.88%-
HSV(B)293.65º36.02%92.55%-
XYZ57.8944.5284.9-
YUV183.41157.68159.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=36.97%
G=24.59%
B=38.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271512360.040.3600.07293.6569.1175.88
HexE397EC42407126454c
Octal34322735444407446105114
Binary111000111001011111101100100100100011110010011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397EC; }

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

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

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

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

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

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

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

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