#EC96F0

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

Shades of Violet #EC96F0

Tints of Violet #EC96F0

Color information

#EC96F0 (or 0xEC96F0) is unknown color: approx Violet. HEX triplet: EC, 96 and F0. RGB value is (236,150,240). Sum of RGB (Red+Green+Blue) = 236+150+240=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F0 is #13690F. Grayscale: #B9B9B9. Windows color (decimal): -1272080 or 15767276. OLE color: 15767276.

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

Color convert

RGB236150240-
CMYK0.020.3700.06
HSL297.33º75%76.47%-
HSV(B)297.33º37.5%94.12%-
XYZ61.2345.9488.08-
YUV185.97158.49163.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=37.70%
G=23.96%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361502400.020.3700.06297.337576.47
HexEC96F0225061294b4c
Octal35422636024506451113114
Binary11101100100101101111000010100101011010010100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96F0; }

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

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

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

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

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

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

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

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