#E498D4

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

Shades of Plum #E498D4

Tints of Plum #E498D4

Color information

#E498D4 (or 0xE498D4) is unknown color: approx Plum. HEX triplet: E4, 98 and D4. RGB value is (228,152,212). Sum of RGB (Red+Green+Blue) = 228+152+212=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E498D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498D4 is #1B672B. Grayscale: #B5B5B5. Windows color (decimal): -1795884 or 13932772. OLE color: 13932772.

HSL color Cylindrical-coordinate representation of color #E498D4: hue angle of 312.63º 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 #E498D4 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB228152212-
CMYK00.330.070.11
HSL312.63º58.46%74.51%-
HSV(B)312.63º33.33%89.41%-
XYZ55.1143.767.82-
YUV181.56145.18161.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=38.51%
G=25.68%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815221200.330.070.11312.6358.4674.51
HexE498D40217B1393a4b
Octal34423032404171347172113
Binary111001001001100011010100010000111110111001110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498D4; }

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

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

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

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

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

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

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

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