#EC96EF

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

Shades of Violet #EC96EF

Tints of Violet #EC96EF

Color information

#EC96EF (or 0xEC96EF) is unknown color: approx Violet. HEX triplet: EC, 96 and EF. RGB value is (236,150,239). Sum of RGB (Red+Green+Blue) = 236+150+239=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96EF is #136910. Grayscale: #B9B9B9. Windows color (decimal): -1272081 or 15701740. OLE color: 15701740.

HSL color Cylindrical-coordinate representation of color #EC96EF: hue angle of 297.98º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC96EF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236150239-
CMYK0.010.3700.06
HSL297.98º73.55%76.27%-
HSV(B)297.98º37.24%93.73%-
XYZ61.0845.8887.3-
YUV185.86157.99163.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 150 (58.98% from 255) = 24%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=37.76%
G=24%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361502390.010.3700.06297.9873.5576.27
HexEC96EF1250612a4a4c
Octal35422635714506452112114
Binary1110110010010110111011111100101011010010101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96EF; }

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

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

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

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

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

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

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

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