#EDA1FE

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

Shades of Mauve #EDA1FE

Tints of Mauve #EDA1FE

Color information

#EDA1FE (or 0xEDA1FE) is unknown color: approx Mauve. HEX triplet: ED, A1 and FE. RGB value is (237,161,254). Sum of RGB (Red+Green+Blue) = 237+161+254=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1FE is #125E01. Grayscale: #C2C2C2. Windows color (decimal): -1203714 or 16687597. OLE color: 16687597.

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

Color convert

RGB237161254-
CMYK0.070.3700.00
HSL289.03º97.89%81.37%-
HSV(B)289.03º36.61%99.61%-
XYZ65.5650.65100.09-
YUV194.33161.68158.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 161 (63.28% from 255) = 24.69%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=36.35%
G=24.69%
B=38.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371612540.070.3700.00289.0397.8981.37
HexEDA1FE725001216251
Octal35524137674500441142121
Binary1110110110100001111111101111001010010010000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1FE; }

 p { color: rgb(237,161,254); }

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

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

 a { background-color: rgb(237,161,254); }

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

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

 span { border-color: rgb(237,161,254); }

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