#EC96F3

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

Shades of Violet #EC96F3

Tints of Violet #EC96F3

Color information

#EC96F3 (or 0xEC96F3) is unknown color: approx Violet. HEX triplet: EC, 96 and F3. RGB value is (236,150,243). Sum of RGB (Red+Green+Blue) = 236+150+243=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC96F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F3 is #13690C. Grayscale: #BABABA. Windows color (decimal): -1272077 or 15963884. OLE color: 15963884.

HSL color Cylindrical-coordinate representation of color #EC96F3: hue angle of 295.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC96F3 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236150243-
CMYK0.030.3800.05
HSL295.48º79.49%77.06%-
HSV(B)295.48º38.27%95.29%-
XYZ61.6846.1290.44-
YUV186.32159.99163.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=37.52%
G=23.85%
B=38.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361502430.030.3800.05295.4879.4977.06
HexEC96F3326051274f4d
Octal35422636334605447117115
Binary11101100100101101111001111100110010110010011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96F3; }

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

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

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

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

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

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

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

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