#E3AFEA

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

Shades of Plum #E3AFEA

Tints of Plum #E3AFEA

Color information

#E3AFEA (or 0xE3AFEA) is unknown color: approx Plum. HEX triplet: E3, AF and EA. RGB value is (227,175,234). Sum of RGB (Red+Green+Blue) = 227+175+234=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFEA is #1C5015. Grayscale: #C5C5C5. Windows color (decimal): -1855510 or 15380451. OLE color: 15380451.

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

Color convert

RGB227175234-
CMYK0.030.2500.08
HSL292.88º58.42%80.2%-
HSV(B)292.88º25.21%91.76%-
XYZ61.8652.9384.8-
YUV197.27148.73149.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=35.69%
G=27.52%
B=36.79%

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
Decimal2271752340.030.2500.08292.8858.4280.2
HexE3AFEA319081253a50
Octal34325735233101044572120
Binary1110001110101111111010101111001010001001001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFEA; }

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

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

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

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

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

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

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

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