#E38EDE

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

Shades of Plum #E38EDE

Tints of Plum #E38EDE

Color information

#E38EDE (or 0xE38EDE) is unknown color: approx Plum. HEX triplet: E3, 8E and DE. RGB value is (227,142,222). Sum of RGB (Red+Green+Blue) = 227+142+222=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EDE is #1C7121. Grayscale: #B0B0B0. Windows color (decimal): -1863970 or 14585571. OLE color: 14585571.

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

Color convert

RGB227142222-
CMYK00.370.020.11
HSL303.53º60.28%72.35%-
HSV(B)303.53º37.44%89.02%-
XYZ54.5440.9574.14-
YUV176.53153.66164-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=38.41%
G=24.03%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714222200.370.020.11303.5360.2872.35
HexE38EDE0252B1303c48
Octal34321633604521346074110
Binary11100011100011101101111001001011010111001100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EDE; }

 p { color: rgb(227,142,222); }

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

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

 a { background-color: rgb(227,142,222); }

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

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

 span { border-color: rgb(227,142,222); }

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