#E497DE

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

Shades of Plum #E497DE

Tints of Plum #E497DE

Color information

#E497DE (or 0xE497DE) is unknown color: approx Plum. HEX triplet: E4, 97 and DE. RGB value is (228,151,222). Sum of RGB (Red+Green+Blue) = 228+151+222=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E497DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497DE is #1B6821. Grayscale: #B5B5B5. Windows color (decimal): -1796130 or 14587876. OLE color: 14587876.

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

Color convert

RGB228151222-
CMYK00.340.030.11
HSL304.68º58.78%74.31%-
HSV(B)304.68º33.77%89.41%-
XYZ56.2543.974.62-
YUV182.12150.51160.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=37.94%
G=25.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815122200.340.030.11304.6858.7874.31
HexE497DE0223B1313b4a
Octal34422733604231346173112
Binary11100100100101111101111001000101110111001100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497DE; }

 p { color: rgb(228,151,222); }

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

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

 a { background-color: rgb(228,151,222); }

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

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

 span { border-color: rgb(228,151,222); }

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