#E39DE4

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

Shades of Plum #E39DE4

Tints of Plum #E39DE4

Color information

#E39DE4 (or 0xE39DE4) is unknown color: approx Plum. HEX triplet: E3, 9D and E4. RGB value is (227,157,228). Sum of RGB (Red+Green+Blue) = 227+157+228=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #E39DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DE4 is #1C621B. Grayscale: #B9B9B9. Windows color (decimal): -1860124 or 14982627. OLE color: 14982627.

HSL color Cylindrical-coordinate representation of color #E39DE4: hue angle of 299.15º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DE4 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB227157228-
CMYK0.000.3100.11
HSL299.15º56.8%75.49%-
HSV(B)299.15º31.14%89.41%-
XYZ57.7446.0579.24-
YUV186.02151.69157.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.09%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=37.09%
G=25.65%
B=37.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271572280.000.3100.11299.1556.875.49
HexE39DE401F0B12b394b
Octal34323534403701345371113
Binary111000111001110111100100011111010111001010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39DE4; }

 p { color: rgb(227,157,228); }

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

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

 a { background-color: rgb(227,157,228); }

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

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

 span { border-color: rgb(227,157,228); }

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