#EC81FA

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

Shades of Violet #EC81FA

Tints of Violet #EC81FA

Color information

#EC81FA (or 0xEC81FA) is unknown color: approx Violet. HEX triplet: EC, 81 and FA. RGB value is (236,129,250). Sum of RGB (Red+Green+Blue) = 236+129+250=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81FA is #137E05. Grayscale: #AEAEAE. Windows color (decimal): -1277446 or 16417260. OLE color: 16417260.

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

Color convert

RGB236129250-
CMYK0.060.4800.02
HSL293.06º92.37%74.31%-
HSV(B)293.06º48.4%98.04%-
XYZ59.740.4495.1-
YUV174.79170.45171.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 129 (50.78% from 255) = 20.98%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=38.37%
G=20.98%
B=40.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361292500.060.4800.02293.0692.3774.31
HexEC81FA630021255c4a
Octal35420137266002445134112
Binary11101100100000011111101011011000001010010010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81FA; }

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

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

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

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

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

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

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

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