#EC96F9

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

Shades of Violet #EC96F9

Tints of Violet #EC96F9

Color information

#EC96F9 (or 0xEC96F9) is unknown color: approx Violet. HEX triplet: EC, 96 and F9. RGB value is (236,150,249). Sum of RGB (Red+Green+Blue) = 236+150+249=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC96F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F9 is #136906. Grayscale: #BABABA. Windows color (decimal): -1272071 or 16357100. OLE color: 16357100.

HSL color Cylindrical-coordinate representation of color #EC96F9: hue angle of 292.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC96F9 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236150249-
CMYK0.050.4000.02
HSL292.12º89.19%78.24%-
HSV(B)292.12º39.76%97.65%-
XYZ62.646.4995.3-
YUV187162.99162.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 150 (58.98% from 255) = 23.62%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=37.17%
G=23.62%
B=39.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361502490.050.4000.02292.1289.1978.24
HexEC96F952802124594e
Octal35422637155002444131116
Binary11101100100101101111100110110100001010010010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96F9; }

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

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

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

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

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

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

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

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