#E392D3

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

Shades of Plum #E392D3

Tints of Plum #E392D3

Color information

#E392D3 (or 0xE392D3) is unknown color: approx Plum. HEX triplet: E3, 92 and D3. RGB value is (227,146,211). Sum of RGB (Red+Green+Blue) = 227+146+211=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D3 is #1C6D2C. Grayscale: #B1B1B1. Windows color (decimal): -1862957 or 13865699. OLE color: 13865699.

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

Color convert

RGB227146211-
CMYK00.360.070.11
HSL311.85º59.12%73.14%-
HSV(B)311.85º35.68%89.02%-
XYZ53.7241.5966.82-
YUV177.63146.84163.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 146 (57.42% from 255) = 25%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=38.87%
G=25%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714621100.360.070.11311.8559.1273.14
HexE392D30247B1383b49
Octal34322232304471347073111
Binary111000111001001011010011010010011110111001110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392D3; }

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

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

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

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

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

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

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

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