#EDA2FF

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

Shades of Mauve #EDA2FF

Tints of Mauve #EDA2FF

Color information

#EDA2FF (or 0xEDA2FF) is unknown color: approx Mauve. HEX triplet: ED, A2 and FF. RGB value is (237,162,255). Sum of RGB (Red+Green+Blue) = 237+162+255=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FF is #125D00. Grayscale: #C2C2C2. Windows color (decimal): -1203457 or 16753389. OLE color: 16753389.

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

Color convert

RGB237162255-
CMYK0.070.3600
HSL288.39º100%81.76%-
HSV(B)288.39º36.47%100%-
XYZ65.951.07100.99-
YUV195.03161.85157.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 162 (63.67% from 255) = 24.77%
BLUE value IS 255 (100% from 255) = 38.99%
R=36.24%
G=24.77%
B=38.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371622550.070.3600288.3910081.76
HexEDA2FF724001206452
Octal35524237774400440144122
Binary1110110110100010111111111111001000010010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2FF; }

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

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

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

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

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

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

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

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