#E499DC

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

Shades of Plum #E499DC

Tints of Plum #E499DC

Color information

#E499DC (or 0xE499DC) is unknown color: approx Plum. HEX triplet: E4, 99 and DC. RGB value is (228,153,220). Sum of RGB (Red+Green+Blue) = 228+153+220=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DC is #1B6623. Grayscale: #B6B6B6. Windows color (decimal): -1795620 or 14457316. OLE color: 14457316.

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

Color convert

RGB228153220-
CMYK00.330.040.11
HSL306.4º58.14%74.71%-
HSV(B)306.4º32.89%89.41%-
XYZ56.344.4473.32-
YUV183.06148.85160.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=37.94%
G=25.46%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815322000.330.040.11306.458.1474.71
HexE499DC0214B1323a4b
Octal34423133404141346272113
Binary111001001001100111011100010000110010111001100101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E499DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E499DC; }

 p { color: rgb(228,153,220); }

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

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

 a { background-color: rgb(228,153,220); }

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

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

 span { border-color: rgb(228,153,220); }

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