#ED86F5

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

Shades of Violet #ED86F5

Tints of Violet #ED86F5

Color information

#ED86F5 (or 0xED86F5) is unknown color: approx Violet. HEX triplet: ED, 86 and F5. RGB value is (237,134,245). Sum of RGB (Red+Green+Blue) = 237+134+245=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED86F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86F5 is #12790A. Grayscale: #B1B1B1. Windows color (decimal): -1210635 or 16090861. OLE color: 16090861.

HSL color Cylindrical-coordinate representation of color #ED86F5: hue angle of 295.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED86F5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237134245-
CMYK0.030.4500.04
HSL295.68º84.73%74.31%-
HSV(B)295.68º45.31%96.08%-
XYZ59.9341.6591.27-
YUV177.45166.12170.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 245 (96.09% from 255) = 39.77%
R=38.47%
G=21.75%
B=39.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371342450.030.4500.04295.6884.7374.31
HexED86F532D04128554a
Octal35520636535504450125112
Binary11101101100001101111010111101101010010010100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED86F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED86F5; }

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

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

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

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

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

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

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

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