Html Css Color HEX #EAA9FA Mauve

📋 copy color: '#EAA9FA'

red 234 ◦ green 169 ◦ blue 250

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

Shades of Mauve #EAA9FA

Tints of Mauve #EAA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.88%

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

R = 35.83%
G = 25.88%
B = 38.28%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAA9FA (or 0xEAA9FA) is known color: Mauve. HEX triplet: EA, A9 and FA. RGB value is (234,169,250). Sum of RGB (Red+Green+Blue) = 234+169+250=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9FA is #155605. Grayscale: #C5C5C5. Windows color (decimal): -1398278 or 16427498. OLE color: 16427498.

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

Color convert

RGB 234 169 250 -
CMYK 0.06 0.32 0 0.02
HSL 288.15º 0.89% 0.82% -
HSV(B) 288.15º 0.32% 0.98% -
XYZ 65.37 52.77 97.18 -
YUV 197.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 234 169 250 0.06 0.32 0 0.02 288.15 0.89 0.82
Hex EA A9 FA 6 20 0 2 120 59 52
Octal 352 251 372 6 40 0 2 440 131 122
Binary 11101010 10101001 11111010 110 100000 0 10 100100000 1011001 1010010

Color Harmonies of #EAA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9FA

Black with #EAA9FA

Text Example


Text Example

White with #EAA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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