#E392D6

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

Shades of Plum #E392D6

Tints of Plum #E392D6

Color information

#E392D6 (or 0xE392D6) is unknown color: approx Plum. HEX triplet: E3, 92 and D6. RGB value is (227,146,214). Sum of RGB (Red+Green+Blue) = 227+146+214=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E392D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392D6 is #1C6D29. Grayscale: #B1B1B1. Windows color (decimal): -1862954 or 14062307. OLE color: 14062307.

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

Color convert

RGB227146214-
CMYK00.360.060.11
HSL309.63º59.12%73.14%-
HSV(B)309.63º35.68%89.02%-
XYZ54.141.7468.82-
YUV177.97148.34162.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.67%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=38.67%
G=24.87%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714621400.360.060.11309.6359.1273.14
HexE392D60246B1363b49
Octal34322232604461346673111
Binary111000111001001011010110010010011010111001101101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392D6; }

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

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

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

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

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

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

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

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