Html Css Color HEX #EAADF6 Mauve

📋 copy color: '#EAADF6'

red 234 ◦ green 173 ◦ blue 246

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

Shades of Mauve #EAADF6

Tints of Mauve #EAADF6

RGB

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

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

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

R = 35.83%
G = 26.49%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAADF6 (or 0xEAADF6) is known color: Mauve. HEX triplet: EA, AD and F6. RGB value is (234,173,246). Sum of RGB (Red+Green+Blue) = 234+173+246=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF6 is #155209. Grayscale: #C7C7C7. Windows color (decimal): -1397258 or 16166378. OLE color: 16166378.

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

Color convert

RGB 234 173 246 -
CMYK 0.05 0.30 0 0.04
HSL 290.14º 0.8% 0.82% -
HSV(B) 290.14º 0.3% 0.96% -
XYZ 65.51 54.03 94.17 -
YUV 199.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 234 173 246 0.05 0.30 0 0.04 290.14 0.8 0.82
Hex EA AD F6 5 1E 0 4 122 50 52
Octal 352 255 366 5 36 0 4 442 120 122
Binary 11101010 10101101 11110110 101 11110 0 100 100100010 1010000 1010010

Color Harmonies of #EAADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADF6

Black with #EAADF6

Text Example


Text Example

White with #EAADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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