#E497D3

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

Shades of Plum #E497D3

Tints of Plum #E497D3

Color information

#E497D3 (or 0xE497D3) is unknown color: approx Plum. HEX triplet: E4, 97 and D3. RGB value is (228,151,211). Sum of RGB (Red+Green+Blue) = 228+151+211=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D3 is #1B682C. Grayscale: #B4B4B4. Windows color (decimal): -1796141 or 13866980. OLE color: 13866980.

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

Color convert

RGB228151211-
CMYK00.340.070.11
HSL313.25º58.78%74.31%-
HSV(B)313.25º33.77%89.41%-
XYZ54.8243.3367.1-
YUV180.86145.01161.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.64%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=38.64%
G=25.59%
B=35.76%

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
Decimal22815121100.340.070.11313.2558.7874.31
HexE497D30227B1393b4a
Octal34422732304271347173112
Binary111001001001011111010011010001011110111001110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497D3; }

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

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

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

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

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

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

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

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