#E38AD7

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

Shades of Plum #E38AD7

Tints of Plum #E38AD7

Color information

#E38AD7 (or 0xE38AD7) is unknown color: approx Plum. HEX triplet: E3, 8A and D7. RGB value is (227,138,215). Sum of RGB (Red+Green+Blue) = 227+138+215=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD7 is #1C7528. Grayscale: #ADADAD. Windows color (decimal): -1865001 or 14125795. OLE color: 14125795.

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

Color convert

RGB227138215-
CMYK00.390.050.11
HSL308.09º61.38%71.57%-
HSV(B)308.09º39.21%89.02%-
XYZ53.0339.4169.1-
YUV173.39151.49166.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 138 (54.30% from 255) = 23.79%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=39.14%
G=23.79%
B=37.07%

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
Decimal22713821500.390.050.11308.0961.3871.57
HexE38AD70275B1343d48
Octal34321232704751346475110
Binary111000111000101011010111010011110110111001101001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AD7; }

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

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

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

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

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

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

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

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