#E38AD6

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

Shades of Plum #E38AD6

Tints of Plum #E38AD6

Color information

#E38AD6 (or 0xE38AD6) is unknown color: approx Plum. HEX triplet: E3, 8A and D6. RGB value is (227,138,214). Sum of RGB (Red+Green+Blue) = 227+138+214=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD6 is #1C7529. Grayscale: #ADADAD. Windows color (decimal): -1865002 or 14060259. OLE color: 14060259.

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

Color convert

RGB227138214-
CMYK00.390.060.11
HSL308.76º61.38%71.57%-
HSV(B)308.76º39.21%89.02%-
XYZ52.939.3668.43-
YUV173.27150.99166.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.21%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=39.21%
G=23.83%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713821400.390.060.11308.7661.3871.57
HexE38AD60276B1353d48
Octal34321232604761346575110
Binary111000111000101011010110010011111010111001101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AD6; }

 p { color: rgb(227,138,214); }

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

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

 a { background-color: rgb(227,138,214); }

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

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

 span { border-color: rgb(227,138,214); }

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