#E495EE

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

Shades of Plum #E495EE

Tints of Plum #E495EE

Color information

#E495EE (or 0xE495EE) is unknown color: approx Plum. HEX triplet: E4, 95 and EE. RGB value is (228,149,238). Sum of RGB (Red+Green+Blue) = 228+149+238=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #E495EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EE is #1B6A11. Grayscale: #B6B6B6. Windows color (decimal): -1796626 or 15635940. OLE color: 15635940.

HSL color Cylindrical-coordinate representation of color #E495EE: hue angle of 293.26º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E495EE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228149238-
CMYK0.040.3700.07
HSL293.26º72.36%75.88%-
HSV(B)293.26º37.39%93.33%-
XYZ58.1744.1686.35-
YUV182.77159.17160.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=37.07%
G=24.23%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281492380.040.3700.07293.2672.3675.88
HexE495EE42507125484c
Octal34422535644507445110114
Binary111001001001010111101110100100101011110010010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495EE; }

 p { color: rgb(228,149,238); }

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

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

 a { background-color: rgb(228,149,238); }

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

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

 span { border-color: rgb(228,149,238); }

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