#ED86F7

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

Shades of Violet #ED86F7

Tints of Violet #ED86F7

Color information

#ED86F7 (or 0xED86F7) is unknown color: approx Violet. HEX triplet: ED, 86 and F7. RGB value is (237,134,247). Sum of RGB (Red+Green+Blue) = 237+134+247=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 134 (52.73% from 255 or 21.68% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED86F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86F7 is #127908. Grayscale: #B1B1B1. Windows color (decimal): -1210633 or 16221933. OLE color: 16221933.

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

Color convert

RGB237134247-
CMYK0.040.4600.03
HSL294.69º87.6%74.71%-
HSV(B)294.69º45.75%96.86%-
XYZ60.2441.7792.88-
YUV177.68167.12170.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 134 (52.73% from 255) = 21.68%
BLUE value IS 247 (96.88% from 255) = 39.97%
R=38.35%
G=21.68%
B=39.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371342470.040.4600.03294.6987.674.71
HexED86F742E03127584b
Octal35520636745603447130113
Binary11101101100001101111011110010111001110010011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86F7; }

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

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

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

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

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

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

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

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