#E392D2

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

Shades of Plum #E392D2

Tints of Plum #E392D2

Color information

#E392D2 (or 0xE392D2) is unknown color: approx Plum. HEX triplet: E3, 92 and D2. RGB value is (227,146,210). Sum of RGB (Red+Green+Blue) = 227+146+210=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D2 is #1C6D2D. Grayscale: #B1B1B1. Windows color (decimal): -1862958 or 13800163. OLE color: 13800163.

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

Color convert

RGB227146210-
CMYK00.360.070.11
HSL312.59º59.12%73.14%-
HSV(B)312.59º35.68%89.02%-
XYZ53.5941.5466.17-
YUV177.52146.34163.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=38.94%
G=25.04%
B=36.02%

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
Decimal22714621000.360.070.11312.5959.1273.14
HexE392D20247B1393b49
Octal34322232204471347173111
Binary111000111001001011010010010010011110111001110011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392D2; }

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

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

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

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

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

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

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

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