#E498F0

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

Shades of Plum #E498F0

Tints of Plum #E498F0

Color information

#E498F0 (or 0xE498F0) is unknown color: approx Plum. HEX triplet: E4, 98 and F0. RGB value is (228,152,240). Sum of RGB (Red+Green+Blue) = 228+152+240=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E498F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498F0 is #1B670F. Grayscale: #B8B8B8. Windows color (decimal): -1795856 or 15767780. OLE color: 15767780.

HSL color Cylindrical-coordinate representation of color #E498F0: hue angle of 291.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E498F0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228152240-
CMYK0.050.3700.06
HSL291.82º74.58%76.86%-
HSV(B)291.82º36.67%94.12%-
XYZ58.9545.2488.06-
YUV184.76159.18158.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.77%
GREEN value IS 152 (59.77% from 255) = 24.52%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=36.77%
G=24.52%
B=38.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281522400.050.3700.06291.8274.5876.86
HexE498F0525061244b4d
Octal34423036054506444113115
Binary111001001001100011110000101100101011010010010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498F0; }

 p { color: rgb(228,152,240); }

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

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

 a { background-color: rgb(228,152,240); }

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

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

 span { border-color: rgb(228,152,240); }

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