#EC94F7

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

Shades of Violet #EC94F7

Tints of Violet #EC94F7

Color information

#EC94F7 (or 0xEC94F7) is unknown color: approx Violet. HEX triplet: EC, 94 and F7. RGB value is (236,148,247). Sum of RGB (Red+Green+Blue) = 236+148+247=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC94F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94F7 is #136B08. Grayscale: #B9B9B9. Windows color (decimal): -1272585 or 16225516. OLE color: 16225516.

HSL color Cylindrical-coordinate representation of color #EC94F7: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC94F7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236148247-
CMYK0.040.4000.03
HSL293.33º86.09%77.45%-
HSV(B)293.33º40.08%96.86%-
XYZ61.9745.7393.56-
YUV185.6162.65163.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 148 (58.20% from 255) = 23.45%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=37.40%
G=23.45%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361482470.040.4000.03293.3386.0977.45
HexEC94F742803125564d
Octal35422436745003445126115
Binary11101100100101001111011110010100001110010010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94F7; }

 p { color: rgb(236,148,247); }

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

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

 a { background-color: rgb(236,148,247); }

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

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

 span { border-color: rgb(236,148,247); }

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