#E497EA

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

Shades of Plum #E497EA

Tints of Plum #E497EA

Color information

#E497EA (or 0xE497EA) is unknown color: approx Plum. HEX triplet: E4, 97 and EA. RGB value is (228,151,234). Sum of RGB (Red+Green+Blue) = 228+151+234=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E497EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497EA is #1B6815. Grayscale: #B7B7B7. Windows color (decimal): -1796118 or 15374308. OLE color: 15374308.

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

Color convert

RGB228151234-
CMYK0.030.3500.08
HSL295.66º66.4%75.49%-
HSV(B)295.66º35.47%91.76%-
XYZ57.9144.5783.39-
YUV183.48156.51159.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.19%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=37.19%
G=24.63%
B=38.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281512340.030.3500.08295.6666.475.49
HexE497EA32308128424b
Octal344227352343010450102113
Binary111001001001011111101010111000110100010010100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497EA; }

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

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

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

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

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

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

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

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