#EC85FE

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

Shades of Violet #EC85FE

Tints of Violet #EC85FE

Color information

#EC85FE (or 0xEC85FE) is unknown color: approx Violet. HEX triplet: EC, 85 and FE. RGB value is (236,133,254). Sum of RGB (Red+Green+Blue) = 236+133+254=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC85FE is #137A01. Grayscale: #B1B1B1. Windows color (decimal): -1276418 or 16680428. OLE color: 16680428.

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

Color convert

RGB236133254-
CMYK0.070.4800.00
HSL291.07º98.37%75.88%-
HSV(B)291.07º47.64%99.61%-
XYZ60.8741.7698.62-
YUV177.59171.12169.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=37.88%
G=21.35%
B=40.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361332540.070.4800.00291.0798.3775.88
HexEC85FE73000123624c
Octal35420537676000443142114
Binary1110110010000101111111101111100000010010001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85FE; }

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

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

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

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

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

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

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

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