#E3ADEC

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

Shades of Plum #E3ADEC

Tints of Plum #E3ADEC

Color information

#E3ADEC (or 0xE3ADEC) is unknown color: approx Plum. HEX triplet: E3, AD and EC. RGB value is (227,173,236). Sum of RGB (Red+Green+Blue) = 227+173+236=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ADEC is #1C5213. Grayscale: #C4C4C4. Windows color (decimal): -1856020 or 15511011. OLE color: 15511011.

HSL color Cylindrical-coordinate representation of color #E3ADEC: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3ADEC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227173236-
CMYK0.040.2700.07
HSL291.43º62.38%80.2%-
HSV(B)291.43º26.69%92.55%-
XYZ61.7652.2786.19-
YUV196.33150.39149.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.69%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=35.69%
G=27.20%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271732360.040.2700.07291.4362.3880.2
HexE3ADEC41B071233e50
Octal3432553544330744376120
Binary1110001110101101111011001001101101111001000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ADEC; }

 p { color: rgb(227,173,236); }

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

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

 a { background-color: rgb(227,173,236); }

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

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

 span { border-color: rgb(227,173,236); }

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