#EDA3FE

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

Shades of Mauve #EDA3FE

Tints of Mauve #EDA3FE

Color information

#EDA3FE (or 0xEDA3FE) is unknown color: approx Mauve. HEX triplet: ED, A3 and FE. RGB value is (237,163,254). Sum of RGB (Red+Green+Blue) = 237+163+254=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3FE is #125C01. Grayscale: #C3C3C3. Windows color (decimal): -1203202 or 16688109. OLE color: 16688109.

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

Color convert

RGB237163254-
CMYK0.070.3600.00
HSL288.79º97.85%81.76%-
HSV(B)288.79º35.83%99.61%-
XYZ65.9151.35100.2-
YUV195.5161.02157.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 163 (64.06% from 255) = 24.92%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=36.24%
G=24.92%
B=38.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371632540.070.3600.00288.7997.8581.76
HexEDA3FE724001216252
Octal35524337674400441142122
Binary1110110110100011111111101111001000010010000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3FE; }

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

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

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

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

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

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

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

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