#E38BD4

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

Shades of Plum #E38BD4

Tints of Plum #E38BD4

Color information

#E38BD4 (or 0xE38BD4) is unknown color: approx Plum. HEX triplet: E3, 8B and D4. RGB value is (227,139,212). Sum of RGB (Red+Green+Blue) = 227+139+212=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BD4 is #1C742B. Grayscale: #ADADAD. Windows color (decimal): -1864748 or 13929443. OLE color: 13929443.

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

Color convert

RGB227139212-
CMYK00.390.070.11
HSL310.23º61.11%71.76%-
HSV(B)310.23º38.77%89.02%-
XYZ52.7939.5567.14-
YUV173.63149.65166.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=39.27%
G=24.05%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713921200.390.070.11310.2361.1171.76
HexE38BD40277B1363d48
Octal34321332404771346675110
Binary111000111000101111010100010011111110111001101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BD4; }

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

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

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

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

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

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

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

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