#EAADF2

Color #EAADF2 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EAADF2

Tints of Mauve #EAADF2

Color information

#EAADF2 (or 0xEAADF2) is unknown color: approx 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

RGB234173242-
CMYK0.030.2900.05
HSL293.04º72.63%81.37%-
HSV(B)293.04º28.51%94.9%-
XYZ64.953.7990.97-
YUV199.1152.21152.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341732420.030.2900.05293.0472.6381.37
HexEAADF231D051254951
Octal35225536233505445111121
Binary1110101010101101111100101111101010110010010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>