#E391D5

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

Shades of Plum #E391D5

Tints of Plum #E391D5

Color information

#E391D5 (or 0xE391D5) is unknown color: approx Plum. HEX triplet: E3, 91 and D5. RGB value is (227,145,213). Sum of RGB (Red+Green+Blue) = 227+145+213=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E391D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391D5 is #1C6E2A. Grayscale: #B1B1B1. Windows color (decimal): -1863211 or 13996515. OLE color: 13996515.

HSL color Cylindrical-coordinate representation of color #E391D5: hue angle of 310.24º degrees, saturation: 0.59, 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 #E391D5 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227145213-
CMYK00.360.060.11
HSL310.24º59.42%72.94%-
HSV(B)310.24º36.12%89.02%-
XYZ53.8141.3968.1-
YUV177.27148.17163.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=38.80%
G=24.79%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714521300.360.060.11310.2459.4272.94
HexE391D50246B1363b49
Octal34322132504461346673111
Binary111000111001000111010101010010011010111001101101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391D5; }

 p { color: rgb(227,145,213); }

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

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

 a { background-color: rgb(227,145,213); }

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

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

 span { border-color: rgb(227,145,213); }

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