#E38AD8

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

Shades of Plum #E38AD8

Tints of Plum #E38AD8

Color information

#E38AD8 (or 0xE38AD8) is unknown color: approx Plum. HEX triplet: E3, 8A and D8. RGB value is (227,138,216). Sum of RGB (Red+Green+Blue) = 227+138+216=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD8 is #1C7527. Grayscale: #ADADAD. Windows color (decimal): -1865000 or 14191331. OLE color: 14191331.

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

Color convert

RGB227138216-
CMYK00.390.050.11
HSL307.42º61.38%71.57%-
HSV(B)307.42º39.21%89.02%-
XYZ53.1639.4769.78-
YUV173.5151.99166.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=39.07%
G=23.75%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713821600.390.050.11307.4261.3871.57
HexE38AD80275B1333d48
Octal34321233004751346375110
Binary111000111000101011011000010011110110111001100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AD8; }

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

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

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

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

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

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

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

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