#ED9FFE

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

Shades of Mauve #ED9FFE

Tints of Mauve #ED9FFE

Color information

#ED9FFE (or 0xED9FFE) is unknown color: approx Mauve. HEX triplet: ED, 9F and FE. RGB value is (237,159,254). Sum of RGB (Red+Green+Blue) = 237+159+254=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FFE is #126001. Grayscale: #C0C0C0. Windows color (decimal): -1204226 or 16687085. OLE color: 16687085.

HSL color Cylindrical-coordinate representation of color #ED9FFE: hue angle of 289.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9FFE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237159254-
CMYK0.070.3700.00
HSL289.26º97.94%80.98%-
HSV(B)289.26º37.4%99.61%-
XYZ65.2149.9699.97-
YUV193.15162.34159.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 159 (62.5% from 255) = 24.46%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=36.46%
G=24.46%
B=39.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371592540.070.3700.00289.2697.9480.98
HexED9FFE725001216251
Octal35523737674500441142121
Binary1110110110011111111111101111001010010010000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FFE; }

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

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

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

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

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

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

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

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