Html Css Color HEX #E7A2FA Mauve

📋 copy color: '#E7A2FA'

red 231 ◦ green 162 ◦ blue 250

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

Shades of Mauve #E7A2FA

Tints of Mauve #E7A2FA

RGB

 RED value IS 231 (90.63% from 255) = 35.93%

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

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

R = 35.93%
G = 25.19%
B = 38.88%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7A2FA (or 0xE7A2FA) is known color: Mauve. HEX triplet: E7, A2 and FA. RGB value is (231,162,250). Sum of RGB (Red+Green+Blue) = 231+162+250=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FA is #185D05. Grayscale: #C0C0C0. Windows color (decimal): -1596678 or 16425703. OLE color: 16425703.

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

Color convert

RGB 231 162 250 -
CMYK 0.08 0.35 0 0.02
HSL 287.05º 0.9% 0.81% -
HSV(B) 287.05º 0.35% 0.98% -
XYZ 63.13 49.73 96.71 -
YUV 192.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 231 162 250 0.08 0.35 0 0.02 287.05 0.9 0.81
Hex E7 A2 FA 8 23 0 2 11F 5A 51
Octal 347 242 372 10 43 0 2 437 132 121
Binary 11100111 10100010 11111010 1000 100011 0 10 100011111 1011010 1010001

Color Harmonies of #E7A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A2FA

Black with #E7A2FA

Text Example


Text Example

White with #E7A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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