#E491DF

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

Shades of Plum #E491DF

Tints of Plum #E491DF

Color information

#E491DF (or 0xE491DF) is unknown color: approx Plum. HEX triplet: E4, 91 and DF. RGB value is (228,145,223). Sum of RGB (Red+Green+Blue) = 228+145+223=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DF is #1B6E20. Grayscale: #B2B2B2. Windows color (decimal): -1797665 or 14651876. OLE color: 14651876.

HSL color Cylindrical-coordinate representation of color #E491DF: hue angle of 303.61º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228145223-
CMYK00.360.020.11
HSL303.61º60.58%73.14%-
HSV(B)303.61º36.4%89.41%-
XYZ55.4442.0775.01-
YUV178.71153163.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.26%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=38.26%
G=24.33%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814522300.360.020.11303.6160.5873.14
HexE491DF0242B1303d49
Octal34422133704421346075111
Binary11100100100100011101111101001001010111001100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491DF; }

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

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

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

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

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

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

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

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