#EC85F9

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

Shades of Violet #EC85F9

Tints of Violet #EC85F9

Color information

#EC85F9 (or 0xEC85F9) is unknown color: approx Violet. HEX triplet: EC, 85 and F9. RGB value is (236,133,249). Sum of RGB (Red+Green+Blue) = 236+133+249=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F9 is #137A06. Grayscale: #B0B0B0. Windows color (decimal): -1276423 or 16352748. OLE color: 16352748.

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

Color convert

RGB236133249-
CMYK0.050.4700.02
HSL293.28º90.62%74.9%-
HSV(B)293.28º46.59%97.65%-
XYZ60.0841.4594.46-
YUV177.02168.62170.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 133 (52.34% from 255) = 21.52%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=38.19%
G=21.52%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361332490.050.4700.02293.2890.6274.9
HexEC85F952F021255b4b
Octal35420537155702445133113
Binary11101100100001011111100110110111101010010010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85F9; }

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

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

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

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

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

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

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

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