#E2A1F1

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

Shades of Plum #E2A1F1

Tints of Plum #E2A1F1

Color information

#E2A1F1 (or 0xE2A1F1) is unknown color: approx Plum. HEX triplet: E2, A1 and F1. RGB value is (226,161,241). Sum of RGB (Red+Green+Blue) = 226+161+241=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2A1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1F1 is #1D5E0E. Grayscale: #BDBDBD. Windows color (decimal): -1924623 or 15835618. OLE color: 15835618.

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

Color convert

RGB226161241-
CMYK0.060.3300.05
HSL288.75º74.07%78.82%-
HSV(B)288.75º33.2%94.51%-
XYZ59.9948.0189.32-
YUV189.55157.03154-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.99%
GREEN value IS 161 (63.28% from 255) = 25.64%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=35.99%
G=25.64%
B=38.38%

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
Decimal2261612410.060.3300.05288.7574.0778.82
HexE2A1F1621051214a4f
Octal34224136164105441112117
Binary111000101010000111110001110100001010110010000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1F1; }

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

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

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

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

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

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

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

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