Html Css Color HEX #EAADF2 Mauve

📋 copy color: '#EAADF2'

red 234 ◦ green 173 ◦ blue 242

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

Shades of Mauve #EAADF2

Tints of Mauve #EAADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 36.06%
G = 26.66%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAADF2 (or 0xEAADF2) is known color: Mauve. HEX triplet: EA, AD and F2. RGB value is (234,173,242). Sum of RGB (Red+Green+Blue) = 234+173+242=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF2 is #15520D. Grayscale: #C6C6C6. Windows color (decimal): -1397262 or 15904234. OLE color: 15904234.

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

Color convert

RGB 234 173 242 -
CMYK 0.03 0.29 0 0.05
HSL 293.04º 0.73% 0.81% -
HSV(B) 293.04º 0.29% 0.95% -
XYZ 64.9 53.79 90.97 -
YUV 199.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 234 173 242 0.03 0.29 0 0.05 293.04 0.73 0.81
Hex EA AD F2 3 1D 0 5 125 49 51
Octal 352 255 362 3 35 0 5 445 111 121
Binary 11101010 10101101 11110010 11 11101 0 101 100100101 1001001 1010001

Color Harmonies of #EAADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADF2

Black with #EAADF2

Text Example


Text Example

White with #EAADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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