Html Css Color HEX #EAAEF7 Mauve

📋 copy color: '#EAAEF7'

red 234 ◦ green 174 ◦ blue 247

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

Shades of Mauve #EAAEF7

Tints of Mauve #EAAEF7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.56%

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

R = 35.73%
G = 26.56%
B = 37.71%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EAAEF7 (or 0xEAAEF7) is known color: Mauve. HEX triplet: EA, AE and F7. RGB value is (234,174,247). Sum of RGB (Red+Green+Blue) = 234+174+247=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAAEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF7 is #155108. Grayscale: #C8C8C8. Windows color (decimal): -1397001 or 16232170. OLE color: 16232170.

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

Color convert

RGB 234 174 247 -
CMYK 0.05 0.30 0 0.03
HSL 289.32º 0.82% 0.83% -
HSV(B) 289.32º 0.3% 0.97% -
XYZ 65.86 54.48 95.04 -
YUV 200.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 234 174 247 0.05 0.30 0 0.03 289.32 0.82 0.83
Hex EA AE F7 5 1E 0 3 121 52 53
Octal 352 256 367 5 36 0 3 441 122 123
Binary 11101010 10101110 11110111 101 11110 0 11 100100001 1010010 1010011

Color Harmonies of #EAAEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEF7

Black with #EAAEF7

Text Example


Text Example

White with #EAAEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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