Html Css Color HEX #EAAAF6 Mauve

📋 copy color: '#EAAAF6'

red 234 ◦ green 170 ◦ blue 246

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

Shades of Mauve #EAAAF6

Tints of Mauve #EAAAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.15%

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

R = 36%
G = 26.15%
B = 37.85%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAAAF6 (or 0xEAAAF6) is known color: Mauve. HEX triplet: EA, AA and F6. RGB value is (234,170,246). Sum of RGB (Red+Green+Blue) = 234+170+246=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAAAF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF6 is #155509. Grayscale: #C5C5C5. Windows color (decimal): -1398026 or 16165610. OLE color: 16165610.

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

Color convert

RGB 234 170 246 -
CMYK 0.05 0.31 0 0.04
HSL 290.53º 0.81% 0.82% -
HSV(B) 290.53º 0.31% 0.96% -
XYZ 64.94 52.9 93.98 -
YUV 197.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 234 170 246 0.05 0.31 0 0.04 290.53 0.81 0.82
Hex EA AA F6 5 1F 0 4 123 51 52
Octal 352 252 366 5 37 0 4 443 121 122
Binary 11101010 10101010 11110110 101 11111 0 100 100100011 1010001 1010010

Color Harmonies of #EAAAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAF6

Black with #EAAAF6

Text Example


Text Example

White with #EAAAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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