Html Css Color HEX #E9A2FA Mauve

📋 copy color: '#E9A2FA'

red 233 ◦ green 162 ◦ blue 250

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

Shades of Mauve #E9A2FA

Tints of Mauve #E9A2FA

RGB

 RED value IS 233 (91.41% from 255) = 36.12%

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

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

R = 36.12%
G = 25.12%
B = 38.76%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9A2FA (or 0xE9A2FA) is known color: Mauve. HEX triplet: E9, A2 and FA. RGB value is (233,162,250). Sum of RGB (Red+Green+Blue) = 233+162+250=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A2FA is #165D05. Grayscale: #C0C0C0. Windows color (decimal): -1465606 or 16425705. OLE color: 16425705.

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

Color convert

RGB 233 162 250 -
CMYK 0.07 0.35 0 0.02
HSL 288.41º 0.9% 0.81% -
HSV(B) 288.41º 0.35% 0.98% -
XYZ 63.78 50.07 96.74 -
YUV 193.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 233 162 250 0.07 0.35 0 0.02 288.41 0.9 0.81
Hex E9 A2 FA 7 23 0 2 120 5A 51
Octal 351 242 372 7 43 0 2 440 132 121
Binary 11101001 10100010 11111010 111 100011 0 10 100100000 1011010 1010001

Color Harmonies of #E9A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A2FA

Black with #E9A2FA

Text Example


Text Example

White with #E9A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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