Html Css Color HEX #EAA0FA Mauve

📋 copy color: '#EAA0FA'

red 234 ◦ green 160 ◦ blue 250

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

Shades of Mauve #EAA0FA

Tints of Mauve #EAA0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.84%

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

R = 36.34%
G = 24.84%
B = 38.82%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAA0FA (or 0xEAA0FA) is known color: Mauve. HEX triplet: EA, A0 and FA. RGB value is (234,160,250). Sum of RGB (Red+Green+Blue) = 234+160+250=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 160 (62.89% from 255 or 24.84% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0FA is #155F05. Grayscale: #C0C0C0. Windows color (decimal): -1400582 or 16425194. OLE color: 16425194.

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

Color convert

RGB 234 160 250 -
CMYK 0.06 0.36 0 0.02
HSL 289.33º 0.9% 0.8% -
HSV(B) 289.33º 0.36% 0.98% -
XYZ 63.76 49.54 96.64 -
YUV 192.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 234 160 250 0.06 0.36 0 0.02 289.33 0.9 0.8
Hex EA A0 FA 6 24 0 2 121 5A 50
Octal 352 240 372 6 44 0 2 441 132 120
Binary 11101010 10100000 11111010 110 100100 0 10 100100001 1011010 1010000

Color Harmonies of #EAA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA0FA

Black with #EAA0FA

Text Example


Text Example

White with #EAA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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