#E499DF

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

Shades of Plum #E499DF

Tints of Plum #E499DF

Color information

#E499DF (or 0xE499DF) is unknown color: approx Plum. HEX triplet: E4, 99 and DF. RGB value is (228,153,223). Sum of RGB (Red+Green+Blue) = 228+153+223=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E499DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499DF is #1B6620. Grayscale: #B7B7B7. Windows color (decimal): -1795617 or 14653924. OLE color: 14653924.

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

Color convert

RGB228153223-
CMYK00.330.020.11
HSL304º58.14%74.71%-
HSV(B)304º32.89%89.41%-
XYZ56.7144.675.43-
YUV183.4150.35159.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=37.75%
G=25.33%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815322300.330.020.1130458.1474.71
HexE499DF0212B1303a4b
Octal34423133704121346072113
Binary11100100100110011101111101000011010111001100001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E499DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E499DF; }

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

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

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

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

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

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

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

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