#EDA0FB

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

Shades of Mauve #EDA0FB

Tints of Mauve #EDA0FB

Color information

#EDA0FB (or 0xEDA0FB) is unknown color: approx Mauve. HEX triplet: ED, A0 and FB. RGB value is (237,160,251). Sum of RGB (Red+Green+Blue) = 237+160+251=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0FB is #125F04. Grayscale: #C1C1C1. Windows color (decimal): -1203973 or 16490733. OLE color: 16490733.

HSL color Cylindrical-coordinate representation of color #EDA0FB: hue angle of 290.77º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDA0FB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237160251-
CMYK0.060.3600.02
HSL290.77º91.92%80.59%-
HSV(B)290.77º36.25%98.43%-
XYZ64.9150.1197.52-
YUV193.4160.51159.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 160 (62.89% from 255) = 24.69%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=36.57%
G=24.69%
B=38.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371602510.060.3600.02290.7791.9280.59
HexEDA0FB624021235c51
Octal35524037364402443134121
Binary11101101101000001111101111010010001010010001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0FB; }

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

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

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

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

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

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

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

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