#ED86F0

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

Shades of Violet #ED86F0

Tints of Violet #ED86F0

Color information

#ED86F0 (or 0xED86F0) is unknown color: approx Violet. HEX triplet: ED, 86 and F0. RGB value is (237,134,240). Sum of RGB (Red+Green+Blue) = 237+134+240=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED86F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86F0 is #12790F. Grayscale: #B0B0B0. Windows color (decimal): -1210640 or 15763181. OLE color: 15763181.

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

Color convert

RGB237134240-
CMYK0.010.4400.06
HSL298.3º77.94%73.33%-
HSV(B)298.3º44.17%94.12%-
XYZ59.1841.3587.3-
YUV176.88163.62170.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 134 (52.73% from 255) = 21.93%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=38.79%
G=21.93%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371342400.010.4400.06298.377.9473.33
HexED86F012C0612a4e49
Octal35520636015406452116111
Binary1110110110000110111100001101100011010010101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86F0; }

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

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

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

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

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

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

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

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