#ED86F6

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

Shades of Violet #ED86F6

Tints of Violet #ED86F6

Color information

#ED86F6 (or 0xED86F6) is unknown color: approx Violet. HEX triplet: ED, 86 and F6. RGB value is (237,134,246). Sum of RGB (Red+Green+Blue) = 237+134+246=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED86F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86F6 is #127909. Grayscale: #B1B1B1. Windows color (decimal): -1210634 or 16156397. OLE color: 16156397.

HSL color Cylindrical-coordinate representation of color #ED86F6: hue angle of 295.18º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED86F6 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237134246-
CMYK0.040.4600.04
HSL295.18º86.15%74.51%-
HSV(B)295.18º45.53%96.47%-
XYZ60.0841.7192.07-
YUV177.57166.62170.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 134 (52.73% from 255) = 21.72%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=38.41%
G=21.72%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371342460.040.4600.04295.1886.1574.51
HexED86F642E04127564b
Octal35520636645604447126113
Binary111011011000011011110110100101110010010010011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86F6; }

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

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

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

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

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

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

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

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