#E497F1

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

Shades of Plum #E497F1

Tints of Plum #E497F1

Color information

#E497F1 (or 0xE497F1) is unknown color: approx Plum. HEX triplet: E4, 97 and F1. RGB value is (228,151,241). Sum of RGB (Red+Green+Blue) = 228+151+241=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E497F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497F1 is #1B680E. Grayscale: #B7B7B7. Windows color (decimal): -1796111 or 15833060. OLE color: 15833060.

HSL color Cylindrical-coordinate representation of color #E497F1: hue angle of 291.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E497F1 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228151241-
CMYK0.050.3700.05
HSL291.33º76.27%76.86%-
HSV(B)291.33º37.34%94.51%-
XYZ58.9444.9888.79-
YUV184.28160.01159.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.77%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=36.77%
G=24.35%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281512410.050.3700.05291.3376.2776.86
HexE497F1525051234c4d
Octal34422736154505443114115
Binary111001001001011111110001101100101010110010001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497F1; }

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

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

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

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

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

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

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

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