#E498D7

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

Shades of Plum #E498D7

Tints of Plum #E498D7

Color information

#E498D7 (or 0xE498D7) is unknown color: approx Plum. HEX triplet: E4, 98 and D7. RGB value is (228,152,215). Sum of RGB (Red+Green+Blue) = 228+152+215=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E498D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498D7 is #1B6728. Grayscale: #B5B5B5. Windows color (decimal): -1795881 or 14129380. OLE color: 14129380.

HSL color Cylindrical-coordinate representation of color #E498D7: hue angle of 310.26º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E498D7 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB228152215-
CMYK00.330.060.11
HSL310.26º58.46%74.51%-
HSV(B)310.26º33.33%89.41%-
XYZ55.4943.8669.83-
YUV181.91146.68160.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=38.32%
G=25.55%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815221500.330.060.11310.2658.4674.51
HexE498D70216B1363a4b
Octal34423032704161346672113
Binary111001001001100011010111010000111010111001101101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498D7; }

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

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

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

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

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

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

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

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