#ED9FFA

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

Shades of Mauve #ED9FFA

Tints of Mauve #ED9FFA

Color information

#ED9FFA (or 0xED9FFA) is unknown color: approx Mauve. HEX triplet: ED, 9F and FA. RGB value is (237,159,250). Sum of RGB (Red+Green+Blue) = 237+159+250=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 159 (62.5% from 255 or 24.61% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFA is #126005. Grayscale: #C0C0C0. Windows color (decimal): -1204230 or 16424941. OLE color: 16424941.

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

Color convert

RGB237159250-
CMYK0.050.3600.02
HSL291.43º90.1%80.2%-
HSV(B)291.43º36.4%98.04%-
XYZ64.5849.796.63-
YUV192.7160.34159.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 159 (62.5% from 255) = 24.61%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=36.69%
G=24.61%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371592500.050.3600.02291.4390.180.2
HexED9FFA524021235a50
Octal35523737254402443132120
Binary11101101100111111111101010110010001010010001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FFA; }

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

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

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

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

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

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

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

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