#E1AFEA

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

Shades of Plum #E1AFEA

Tints of Plum #E1AFEA

Color information

#E1AFEA (or 0xE1AFEA) is unknown color: approx Plum. HEX triplet: E1, AF and EA. RGB value is (225,175,234). Sum of RGB (Red+Green+Blue) = 225+175+234=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFEA is #1E5015. Grayscale: #C4C4C4. Windows color (decimal): -1986582 or 15380449. OLE color: 15380449.

HSL color Cylindrical-coordinate representation of color #E1AFEA: hue angle of 290.85º 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 #E1AFEA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225175234-
CMYK0.040.2500.08
HSL290.85º58.42%80.2%-
HSV(B)290.85º25.21%91.76%-
XYZ61.2352.6184.77-
YUV196.68149.06148.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=35.49%
G=27.60%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251752340.040.2500.08290.8558.4280.2
HexE1AFEA419081233a50
Octal34125735243101044372120
Binary11100001101011111110101010011001010001001000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFEA; }

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

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

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

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

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

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

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

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