#E38CD7

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

Shades of Plum #E38CD7

Tints of Plum #E38CD7

Color information

#E38CD7 (or 0xE38CD7) is unknown color: approx Plum. HEX triplet: E3, 8C and D7. RGB value is (227,140,215). Sum of RGB (Red+Green+Blue) = 227+140+215=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CD7 is #1C7328. Grayscale: #AEAEAE. Windows color (decimal): -1864489 or 14126307. OLE color: 14126307.

HSL color Cylindrical-coordinate representation of color #E38CD7: hue angle of 308.28º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38CD7 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB227140215-
CMYK00.380.050.11
HSL308.28º60.84%71.96%-
HSV(B)308.28º38.33%89.02%-
XYZ53.3239.9969.2-
YUV174.56150.82165.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=39.00%
G=24.05%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714021500.380.050.11308.2860.8471.96
HexE38CD70265B1343d48
Octal34321432704651346475110
Binary111000111000110011010111010011010110111001101001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38CD7; }

 p { color: rgb(227,140,215); }

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

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

 a { background-color: rgb(227,140,215); }

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

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

 span { border-color: rgb(227,140,215); }

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