#EDA2FE

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

Shades of Mauve #EDA2FE

Tints of Mauve #EDA2FE

Color information

#EDA2FE (or 0xEDA2FE) is unknown color: approx Mauve. HEX triplet: ED, A2 and FE. RGB value is (237,162,254). Sum of RGB (Red+Green+Blue) = 237+162+254=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2FE is #125D01. Grayscale: #C2C2C2. Windows color (decimal): -1203458 or 16687853. OLE color: 16687853.

HSL color Cylindrical-coordinate representation of color #EDA2FE: hue angle of 288.91º 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 #EDA2FE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237162254-
CMYK0.070.3600.00
HSL288.91º97.87%81.57%-
HSV(B)288.91º36.22%99.61%-
XYZ65.7351100.15-
YUV194.91161.35158.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 162 (63.67% from 255) = 24.81%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=36.29%
G=24.81%
B=38.90%

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
Decimal2371622540.070.3600.00288.9197.8781.57
HexEDA2FE724001216252
Octal35524237674400441142122
Binary1110110110100010111111101111001000010010000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2FE; }

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

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

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

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

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

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

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

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