#E392E1

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

Shades of Plum #E392E1

Tints of Plum #E392E1

Color information

#E392E1 (or 0xE392E1) is unknown color: approx Plum. HEX triplet: E3, 92 and E1. RGB value is (227,146,225). Sum of RGB (Red+Green+Blue) = 227+146+225=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E392E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392E1 is #1C6D1E. Grayscale: #B2B2B2. Windows color (decimal): -1862943 or 14783203. OLE color: 14783203.

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

Color convert

RGB227146225-
CMYK00.360.010.11
HSL301.48º59.12%73.14%-
HSV(B)301.48º35.68%89.02%-
XYZ55.5542.3276.48-
YUV179.22153.84162.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=37.96%
G=24.41%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714622500.360.010.11301.4859.1273.14
HexE392E10241B12d3b49
Octal34322234104411345573111
Binary1110001110010010111000010100100110111001011011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392E1; }

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

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

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

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

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

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

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

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