Html Css Color HEX #EAA4F6 Mauve

📋 copy color: '#EAA4F6'

red 234 ◦ green 164 ◦ blue 246

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

Shades of Mauve #EAA4F6

Tints of Mauve #EAA4F6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.47%

 BLUE value IS 246 (96.48% from 255) = 38.2%

R = 36.34%
G = 25.47%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAA4F6 (or 0xEAA4F6) is known color: Mauve. HEX triplet: EA, A4 and F6. RGB value is (234,164,246). Sum of RGB (Red+Green+Blue) = 234+164+246=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAA4F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4F6 is #155B09. Grayscale: #C2C2C2. Windows color (decimal): -1399562 or 16164074. OLE color: 16164074.

HSL color Cylindrical-coordinate representation of color #EAA4F6: hue angle of 291.22º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA4F6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 164 246 -
CMYK 0.05 0.33 0 0.04
HSL 291.22º 0.82% 0.8% -
HSV(B) 291.22º 0.33% 0.96% -
XYZ 63.84 50.7 93.61 -
YUV 194.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 234 164 246 0.05 0.33 0 0.04 291.22 0.82 0.8
Hex EA A4 F6 5 21 0 4 123 52 50
Octal 352 244 366 5 41 0 4 443 122 120
Binary 11101010 10100100 11110110 101 100001 0 100 100100011 1010010 1010000

Color Harmonies of #EAA4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA4F6

Black with #EAA4F6

Text Example


Text Example

White with #EAA4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA4F6; }

 p { color: rgb(234,164,246); }

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

background-color css

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

 a { background-color: rgb(234,164,246); }

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

border-color css

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

 span { border-color: rgb(234,164,246); }

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