#EDA0FC

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

Shades of Mauve #EDA0FC

Tints of Mauve #EDA0FC

Color information

#EDA0FC (or 0xEDA0FC) is unknown color: approx Mauve. HEX triplet: ED, A0 and FC. RGB value is (237,160,252). Sum of RGB (Red+Green+Blue) = 237+160+252=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FC is #125F03. Grayscale: #C1C1C1. Windows color (decimal): -1203972 or 16556269. OLE color: 16556269.

HSL color Cylindrical-coordinate representation of color #EDA0FC: hue angle of 290.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA0FC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237160252-
CMYK0.060.3700.01
HSL290.22º93.88%80.78%-
HSV(B)290.22º36.51%98.82%-
XYZ65.0750.1798.35-
YUV193.51161.01159.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 160 (62.89% from 255) = 24.65%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=36.52%
G=24.65%
B=38.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371602520.060.3700.01290.2293.8880.78
HexEDA0FC625011225e51
Octal35524037464501442136121
Binary1110110110100000111111001101001010110010001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0FC; }

 p { color: rgb(237,160,252); }

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

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

 a { background-color: rgb(237,160,252); }

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

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

 span { border-color: rgb(237,160,252); }

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