Html Css Color HEX #E0A2FA Mauve

📋 copy color: '#E0A2FA'

red 224 ◦ green 162 ◦ blue 250

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

Shades of Mauve #E0A2FA

Tints of Mauve #E0A2FA

RGB

 RED value IS 224 (87.89% from 255) = 35.22%

 GREEN value IS 162 (63.67% from 255) = 25.47%

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

R = 35.22%
G = 25.47%
B = 39.31%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0A2FA (or 0xE0A2FA) is known color: Mauve. HEX triplet: E0, A2 and FA. RGB value is (224,162,250). Sum of RGB (Red+Green+Blue) = 224+162+250=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2FA is #1F5D05. Grayscale: #BEBEBE. Windows color (decimal): -2055430 or 16425696. OLE color: 16425696.

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

Color convert

RGB 224 162 250 -
CMYK 0.10 0.35 0 0.02
HSL 282.27º 0.9% 0.81% -
HSV(B) 282.27º 0.35% 0.98% -
XYZ 60.92 48.59 96.61 -
YUV 190.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 224 162 250 0.10 0.35 0 0.02 282.27 0.9 0.81
Hex E0 A2 FA A 23 0 2 11A 5A 51
Octal 340 242 372 12 43 0 2 432 132 121
Binary 11100000 10100010 11111010 1010 100011 0 10 100011010 1011010 1010001

Color Harmonies of #E0A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A2FA

Black with #E0A2FA

Text Example


Text Example

White with #E0A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A2FA; }

 p { color: rgb(224,162,250); }

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

background-color css

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

 a { background-color: rgb(224,162,250); }

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

border-color css

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

 span { border-color: rgb(224,162,250); }

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