#E3A2F1

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

Shades of Plum #E3A2F1

Tints of Plum #E3A2F1

Color information

#E3A2F1 (or 0xE3A2F1) is unknown color: approx Plum. HEX triplet: E3, A2 and F1. RGB value is (227,162,241). Sum of RGB (Red+Green+Blue) = 227+162+241=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A2F1 is #1C5D0E. Grayscale: #BEBEBE. Windows color (decimal): -1858831 or 15835875. OLE color: 15835875.

HSL color Cylindrical-coordinate representation of color #E3A2F1: hue angle of 289.37º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A2F1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227162241-
CMYK0.060.3300.05
HSL289.37º73.83%79.02%-
HSV(B)289.37º32.78%94.51%-
XYZ60.4848.5289.4-
YUV190.44156.53154.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.03%
GREEN value IS 162 (63.67% from 255) = 25.71%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=36.03%
G=25.71%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271622410.060.3300.05289.3773.8379.02
HexE3A2F1621051214a4f
Octal34324236164105441112117
Binary111000111010001011110001110100001010110010000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A2F1; }

 p { color: rgb(227,162,241); }

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

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

 a { background-color: rgb(227,162,241); }

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

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

 span { border-color: rgb(227,162,241); }

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