#E39BD5

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

Shades of Plum #E39BD5

Tints of Plum #E39BD5

Color information

#E39BD5 (or 0xE39BD5) is unknown color: approx Plum. HEX triplet: E3, 9B and D5. RGB value is (227,155,213). Sum of RGB (Red+Green+Blue) = 227+155+213=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD5 is #1C642A. Grayscale: #B6B6B6. Windows color (decimal): -1860651 or 13999075. OLE color: 13999075.

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

Color convert

RGB227155213-
CMYK00.320.060.11
HSL311.67º56.25%74.9%-
HSV(B)311.67º31.72%89.02%-
XYZ55.4144.5868.63-
YUV183.14144.85159.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=38.15%
G=26.05%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715521300.320.060.11311.6756.2574.9
HexE39BD50206B138384b
Octal34323332504061347070113
Binary111000111001101111010101010000011010111001110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD5; }

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

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

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

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

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

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

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

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