#ED86B0

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

Shades of Mauvelous #ED86B0

Tints of Mauvelous #ED86B0

Color information

#ED86B0 (or 0xED86B0) is unknown color: approx Mauvelous. HEX triplet: ED, 86 and B0. RGB value is (237,134,176). Sum of RGB (Red+Green+Blue) = 237+134+176=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86B0 is #12794F. Grayscale: #A9A9A9. Windows color (decimal): -1210704 or 11568877. OLE color: 11568877.

HSL color Cylindrical-coordinate representation of color #ED86B0: hue angle of 335.53º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86B0 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237134176-
CMYK00.430.260.07
HSL335.53º74.1%72.75%-
HSV(B)335.53º43.46%92.94%-
XYZ51.2938.1945.74-
YUV169.58131.62176.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=43.33%
G=24.50%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713417600.430.260.07335.5374.172.75
HexED86B002B1A71504a49
Octal355206260053327520112111
Binary11101101100001101011000001010111101011110101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86B0; }

 p { color: rgb(237,134,176); }

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

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

 a { background-color: rgb(237,134,176); }

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

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

 span { border-color: rgb(237,134,176); }

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