#E498E6

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

Shades of Plum #E498E6

Tints of Plum #E498E6

Color information

#E498E6 (or 0xE498E6) is unknown color: approx Plum. HEX triplet: E4, 98 and E6. RGB value is (228,152,230). Sum of RGB (Red+Green+Blue) = 228+152+230=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #E498E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E498E6 is #1B6719. Grayscale: #B7B7B7. Windows color (decimal): -1795866 or 15112420. OLE color: 15112420.

HSL color Cylindrical-coordinate representation of color #E498E6: hue angle of 298.46º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E498E6 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228152230-
CMYK0.010.3400.10
HSL298.46º60.94%74.9%-
HSV(B)298.46º33.91%90.2%-
XYZ57.5144.6680.45-
YUV183.62154.18159.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.38%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=37.38%
G=24.92%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281522300.010.3400.10298.4660.9474.9
HexE498E61220A12a3d4b
Octal34423034614201245275113
Binary1110010010011000111001101100010010101001010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498E6; }

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

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

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

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

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

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

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

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