#EC81F6

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

Shades of Violet #EC81F6

Tints of Violet #EC81F6

Color information

#EC81F6 (or 0xEC81F6) is unknown color: approx Violet. HEX triplet: EC, 81 and F6. RGB value is (236,129,246). Sum of RGB (Red+Green+Blue) = 236+129+246=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC81F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81F6 is #137E09. Grayscale: #ADADAD. Windows color (decimal): -1277450 or 16155116. OLE color: 16155116.

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

Color convert

RGB236129246-
CMYK0.040.4800.04
HSL294.87º86.67%73.53%-
HSV(B)294.87º47.56%96.47%-
XYZ59.0840.1991.83-
YUV174.33168.45171.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 129 (50.78% from 255) = 21.11%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=38.63%
G=21.11%
B=40.26%

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
Decimal2361292460.040.4800.04294.8786.6773.53
HexEC81F643004127574a
Octal35420136646004447127112
Binary111011001000000111110110100110000010010010011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81F6; }

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

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

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

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

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

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

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

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