#E494E1

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

Shades of Plum #E494E1

Tints of Plum #E494E1

Color information

#E494E1 (or 0xE494E1) is unknown color: approx Plum. HEX triplet: E4, 94 and E1. RGB value is (228,148,225). Sum of RGB (Red+Green+Blue) = 228+148+225=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E494E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494E1 is #1B6B1E. Grayscale: #B4B4B4. Windows color (decimal): -1796895 or 14783716. OLE color: 14783716.

HSL color Cylindrical-coordinate representation of color #E494E1: hue angle of 302.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E494E1 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB228148225-
CMYK00.350.010.11
HSL302.25º59.7%73.73%-
HSV(B)302.25º35.09%89.41%-
XYZ56.1843.1176.59-
YUV180.7153161.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=37.94%
G=24.63%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814822500.350.010.11302.2559.773.73
HexE494E10231B12e3c4a
Octal34422434104311345674112
Binary1110010010010100111000010100011110111001011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494E1; }

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

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

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

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

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

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

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

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