#E38BD9

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

Shades of Plum #E38BD9

Tints of Plum #E38BD9

Color information

#E38BD9 (or 0xE38BD9) is unknown color: approx Plum. HEX triplet: E3, 8B and D9. RGB value is (227,139,217). Sum of RGB (Red+Green+Blue) = 227+139+217=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BD9 is #1C7426. Grayscale: #ADADAD. Windows color (decimal): -1864743 or 14257123. OLE color: 14257123.

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

Color convert

RGB227139217-
CMYK00.390.040.11
HSL306.82º61.11%71.76%-
HSV(B)306.82º38.77%89.02%-
XYZ53.4439.8170.51-
YUV174.2152.15165.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=38.94%
G=23.84%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713921700.390.040.11306.8261.1171.76
HexE38BD90274B1333d48
Octal34321333104741346375110
Binary111000111000101111011001010011110010111001100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BD9; }

 p { color: rgb(227,139,217); }

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

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

 a { background-color: rgb(227,139,217); }

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

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

 span { border-color: rgb(227,139,217); }

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