#E390E6

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

Shades of Plum #E390E6

Tints of Plum #E390E6

Color information

#E390E6 (or 0xE390E6) is unknown color: approx Plum. HEX triplet: E3, 90 and E6. RGB value is (227,144,230). Sum of RGB (Red+Green+Blue) = 227+144+230=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #E390E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390E6 is #1C6F19. Grayscale: #B2B2B2. Windows color (decimal): -1863450 or 15110371. OLE color: 15110371.

HSL color Cylindrical-coordinate representation of color #E390E6: hue angle of 297.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390E6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227144230-
CMYK0.010.3700.10
HSL297.91º63.24%73.33%-
HSV(B)297.91º37.39%90.2%-
XYZ55.9341.9980.02-
YUV178.62157162.51-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.77%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=37.77%
G=23.96%
B=38.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271442300.010.3700.10297.9163.2473.33
HexE390E61250A12a3f49
Octal34322034614501245277111
Binary1110001110010000111001101100101010101001010101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390E6; }

 p { color: rgb(227,144,230); }

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

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

 a { background-color: rgb(227,144,230); }

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

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

 span { border-color: rgb(227,144,230); }

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