Html Css Color HEX #EAAFF7 Mauve

📋 copy color: '#EAAFF7'

red 234 ◦ green 175 ◦ blue 247

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

Shades of Mauve #EAAFF7

Tints of Mauve #EAAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.68%

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 35.67%
G = 26.68%
B = 37.65%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAAFF7 (or 0xEAAFF7) is known color: Mauve. HEX triplet: EA, AF and F7. RGB value is (234,175,247). Sum of RGB (Red+Green+Blue) = 234+175+247=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAAFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF7 is #155008. Grayscale: #C8C8C8. Windows color (decimal): -1396745 or 16232426. OLE color: 16232426.

HSL color Cylindrical-coordinate representation of color #EAAFF7: hue angle of 289.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAFF7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 175 247 -
CMYK 0.05 0.29 0 0.03
HSL 289.17º 0.82% 0.83% -
HSV(B) 289.17º 0.29% 0.97% -
XYZ 66.05 54.87 95.11 -
YUV 200.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 234 175 247 0.05 0.29 0 0.03 289.17 0.82 0.83
Hex EA AF F7 5 1D 0 3 121 52 53
Octal 352 257 367 5 35 0 3 441 122 123
Binary 11101010 10101111 11110111 101 11101 0 11 100100001 1010010 1010011

Color Harmonies of #EAAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFF7

Black with #EAAFF7

Text Example


Text Example

White with #EAAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFF7; }

 p { color: rgb(234,175,247); }

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

background-color css

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

 a { background-color: rgb(234,175,247); }

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

border-color css

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

 span { border-color: rgb(234,175,247); }

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