#EC86F9

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

Shades of Violet #EC86F9

Tints of Violet #EC86F9

Color information

#EC86F9 (or 0xEC86F9) is unknown color: approx Violet. HEX triplet: EC, 86 and F9. RGB value is (236,134,249). Sum of RGB (Red+Green+Blue) = 236+134+249=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC86F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86F9 is #137906. Grayscale: #B1B1B1. Windows color (decimal): -1276167 or 16353004. OLE color: 16353004.

HSL color Cylindrical-coordinate representation of color #EC86F9: hue angle of 293.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC86F9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236134249-
CMYK0.050.4600.02
HSL293.22º90.55%75.1%-
HSV(B)293.22º46.18%97.65%-
XYZ60.2241.7294.5-
YUV177.61168.29169.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 134 (52.73% from 255) = 21.65%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=38.13%
G=21.65%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361342490.050.4600.02293.2290.5575.1
HexEC86F952E021255b4b
Octal35420637155602445133113
Binary11101100100001101111100110110111001010010010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86F9; }

 p { color: rgb(236,134,249); }

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

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

 a { background-color: rgb(236,134,249); }

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

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

 span { border-color: rgb(236,134,249); }

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