#E38BDA

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

Shades of Plum #E38BDA

Tints of Plum #E38BDA

Color information

#E38BDA (or 0xE38BDA) is unknown color: approx Plum. HEX triplet: E3, 8B and DA. RGB value is (227,139,218). Sum of RGB (Red+Green+Blue) = 227+139+218=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BDA is #1C7425. Grayscale: #AEAEAE. Windows color (decimal): -1864742 or 14322659. OLE color: 14322659.

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

Color convert

RGB227139218-
CMYK00.390.040.11
HSL306.14º61.11%71.76%-
HSV(B)306.14º38.77%89.02%-
XYZ53.5739.8671.2-
YUV174.32152.65165.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=38.87%
G=23.80%
B=37.33%

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
Decimal22713921800.390.040.11306.1461.1171.76
HexE38BDA0274B1323d48
Octal34321333204741346275110
Binary111000111000101111011010010011110010111001100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BDA; }

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

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

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

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

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

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

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

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