Html Css Color HEX #EAA3FC Mauve

📋 copy color: '#EAA3FC'

red 234 ◦ green 163 ◦ blue 252

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

Shades of Mauve #EAA3FC

Tints of Mauve #EAA3FC

RGB

 RED value IS 234 (91.8% from 255) = 36.06%

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

 BLUE value IS 252 (98.83% from 255) = 38.83%

R = 36.06%
G = 25.12%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAA3FC (or 0xEAA3FC) is known color: Mauve. HEX triplet: EA, A3 and FC. RGB value is (234,163,252). Sum of RGB (Red+Green+Blue) = 234+163+252=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 163 (64.06% from 255 or 25.12% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3FC is #155C03. Grayscale: #C2C2C2. Windows color (decimal): -1399812 or 16557034. OLE color: 16557034.

HSL color Cylindrical-coordinate representation of color #EAA3FC: hue angle of 287.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA3FC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 163 252 -
CMYK 0.07 0.35 0 0.01
HSL 287.87º 0.94% 0.81% -
HSV(B) 287.87º 0.35% 0.99% -
XYZ 64.6 50.72 98.48 -
YUV 194.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 234 163 252 0.07 0.35 0 0.01 287.87 0.94 0.81
Hex EA A3 FC 7 23 0 1 120 5E 51
Octal 352 243 374 7 43 0 1 440 136 121
Binary 11101010 10100011 11111100 111 100011 0 1 100100000 1011110 1010001

Color Harmonies of #EAA3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA3FC

Black with #EAA3FC

Text Example


Text Example

White with #EAA3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA3FC; }

 p { color: rgb(234,163,252); }

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

background-color css

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

 a { background-color: rgb(234,163,252); }

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

border-color css

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

 span { border-color: rgb(234,163,252); }

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