#E498EF

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

Shades of Plum #E498EF

Tints of Plum #E498EF

Color information

#E498EF (or 0xE498EF) is unknown color: approx Plum. HEX triplet: E4, 98 and EF. RGB value is (228,152,239). Sum of RGB (Red+Green+Blue) = 228+152+239=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #E498EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498EF is #1B6710. Grayscale: #B8B8B8. Windows color (decimal): -1795857 or 15702244. OLE color: 15702244.

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

Color convert

RGB228152239-
CMYK0.050.3600.06
HSL292.41º73.11%76.67%-
HSV(B)292.41º36.4%93.73%-
XYZ58.845.1887.28-
YUV184.64158.68158.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.83%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=36.83%
G=24.56%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281522390.050.3600.06292.4173.1176.67
HexE498EF52406124494d
Octal34423035754406444111115
Binary111001001001100011101111101100100011010010010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498EF; }

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

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

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

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

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

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

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

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