#E494EB

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

Shades of Plum #E494EB

Tints of Plum #E494EB

Color information

#E494EB (or 0xE494EB) is unknown color: approx Plum. HEX triplet: E4, 94 and EB. RGB value is (228,148,235). Sum of RGB (Red+Green+Blue) = 228+148+235=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #E494EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494EB is #1B6B14. Grayscale: #B5B5B5. Windows color (decimal): -1796885 or 15439076. OLE color: 15439076.

HSL color Cylindrical-coordinate representation of color #E494EB: hue angle of 295.17º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E494EB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228148235-
CMYK0.030.3700.08
HSL295.17º68.5%75.1%-
HSV(B)295.17º37.02%92.16%-
XYZ57.5843.6783.99-
YUV181.84158160.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.32%
GREEN value IS 148 (58.20% from 255) = 24.22%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=37.32%
G=24.22%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281482350.030.3700.08295.1768.575.1
HexE494EB32508127454b
Octal344224353345010447105113
Binary111001001001010011101011111001010100010010011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494EB; }

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

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

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

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

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

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

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

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