#ed9ff8

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

Shades of Mauve #ED9FF8

Tints of Mauve #ED9FF8

Color information

#ED9FF8 (or 0xED9FF8) is unknown color: approx Mauve. HEX triplet: ED, 9F and F8. RGB value is (237,159,248). Sum of RGB (Red+Green+Blue) = 237+159+248=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FF8 is #126007. Grayscale: #C0C0C0. Windows color (decimal): -1204232 or 16293869. OLE color: 16293869.

HSL color Cylindrical-coordinate representation of color #ED9FF8: hue angle of 292.58º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9FF8 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237159248-
CMYK0.040.3600.03
HSL292.58º86.41%79.8%-
HSV(B)292.58º35.89%97.25%-
XYZ64.2749.5894.99-
YUV192.47159.34159.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 159 (62.5% from 255) = 24.69%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=36.80%
G=24.69%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371592480.040.3600.03292.5886.4179.8
HexED9FF8424031255650
Octal35523737044403445126120
Binary11101101100111111111100010010010001110010010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9ff8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9ff8; }

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

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

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

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

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

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

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

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