#EDA0FF

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

Shades of Mauve #EDA0FF

Tints of Mauve #EDA0FF

Color information

#EDA0FF (or 0xEDA0FF) is unknown color: approx Mauve. HEX triplet: ED, A0 and FF. RGB value is (237,160,255). Sum of RGB (Red+Green+Blue) = 237+160+255=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FF is #125F00. Grayscale: #C1C1C1. Windows color (decimal): -1203969 or 16752877. OLE color: 16752877.

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

Color convert

RGB237160255-
CMYK0.070.3700
HSL288.63º100%81.37%-
HSV(B)288.63º37.25%100%-
XYZ65.5550.37100.87-
YUV193.85162.51158.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 160 (62.89% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 39.11%
R=36.35%
G=24.54%
B=39.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371602550.070.3700288.6310081.37
HexEDA0FF725001216451
Octal35524037774500441144121
Binary1110110110100000111111111111001010010010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0FF; }

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

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

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

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

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

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

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

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