#E397EA

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

Shades of Plum #E397EA

Tints of Plum #E397EA

Color information

#E397EA (or 0xE397EA) is unknown color: approx Plum. HEX triplet: E3, 97 and EA. RGB value is (227,151,234). Sum of RGB (Red+Green+Blue) = 227+151+234=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #E397EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E397EA is #1C6815. Grayscale: #B6B6B6. Windows color (decimal): -1861654 or 15374307. OLE color: 15374307.

HSL color Cylindrical-coordinate representation of color #E397EA: hue angle of 294.94º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E397EA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227151234-
CMYK0.030.3500.08
HSL294.94º66.4%75.49%-
HSV(B)294.94º35.47%91.76%-
XYZ57.644.483.38-
YUV183.19156.68159.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.09%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=37.09%
G=24.67%
B=38.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271512340.030.3500.08294.9466.475.49
HexE397EA32308127424b
Octal343227352343010447102113
Binary111000111001011111101010111000110100010010011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397EA; }

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

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

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

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

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

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

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

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