#E497ED

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

Shades of Plum #E497ED

Tints of Plum #E497ED

Color information

#E497ED (or 0xE497ED) is unknown color: approx Plum. HEX triplet: E4, 97 and ED. RGB value is (228,151,237). Sum of RGB (Red+Green+Blue) = 228+151+237=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497ED is #1B6812. Grayscale: #B7B7B7. Windows color (decimal): -1796115 or 15570916. OLE color: 15570916.

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

Color convert

RGB228151237-
CMYK0.040.3600.07
HSL293.72º70.49%76.08%-
HSV(B)293.72º36.29%92.94%-
XYZ58.3544.7485.68-
YUV183.83158.01159.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=37.01%
G=24.51%
B=38.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281512370.040.3600.07293.7270.4976.08
HexE497ED42407126464c
Octal34422735544407446106114
Binary111001001001011111101101100100100011110010011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497ED; }

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

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

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

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

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

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

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

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