#E397ED

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

Shades of Plum #E397ED

Tints of Plum #E397ED

Color information

#E397ED (or 0xE397ED) is unknown color: approx Plum. HEX triplet: E3, 97 and ED. RGB value is (227,151,237). Sum of RGB (Red+Green+Blue) = 227+151+237=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E397ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397ED is #1C6812. Grayscale: #B7B7B7. Windows color (decimal): -1861651 or 15570915. OLE color: 15570915.

HSL color Cylindrical-coordinate representation of color #E397ED: hue angle of 293.02º degrees, saturation: 0.7, 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 #E397ED is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227151237-
CMYK0.040.3600.07
HSL293.02º70.49%76.08%-
HSV(B)293.02º36.29%92.94%-
XYZ58.0344.5885.67-
YUV183.53158.18159.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.91%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=36.91%
G=24.55%
B=38.54%

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
Decimal2271512370.040.3600.07293.0270.4976.08
HexE397ED42407125464c
Octal34322735544407445106114
Binary111000111001011111101101100100100011110010010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397ED; }

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

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

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

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

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

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

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

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