Html Css Color HEX #EAA5FA Mauve

📋 copy color: '#EAA5FA'

red 234 ◦ green 165 ◦ blue 250

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

Shades of Mauve #EAA5FA

Tints of Mauve #EAA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.42%

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

R = 36.06%
G = 25.42%
B = 38.52%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAA5FA (or 0xEAA5FA) is known color: Mauve. HEX triplet: EA, A5 and FA. RGB value is (234,165,250). Sum of RGB (Red+Green+Blue) = 234+165+250=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5FA is #155A05. Grayscale: #C3C3C3. Windows color (decimal): -1399302 or 16426474. OLE color: 16426474.

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

Color convert

RGB 234 165 250 -
CMYK 0.06 0.34 0 0.02
HSL 288.71º 0.89% 0.81% -
HSV(B) 288.71º 0.34% 0.98% -
XYZ 64.64 51.3 96.94 -
YUV 195.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 234 165 250 0.06 0.34 0 0.02 288.71 0.89 0.81
Hex EA A5 FA 6 22 0 2 121 59 51
Octal 352 245 372 6 42 0 2 441 131 121
Binary 11101010 10100101 11111010 110 100010 0 10 100100001 1011001 1010001

Color Harmonies of #EAA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5FA

Black with #EAA5FA

Text Example


Text Example

White with #EAA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5FA; }

 p { color: rgb(234,165,250); }

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

background-color css

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

 a { background-color: rgb(234,165,250); }

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

border-color css

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

 span { border-color: rgb(234,165,250); }

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