#E494E9

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

Shades of Plum #E494E9

Tints of Plum #E494E9

Color information

#E494E9 (or 0xE494E9) is unknown color: approx Plum. HEX triplet: E4, 94 and E9. RGB value is (228,148,233). Sum of RGB (Red+Green+Blue) = 228+148+233=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #E494E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494E9 is #1B6B16. Grayscale: #B5B5B5. Windows color (decimal): -1796887 or 15308004. OLE color: 15308004.

HSL color Cylindrical-coordinate representation of color #E494E9: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E494E9 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228148233-
CMYK0.020.3600.09
HSL296.47º65.89%74.71%-
HSV(B)296.47º36.48%91.37%-
XYZ57.2943.5682.48-
YUV181.61157161.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 148 (58.20% from 255) = 24.30%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=37.44%
G=24.30%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281482330.020.3600.09296.4765.8974.71
HexE494E922409128424b
Octal344224351244011450102113
Binary111001001001010011101001101001000100110010100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494E9; }

 p { color: rgb(228,148,233); }

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

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

 a { background-color: rgb(228,148,233); }

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

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

 span { border-color: rgb(228,148,233); }

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