#E4ADEC

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

Shades of Plum #E4ADEC

Tints of Plum #E4ADEC

Color information

#E4ADEC (or 0xE4ADEC) is unknown color: approx Plum. HEX triplet: E4, AD and EC. RGB value is (228,173,236). Sum of RGB (Red+Green+Blue) = 228+173+236=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADEC is #1B5213. Grayscale: #C4C4C4. Windows color (decimal): -1790484 or 15511012. OLE color: 15511012.

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

Color convert

RGB228173236-
CMYK0.030.2700.07
HSL292.38º62.38%80.2%-
HSV(B)292.38º26.69%92.55%-
XYZ62.0852.4486.21-
YUV196.63150.22150.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=35.79%
G=27.16%
B=37.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281732360.030.2700.07292.3862.3880.2
HexE4ADEC31B071243e50
Octal3442553543330744476120
Binary111001001010110111101100111101101111001001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ADEC; }

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

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

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

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

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

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

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

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