#E497D0

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

Shades of Plum #E497D0

Tints of Plum #E497D0

Color information

#E497D0 (or 0xE497D0) is unknown color: approx Plum. HEX triplet: E4, 97 and D0. RGB value is (228,151,208). Sum of RGB (Red+Green+Blue) = 228+151+208=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E497D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497D0 is #1B682F. Grayscale: #B4B4B4. Windows color (decimal): -1796144 or 13670372. OLE color: 13670372.

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

Color convert

RGB228151208-
CMYK00.340.090.11
HSL315.58º58.78%74.31%-
HSV(B)315.58º33.77%89.41%-
XYZ54.4543.1865.14-
YUV180.52143.51161.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.84%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=38.84%
G=25.72%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815120800.340.090.11315.5858.7874.31
HexE497D00229B13c3b4a
Octal344227320042111347473112
Binary1110010010010111110100000100010100110111001111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497D0; }

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

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

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

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

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

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

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

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