#E38AD4

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

Shades of Plum #E38AD4

Tints of Plum #E38AD4

Color information

#E38AD4 (or 0xE38AD4) is unknown color: approx Plum. HEX triplet: E3, 8A and D4. RGB value is (227,138,212). Sum of RGB (Red+Green+Blue) = 227+138+212=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD4 is #1C752B. Grayscale: #ACACAC. Windows color (decimal): -1865004 or 13929187. OLE color: 13929187.

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

Color convert

RGB227138212-
CMYK00.390.070.11
HSL310.11º61.38%71.57%-
HSV(B)310.11º39.21%89.02%-
XYZ52.6539.2667.09-
YUV173.05149.99166.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=39.34%
G=23.92%
B=36.74%

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
Decimal22713821200.390.070.11310.1161.3871.57
HexE38AD40277B1363d48
Octal34321232404771346675110
Binary111000111000101011010100010011111110111001101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AD4; }

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

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

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

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

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

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

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

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