#EC85F0

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

Shades of Violet #EC85F0

Tints of Violet #EC85F0

Color information

#EC85F0 (or 0xEC85F0) is unknown color: approx Violet. HEX triplet: EC, 85 and F0. RGB value is (236,133,240). Sum of RGB (Red+Green+Blue) = 236+133+240=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC85F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85F0 is #137A0F. Grayscale: #AFAFAF. Windows color (decimal): -1276432 or 15762924. OLE color: 15762924.

HSL color Cylindrical-coordinate representation of color #EC85F0: hue angle of 297.76º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC85F0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236133240-
CMYK0.020.4500.06
HSL297.76º78.1%73.14%-
HSV(B)297.76º44.58%94.12%-
XYZ58.7140.987.24-
YUV176164.12170.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=38.75%
G=21.84%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361332400.020.4500.06297.7678.173.14
HexEC85F022D0612a4e49
Octal35420536025506452116111
Binary11101100100001011111000010101101011010010101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85F0; }

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

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

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

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

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

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

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

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