Html Css Color HEX #E0A3FA Mauve

📋 copy color: '#E0A3FA'

red 224 ◦ green 163 ◦ blue 250

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

Shades of Mauve #E0A3FA

Tints of Mauve #E0A3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.59%

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

R = 35.16%
G = 25.59%
B = 39.25%

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

#E0A3FA (or 0xE0A3FA) is known color: Mauve. HEX triplet: E0, A3 and FA. RGB value is (224,163,250). Sum of RGB (Red+Green+Blue) = 224+163+250=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A3FA is #1F5C05. Grayscale: #BEBEBE. Windows color (decimal): -2055174 or 16425952. OLE color: 16425952.

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

Color convert

RGB 224 163 250 -
CMYK 0.10 0.35 0 0.02
HSL 282.07º 0.9% 0.81% -
HSV(B) 282.07º 0.35% 0.98% -
XYZ 61.09 48.94 96.67 -
YUV 191.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 224 163 250 0.10 0.35 0 0.02 282.07 0.9 0.81
Hex E0 A3 FA A 23 0 2 11A 5A 51
Octal 340 243 372 12 43 0 2 432 132 121
Binary 11100000 10100011 11111010 1010 100011 0 10 100011010 1011010 1010001

Color Harmonies of #E0A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A3FA

Black with #E0A3FA

Text Example


Text Example

White with #E0A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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