#EC80F6

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

Shades of Violet #EC80F6

Tints of Violet #EC80F6

Color information

#EC80F6 (or 0xEC80F6) is unknown color: approx Violet. HEX triplet: EC, 80 and F6. RGB value is (236,128,246). Sum of RGB (Red+Green+Blue) = 236+128+246=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F6 is #137F09. Grayscale: #ADADAD. Windows color (decimal): -1277706 or 16154860. OLE color: 16154860.

HSL color Cylindrical-coordinate representation of color #EC80F6: hue angle of 294.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC80F6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236128246-
CMYK0.040.4800.04
HSL294.92º86.76%73.33%-
HSV(B)294.92º47.97%96.47%-
XYZ58.9539.9391.79-
YUV173.74168.78172.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 128 (50.39% from 255) = 20.98%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=38.69%
G=20.98%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361282460.040.4800.04294.9286.7673.33
HexEC80F6430041275749
Octal35420036646004447127111
Binary111011001000000011110110100110000010010010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80F6; }

 p { color: rgb(236,128,246); }

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

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

 a { background-color: rgb(236,128,246); }

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

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

 span { border-color: rgb(236,128,246); }

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