#e394e9

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

Shades of Plum #E394E9

Tints of Plum #E394E9

Color information

#E394E9 (or 0xE394E9) is unknown color: approx Plum. HEX triplet: E3, 94 and E9. RGB value is (227,148,233). Sum of RGB (Red+Green+Blue) = 227+148+233=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #E394E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394E9 is #1C6B16. Grayscale: #B5B5B5. Windows color (decimal): -1862423 or 15308003. OLE color: 15308003.

HSL color Cylindrical-coordinate representation of color #E394E9: hue angle of 295.76º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E394E9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227148233-
CMYK0.030.3600.09
HSL295.76º65.89%74.71%-
HSV(B)295.76º36.48%91.37%-
XYZ56.9843.3982.46-
YUV181.31157.17160.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=37.34%
G=24.34%
B=38.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2271482330.030.3600.09295.7665.8974.71
HexE394E932409128424b
Octal343224351344011450102113
Binary111000111001010011101001111001000100110010100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e394e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e394e9; }

 p { color: rgb(227,148,233); }

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

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

 a { background-color: rgb(227,148,233); }

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

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

 span { border-color: rgb(227,148,233); }

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