#E391DC

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

Shades of Plum #E391DC

Tints of Plum #E391DC

Color information

#E391DC (or 0xE391DC) is unknown color: approx Plum. HEX triplet: E3, 91 and DC. RGB value is (227,145,220). Sum of RGB (Red+Green+Blue) = 227+145+220=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E391DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391DC is #1C6E23. Grayscale: #B1B1B1. Windows color (decimal): -1863204 or 14455267. OLE color: 14455267.

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

Color convert

RGB227145220-
CMYK00.360.030.11
HSL305.12º59.42%72.94%-
HSV(B)305.12º36.12%89.02%-
XYZ54.7241.7572.88-
YUV178.07151.67162.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=38.34%
G=24.49%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714522000.360.030.11305.1259.4272.94
HexE391DC0243B1313b49
Octal34322133404431346173111
Binary11100011100100011101110001001001110111001100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391DC; }

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

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

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

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

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

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

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

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