#E4AFEC

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

Shades of Plum #E4AFEC

Tints of Plum #E4AFEC

Color information

#E4AFEC (or 0xE4AFEC) is unknown color: approx Plum. HEX triplet: E4, AF and EC. RGB value is (228,175,236). Sum of RGB (Red+Green+Blue) = 228+175+236=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFEC is #1B5013. Grayscale: #C5C5C5. Windows color (decimal): -1789972 or 15511524. OLE color: 15511524.

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

Color convert

RGB228175236-
CMYK0.030.2600.07
HSL292.13º61.62%80.59%-
HSV(B)292.13º25.85%92.55%-
XYZ62.4753.2186.34-
YUV197.8149.56149.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=35.68%
G=27.39%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281752360.030.2600.07292.1361.6280.59
HexE4AFEC31A071243e51
Octal3442573543320744476121
Binary111001001010111111101100111101001111001001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFEC; }

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

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

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

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

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

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

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

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