#E392D8

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

Shades of Plum #E392D8

Tints of Plum #E392D8

Color information

#E392D8 (or 0xE392D8) is unknown color: approx Plum. HEX triplet: E3, 92 and D8. RGB value is (227,146,216). Sum of RGB (Red+Green+Blue) = 227+146+216=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D8 is #1C6D27. Grayscale: #B2B2B2. Windows color (decimal): -1862952 or 14193379. OLE color: 14193379.

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

Color convert

RGB227146216-
CMYK00.360.050.11
HSL308.15º59.12%73.14%-
HSV(B)308.15º35.68%89.02%-
XYZ54.3541.8570.18-
YUV178.2149.34162.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=38.54%
G=24.79%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714621600.360.050.11308.1559.1273.14
HexE392D80245B1343b49
Octal34322233004451346473111
Binary111000111001001011011000010010010110111001101001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392D8; }

 p { color: rgb(227,146,216); }

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

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

 a { background-color: rgb(227,146,216); }

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

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

 span { border-color: rgb(227,146,216); }

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