#ED9FFC

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

Shades of Mauve #ED9FFC

Tints of Mauve #ED9FFC

Color information

#ED9FFC (or 0xED9FFC) is unknown color: approx Mauve. HEX triplet: ED, 9F and FC. RGB value is (237,159,252). Sum of RGB (Red+Green+Blue) = 237+159+252=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFC is #126003. Grayscale: #C0C0C0. Windows color (decimal): -1204228 or 16556013. OLE color: 16556013.

HSL color Cylindrical-coordinate representation of color #ED9FFC: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9FFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237159252-
CMYK0.060.3700.01
HSL290.32º93.94%80.59%-
HSV(B)290.32º36.9%98.82%-
XYZ64.8949.8398.29-
YUV192.92161.34159.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 159 (62.5% from 255) = 24.54%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=36.57%
G=24.54%
B=38.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371592520.060.3700.01290.3293.9480.59
HexED9FFC625011225e51
Octal35523737464501442136121
Binary1110110110011111111111001101001010110010001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FFC; }

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

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

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

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

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

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

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

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