#E497D5

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

Shades of Plum #E497D5

Tints of Plum #E497D5

Color information

#E497D5 (or 0xE497D5) is unknown color: approx Plum. HEX triplet: E4, 97 and D5. RGB value is (228,151,213). Sum of RGB (Red+Green+Blue) = 228+151+213=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D5 is #1B682A. Grayscale: #B4B4B4. Windows color (decimal): -1796139 or 13998052. OLE color: 13998052.

HSL color Cylindrical-coordinate representation of color #E497D5: hue angle of 311.69º 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 #E497D5 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB228151213-
CMYK00.340.070.11
HSL311.69º58.78%74.31%-
HSV(B)311.69º33.77%89.41%-
XYZ55.0743.4368.43-
YUV181.09146.01161.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=38.51%
G=25.51%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815121300.340.070.11311.6958.7874.31
HexE497D50227B1383b4a
Octal34422732504271347073112
Binary111001001001011111010101010001011110111001110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497D5; }

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

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

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

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

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

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

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

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