#ED9CFC

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

Shades of Mauve #ED9CFC

Tints of Mauve #ED9CFC

Color information

#ED9CFC (or 0xED9CFC) is unknown color: approx Mauve. HEX triplet: ED, 9C and FC. RGB value is (237,156,252). Sum of RGB (Red+Green+Blue) = 237+156+252=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFC is #126303. Grayscale: #BEBEBE. Windows color (decimal): -1204996 or 16555245. OLE color: 16555245.

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

Color convert

RGB237156252-
CMYK0.060.3800.01
HSL290.62º94.12%80%-
HSV(B)290.62º38.1%98.82%-
XYZ64.3848.8198.12-
YUV191.16162.34160.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 156 (61.33% from 255) = 24.19%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=36.74%
G=24.19%
B=39.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371562520.060.3800.01290.6294.1280
HexED9CFC626011235e50
Octal35523437464601443136120
Binary1110110110011100111111001101001100110010001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CFC; }

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

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

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

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

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

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

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

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