#E38BD6

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

Shades of Plum #E38BD6

Tints of Plum #E38BD6

Color information

#E38BD6 (or 0xE38BD6) is unknown color: approx Plum. HEX triplet: E3, 8B and D6. RGB value is (227,139,214). Sum of RGB (Red+Green+Blue) = 227+139+214=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BD6 is #1C7429. Grayscale: #ADADAD. Windows color (decimal): -1864746 or 14060515. OLE color: 14060515.

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

Color convert

RGB227139214-
CMYK00.390.060.11
HSL308.86º61.11%71.76%-
HSV(B)308.86º38.77%89.02%-
XYZ53.0539.6568.48-
YUV173.86150.65165.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=39.14%
G=23.97%
B=36.90%

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
Decimal22713921400.390.060.11308.8661.1171.76
HexE38BD60276B1353d48
Octal34321332604761346575110
Binary111000111000101111010110010011111010111001101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BD6; }

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

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

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

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

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

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

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

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