#EC86FF

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

Shades of Violet #EC86FF

Tints of Violet #EC86FF

Color information

#EC86FF (or 0xEC86FF) is unknown color: approx Violet. HEX triplet: EC, 86 and FF. RGB value is (236,134,255). Sum of RGB (Red+Green+Blue) = 236+134+255=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86FF is #137900. Grayscale: #B1B1B1. Windows color (decimal): -1276161 or 16746220. OLE color: 16746220.

HSL color Cylindrical-coordinate representation of color #EC86FF: hue angle of 290.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC86FF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236134255-
CMYK0.070.4700
HSL290.58º100%76.27%-
HSV(B)290.58º47.45%100%-
XYZ61.1742.199.51-
YUV178.29171.29169.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 134 (52.73% from 255) = 21.44%
BLUE value IS 255 (100% from 255) = 40.8%
R=37.76%
G=21.44%
B=40.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361342550.070.4700290.5810076.27
HexEC86FF72F00123644c
Octal35420637775700443144114
Binary1110110010000110111111111111011110010010001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86FF; }

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

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

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

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

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

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

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

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