#E39DD0

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

Shades of Plum #E39DD0

Tints of Plum #E39DD0

Color information

#E39DD0 (or 0xE39DD0) is unknown color: approx Plum. HEX triplet: E3, 9D and D0. RGB value is (227,157,208). Sum of RGB (Red+Green+Blue) = 227+157+208=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DD0 is #1C622F. Grayscale: #B7B7B7. Windows color (decimal): -1860144 or 13671907. OLE color: 13671907.

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

Color convert

RGB227157208-
CMYK00.310.080.11
HSL316.29º55.56%75.29%-
HSV(B)316.29º30.84%89.02%-
XYZ55.124565.45-
YUV183.74141.69158.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=38.34%
G=26.52%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715720800.310.080.11316.2955.5675.29
HexE39DD001F8B13c384b
Octal343235320037101347470113
Binary111000111001110111010000011111100010111001111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39DD0; }

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

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

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

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

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

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

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

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