#E2A2F1

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

Shades of Plum #E2A2F1

Tints of Plum #E2A2F1

Color information

#E2A2F1 (or 0xE2A2F1) is unknown color: approx Plum. HEX triplet: E2, A2 and F1. RGB value is (226,162,241). Sum of RGB (Red+Green+Blue) = 226+162+241=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A2F1 is #1D5D0E. Grayscale: #BDBDBD. Windows color (decimal): -1924367 or 15835874. OLE color: 15835874.

HSL color Cylindrical-coordinate representation of color #E2A2F1: hue angle of 288.61º 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 #E2A2F1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226162241-
CMYK0.060.3300.05
HSL288.61º73.83%79.02%-
HSV(B)288.61º32.78%94.51%-
XYZ60.1648.3689.38-
YUV190.14156.7153.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 162 (63.67% from 255) = 25.76%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=35.93%
G=25.76%
B=38.31%

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
Decimal2261622410.060.3300.05288.6173.8379.02
HexE2A2F1621051214a4f
Octal34224236164105441112117
Binary111000101010001011110001110100001010110010000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A2F1; }

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

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

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

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

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

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

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

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