#E38CDA

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

Shades of Plum #E38CDA

Tints of Plum #E38CDA

Color information

#E38CDA (or 0xE38CDA) is unknown color: approx Plum. HEX triplet: E3, 8C and DA. RGB value is (227,140,218). Sum of RGB (Red+Green+Blue) = 227+140+218=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CDA is #1C7325. Grayscale: #AEAEAE. Windows color (decimal): -1864486 or 14322915. OLE color: 14322915.

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

Color convert

RGB227140218-
CMYK00.380.040.11
HSL306.21º60.84%71.96%-
HSV(B)306.21º38.33%89.02%-
XYZ53.7140.1571.25-
YUV174.9152.32165.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 140 (55.08% from 255) = 23.93%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=38.80%
G=23.93%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714021800.380.040.11306.2160.8471.96
HexE38CDA0264B1323d48
Octal34321433204641346275110
Binary111000111000110011011010010011010010111001100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38CDA; }

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

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

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

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

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

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

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

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