Html Css Color HEX #E2A5FA Mauve

📋 copy color: '#E2A5FA'

red 226 ◦ green 165 ◦ blue 250

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

Shades of Mauve #E2A5FA

Tints of Mauve #E2A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.74%

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

R = 35.26%
G = 25.74%
B = 39%

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

#E2A5FA (or 0xE2A5FA) is known color: Mauve. HEX triplet: E2, A5 and FA. RGB value is (226,165,250). Sum of RGB (Red+Green+Blue) = 226+165+250=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5FA is #1D5A05. Grayscale: #C0C0C0. Windows color (decimal): -1923590 or 16426466. OLE color: 16426466.

HSL color Cylindrical-coordinate representation of color #E2A5FA: hue angle of 283.06º degrees, saturation: 0.89, 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 #E2A5FA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 165 250 -
CMYK 0.10 0.34 0 0.02
HSL 283.06º 0.89% 0.81% -
HSV(B) 283.06º 0.34% 0.98% -
XYZ 62.07 49.98 96.82 -
YUV 192.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 226 165 250 0.10 0.34 0 0.02 283.06 0.89 0.81
Hex E2 A5 FA A 22 0 2 11B 59 51
Octal 342 245 372 12 42 0 2 433 131 121
Binary 11100010 10100101 11111010 1010 100010 0 10 100011011 1011001 1010001

Color Harmonies of #E2A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A5FA

Black with #E2A5FA

Text Example


Text Example

White with #E2A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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