#E496ED

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

Shades of Plum #E496ED

Tints of Plum #E496ED

Color information

#E496ED (or 0xE496ED) is unknown color: approx Plum. HEX triplet: E4, 96 and ED. RGB value is (228,150,237). Sum of RGB (Red+Green+Blue) = 228+150+237=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E496ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E496ED is #1B6912. Grayscale: #B6B6B6. Windows color (decimal): -1796371 or 15570660. OLE color: 15570660.

HSL color Cylindrical-coordinate representation of color #E496ED: hue angle of 293.79º degrees, saturation: 0.71, 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 #E496ED is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228150237-
CMYK0.040.3700.07
HSL293.79º70.73%75.88%-
HSV(B)293.79º36.71%92.94%-
XYZ58.1944.4285.63-
YUV183.24158.34159.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=37.07%
G=24.39%
B=38.54%

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
Decimal2281502370.040.3700.07293.7970.7375.88
HexE496ED42507126474c
Octal34422635544507446107114
Binary111001001001011011101101100100101011110010011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496ED; }

 p { color: rgb(228,150,237); }

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

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

 a { background-color: rgb(228,150,237); }

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

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

 span { border-color: rgb(228,150,237); }

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