#E39CD5

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

Shades of Plum #E39CD5

Tints of Plum #E39CD5

Color information

#E39CD5 (or 0xE39CD5) is unknown color: approx Plum. HEX triplet: E3, 9C and D5. RGB value is (227,156,213). Sum of RGB (Red+Green+Blue) = 227+156+213=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E39CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39CD5 is #1C632A. Grayscale: #B7B7B7. Windows color (decimal): -1860395 or 13999331. OLE color: 13999331.

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

Color convert

RGB227156213-
CMYK00.310.060.11
HSL311.83º55.91%75.1%-
HSV(B)311.83º31.28%89.02%-
XYZ55.5844.9168.69-
YUV183.73144.52158.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=38.09%
G=26.17%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715621300.310.060.11311.8355.9175.1
HexE39CD501F6B138384b
Octal34323432503761347070113
Binary11100011100111001101010101111111010111001110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39CD5; }

 p { color: rgb(227,156,213); }

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

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

 a { background-color: rgb(227,156,213); }

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

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

 span { border-color: rgb(227,156,213); }

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