#EC80F9

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

Shades of Violet #EC80F9

Tints of Violet #EC80F9

Color information

#EC80F9 (or 0xEC80F9) is unknown color: approx Violet. HEX triplet: EC, 80 and F9. RGB value is (236,128,249). Sum of RGB (Red+Green+Blue) = 236+128+249=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F9 is #137F06. Grayscale: #ADADAD. Windows color (decimal): -1277703 or 16351468. OLE color: 16351468.

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

Color convert

RGB236128249-
CMYK0.050.4900.02
HSL293.55º90.98%73.92%-
HSV(B)293.55º48.59%97.65%-
XYZ59.4140.1194.23-
YUV174.09170.28172.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=38.50%
G=20.88%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361282490.050.4900.02293.5590.9873.92
HexEC80F9531021265b4a
Octal35420037156102446133112
Binary11101100100000001111100110111000101010010011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80F9; }

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

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

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

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

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

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

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

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