#E2A5F2

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

Shades of Mauve #E2A5F2

Tints of Mauve #E2A5F2

Color information

#E2A5F2 (or 0xE2A5F2) is unknown color: approx Mauve. HEX triplet: E2, A5 and F2. RGB value is (226,165,242). Sum of RGB (Red+Green+Blue) = 226+165+242=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2A5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5F2 is #1D5A0D. Grayscale: #BFBFBF. Windows color (decimal): -1923598 or 15902178. OLE color: 15902178.

HSL color Cylindrical-coordinate representation of color #E2A5F2: hue angle of 287.53º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A5F2 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226165242-
CMYK0.070.3200.05
HSL287.53º74.76%79.8%-
HSV(B)287.53º31.82%94.9%-
XYZ60.8549.4990.35-
YUV192.02156.21152.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 165 (64.84% from 255) = 26.07%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=35.70%
G=26.07%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261652420.070.3200.05287.5374.7679.8
HexE2A5F2720051204b50
Octal34224536274005440113120
Binary111000101010010111110010111100000010110010000010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A5F2; }

 p { color: rgb(226,165,242); }

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

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

 a { background-color: rgb(226,165,242); }

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

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

 span { border-color: rgb(226,165,242); }

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