#E391E2

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

Shades of Plum #E391E2

Tints of Plum #E391E2

Color information

#E391E2 (or 0xE391E2) is unknown color: approx Plum. HEX triplet: E3, 91 and E2. RGB value is (227,145,226). Sum of RGB (Red+Green+Blue) = 227+145+226=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E391E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391E2 is #1C6E1D. Grayscale: #B2B2B2. Windows color (decimal): -1863198 or 14848483. OLE color: 14848483.

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

Color convert

RGB227145226-
CMYK00.360.000.11
HSL300.73º59.42%72.94%-
HSV(B)300.73º36.12%89.02%-
XYZ55.5342.0777.15-
YUV178.75154.67162.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 24.25%
BLUE value IS 226 (88.67% from 255) = 37.79%
R=37.96%
G=24.25%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714522600.360.000.11300.7359.4272.94
HexE391E20240B12d3b49
Octal34322134204401345573111
Binary1110001110010001111000100100100010111001011011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391E2; }

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

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

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

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

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

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

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

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