#E4AFEA

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

Shades of Plum #E4AFEA

Tints of Plum #E4AFEA

Color information

#E4AFEA (or 0xE4AFEA) is unknown color: approx Plum. HEX triplet: E4, AF and EA. RGB value is (228,175,234). Sum of RGB (Red+Green+Blue) = 228+175+234=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFEA is #1B5015. Grayscale: #C5C5C5. Windows color (decimal): -1789974 or 15380452. OLE color: 15380452.

HSL color Cylindrical-coordinate representation of color #E4AFEA: hue angle of 293.9º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AFEA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228175234-
CMYK0.030.2500.08
HSL293.9º58.42%80.2%-
HSV(B)293.9º25.21%91.76%-
XYZ62.1853.0984.81-
YUV197.57148.56149.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=35.79%
G=27.47%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281752340.030.2500.08293.958.4280.2
HexE4AFEA319081263a50
Octal34425735233101044672120
Binary1110010010101111111010101111001010001001001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFEA; }

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

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

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

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

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

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

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

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