#EC85FC

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

Shades of Violet #EC85FC

Tints of Violet #EC85FC

Color information

#EC85FC (or 0xEC85FC) is unknown color: approx Violet. HEX triplet: EC, 85 and FC. RGB value is (236,133,252). Sum of RGB (Red+Green+Blue) = 236+133+252=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC85FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FC is #137A03. Grayscale: #B0B0B0. Windows color (decimal): -1276420 or 16549356. OLE color: 16549356.

HSL color Cylindrical-coordinate representation of color #EC85FC: hue angle of 291.93º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC85FC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236133252-
CMYK0.060.4700.01
HSL291.93º95.2%75.49%-
HSV(B)291.93º47.22%98.82%-
XYZ60.5541.6496.94-
YUV177.36170.12169.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 133 (52.34% from 255) = 21.42%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=38.00%
G=21.42%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361332520.060.4700.01291.9395.275.49
HexEC85FC62F011245f4b
Octal35420537465701444137113
Binary1110110010000101111111001101011110110010010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85FC; }

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

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

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

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

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

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

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

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