#EDA5FF

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

Shades of Mauve #EDA5FF

Tints of Mauve #EDA5FF

Color information

#EDA5FF (or 0xEDA5FF) is unknown color: approx Mauve. HEX triplet: ED, A5 and FF. RGB value is (237,165,255). Sum of RGB (Red+Green+Blue) = 237+165+255=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FF is #125A00. Grayscale: #C4C4C4. Windows color (decimal): -1202689 or 16754157. OLE color: 16754157.

HSL color Cylindrical-coordinate representation of color #EDA5FF: hue angle of 288º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA5FF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237165255-
CMYK0.070.3500
HSL288º100%82.35%-
HSV(B)288º35.29%100%-
XYZ66.4352.13101.17-
YUV196.79160.85156.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 25.11%
BLUE value IS 255 (100% from 255) = 38.81%
R=36.07%
G=25.11%
B=38.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371652550.070.350028810082.35
HexEDA5FF723001206452
Octal35524537774300440144122
Binary1110110110100101111111111111000110010010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5FF; }

 p { color: rgb(237,165,255); }

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

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

 a { background-color: rgb(237,165,255); }

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

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

 span { border-color: rgb(237,165,255); }

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