#EC96FC

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

Shades of Violet #EC96FC

Tints of Violet #EC96FC

Color information

#EC96FC (or 0xEC96FC) is unknown color: approx Violet. HEX triplet: EC, 96 and FC. RGB value is (236,150,252). Sum of RGB (Red+Green+Blue) = 236+150+252=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC96FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FC is #136903. Grayscale: #BBBBBB. Windows color (decimal): -1272068 or 16553708. OLE color: 16553708.

HSL color Cylindrical-coordinate representation of color #EC96FC: hue angle of 290.59º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC96FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236150252-
CMYK0.060.4000.01
HSL290.59º94.44%78.82%-
HSV(B)290.59º40.48%98.82%-
XYZ63.0746.6797.78-
YUV187.34164.49162.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 150 (58.98% from 255) = 23.51%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=36.99%
G=23.51%
B=39.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361502520.060.4000.01290.5994.4478.82
HexEC96FC628011235e4f
Octal35422637465001443136117
Binary1110110010010110111111001101010000110010001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96FC; }

 p { color: rgb(236,150,252); }

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

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

 a { background-color: rgb(236,150,252); }

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

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

 span { border-color: rgb(236,150,252); }

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