#ED9DFA

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

Shades of Mauve #ED9DFA

Tints of Mauve #ED9DFA

Color information

#ED9DFA (or 0xED9DFA) is unknown color: approx Mauve. HEX triplet: ED, 9D and FA. RGB value is (237,157,250). Sum of RGB (Red+Green+Blue) = 237+157+250=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 157 (61.72% from 255 or 24.38% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DFA is #126205. Grayscale: #BFBFBF. Windows color (decimal): -1204742 or 16424429. OLE color: 16424429.

HSL color Cylindrical-coordinate representation of color #ED9DFA: hue angle of 291.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9DFA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237157250-
CMYK0.050.3700.02
HSL291.61º90.29%79.8%-
HSV(B)291.61º37.2%98.04%-
XYZ64.2449.0296.52-
YUV191.52161160.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 157 (61.72% from 255) = 24.38%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=36.80%
G=24.38%
B=38.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371572500.050.3700.02291.6190.2979.8
HexED9DFA525021245a50
Octal35523537254502444132120
Binary11101101100111011111101010110010101010010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DFA; }

 p { color: rgb(237,157,250); }

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

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

 a { background-color: rgb(237,157,250); }

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

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

 span { border-color: rgb(237,157,250); }

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