#E38AD5

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

Shades of Plum #E38AD5

Tints of Plum #E38AD5

Color information

#E38AD5 (or 0xE38AD5) is unknown color: approx Plum. HEX triplet: E3, 8A and D5. RGB value is (227,138,213). Sum of RGB (Red+Green+Blue) = 227+138+213=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD5 is #1C752A. Grayscale: #ACACAC. Windows color (decimal): -1865003 or 13994723. OLE color: 13994723.

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

Color convert

RGB227138213-
CMYK00.390.060.11
HSL309.44º61.38%71.57%-
HSV(B)309.44º39.21%89.02%-
XYZ52.7839.3167.76-
YUV173.16150.49166.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=39.27%
G=23.88%
B=36.85%

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
Decimal22713821300.390.060.11309.4461.3871.57
HexE38AD50276B1353d48
Octal34321232504761346575110
Binary111000111000101011010101010011111010111001101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AD5; }

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

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

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

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

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

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

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

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