Html Css Color HEX #E2A4FA Mauve

📋 copy color: '#E2A4FA'

red 226 ◦ green 164 ◦ blue 250

#E2A4FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E2A4FA

Tints of Mauve #E2A4FA

RGB

 RED value IS 226 (88.67% from 255) = 35.31%

 GREEN value IS 164 (64.45% from 255) = 25.63%

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 35.31%
G = 25.63%
B = 39.06%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2A4FA (or 0xE2A4FA) is known color: Mauve. HEX triplet: E2, A4 and FA. RGB value is (226,164,250). Sum of RGB (Red+Green+Blue) = 226+164+250=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A4FA is #1D5B05. Grayscale: #C0C0C0. Windows color (decimal): -1923846 or 16426210. OLE color: 16426210.

HSL color Cylindrical-coordinate representation of color #E2A4FA: hue angle of 283.26º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A4FA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 164 250 -
CMYK 0.10 0.34 0 0.02
HSL 283.26º 0.9% 0.81% -
HSV(B) 283.26º 0.34% 0.98% -
XYZ 61.89 49.62 96.76 -
YUV 192.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 226 164 250 0.10 0.34 0 0.02 283.26 0.9 0.81
Hex E2 A4 FA A 22 0 2 11B 5A 51
Octal 342 244 372 12 42 0 2 433 132 121
Binary 11100010 10100100 11111010 1010 100010 0 10 100011011 1011010 1010001

Color Harmonies of #E2A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A4FA

Black with #E2A4FA

Text Example


Text Example

White with #E2A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A4FA; }

 p { color: rgb(226,164,250); }

 H1.HeaderClassName
 {
   color: #E2A4FA;
 }
 .AnyTagClassName
 {
   color: #E2A4FA;
 }
</style>

background-color css

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

 a { background-color: rgb(226,164,250); }

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

border-color css

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

 span { border-color: rgb(226,164,250); }

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