#E498EA

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

Shades of Plum #E498EA

Tints of Plum #E498EA

Color information

#E498EA (or 0xE498EA) is unknown color: approx Plum. HEX triplet: E4, 98 and EA. RGB value is (228,152,234). Sum of RGB (Red+Green+Blue) = 228+152+234=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #E498EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498EA is #1B6715. Grayscale: #B7B7B7. Windows color (decimal): -1795862 or 15374564. OLE color: 15374564.

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

Color convert

RGB228152234-
CMYK0.030.3500.08
HSL295.61º66.13%75.69%-
HSV(B)295.61º35.04%91.76%-
XYZ58.0744.8983.45-
YUV184.07156.18159.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=37.13%
G=24.76%
B=38.11%

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
Decimal2281522340.030.3500.08295.6166.1375.69
HexE498EA32308128424c
Octal344230352343010450102114
Binary111001001001100011101010111000110100010010100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498EA; }

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

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

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

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

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

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

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

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