Html Css Color HEX #EAADF7 Mauve

📋 copy color: '#EAADF7'

red 234 ◦ green 173 ◦ blue 247

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

Shades of Mauve #EAADF7

Tints of Mauve #EAADF7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.45%

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

R = 35.78%
G = 26.45%
B = 37.77%

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

#EAADF7 (or 0xEAADF7) is known color: Mauve. HEX triplet: EA, AD and F7. RGB value is (234,173,247). Sum of RGB (Red+Green+Blue) = 234+173+247=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF7 is #155208. Grayscale: #C7C7C7. Windows color (decimal): -1397257 or 16231914. OLE color: 16231914.

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

Color convert

RGB 234 173 247 -
CMYK 0.05 0.30 0 0.03
HSL 289.46º 0.82% 0.82% -
HSV(B) 289.46º 0.3% 0.97% -
XYZ 65.66 54.09 94.98 -
YUV 199.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 234 173 247 0.05 0.30 0 0.03 289.46 0.82 0.82
Hex EA AD F7 5 1E 0 3 121 52 52
Octal 352 255 367 5 36 0 3 441 122 122
Binary 11101010 10101101 11110111 101 11110 0 11 100100001 1010010 1010010

Color Harmonies of #EAADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADF7

Black with #EAADF7

Text Example


Text Example

White with #EAADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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