#EDA4F9

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

Shades of Mauve #EDA4F9

Tints of Mauve #EDA4F9

Color information

#EDA4F9 (or 0xEDA4F9) is unknown color: approx Mauve. HEX triplet: ED, A4 and F9. RGB value is (237,164,249). Sum of RGB (Red+Green+Blue) = 237+164+249=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA4F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F9 is #125B06. Grayscale: #C3C3C3. Windows color (decimal): -1202951 or 16360685. OLE color: 16360685.

HSL color Cylindrical-coordinate representation of color #EDA4F9: hue angle of 291.53º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA4F9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237164249-
CMYK0.050.3400.02
HSL291.53º87.63%80.98%-
HSV(B)291.53º34.14%97.65%-
XYZ65.351.3996.1-
YUV195.52158.18157.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=36.46%
G=25.23%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371642490.050.3400.02291.5387.6380.98
HexEDA4F9522021245851
Octal35524437154202444130121
Binary11101101101001001111100110110001001010010010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4F9; }

 p { color: rgb(237,164,249); }

 H1.HeaderClassName
 {
   color: #EDA4F9;
 }
 .AnyTagClassName
 {
   color: #EDA4F9;
 }
</style>
background-color css

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

 a { background-color: rgb(237,164,249); }

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

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

 span { border-color: rgb(237,164,249); }

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