#E497EC

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

Shades of Plum #E497EC

Tints of Plum #E497EC

Color information

#E497EC (or 0xE497EC) is unknown color: approx Plum. HEX triplet: E4, 97 and EC. RGB value is (228,151,236). Sum of RGB (Red+Green+Blue) = 228+151+236=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E497EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497EC is #1B6813. Grayscale: #B7B7B7. Windows color (decimal): -1796116 or 15505380. OLE color: 15505380.

HSL color Cylindrical-coordinate representation of color #E497EC: hue angle of 294.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E497EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228151236-
CMYK0.030.3600.07
HSL294.35º69.11%75.88%-
HSV(B)294.35º36.02%92.55%-
XYZ58.244.6884.91-
YUV183.71157.51159.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=37.07%
G=24.55%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281512360.030.3600.07294.3569.1175.88
HexE497EC32407126454c
Octal34422735434407446105114
Binary11100100100101111110110011100100011110010011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497EC; }

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

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

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

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

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

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

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

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