#E491E5

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

Shades of Plum #E491E5

Tints of Plum #E491E5

Color information

#E491E5 (or 0xE491E5) is unknown color: approx Plum. HEX triplet: E4, 91 and E5. RGB value is (228,145,229). Sum of RGB (Red+Green+Blue) = 228+145+229=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #E491E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491E5 is #1B6E1A. Grayscale: #B3B3B3. Windows color (decimal): -1797659 or 15045092. OLE color: 15045092.

HSL color Cylindrical-coordinate representation of color #E491E5: hue angle of 299.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E491E5 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228145229-
CMYK0.000.3700.10
HSL299.29º61.76%73.33%-
HSV(B)299.29º36.68%89.8%-
XYZ56.2642.479.35-
YUV179.39156162.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.87%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=37.87%
G=24.09%
B=38.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281452290.000.3700.10299.2961.7673.33
HexE491E50250A12b3e49
Octal34422134504501245376111
Binary1110010010010001111001010100101010101001010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491E5; }

 p { color: rgb(228,145,229); }

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

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

 a { background-color: rgb(228,145,229); }

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

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

 span { border-color: rgb(228,145,229); }

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